-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
py_mini_racer incompatible with pypy #7
Comments
Okay, so the alternative to As a POC, create a file called console.log('Hello World') Then from the terminal, with node installed, you can run $ node blah.js
Hello World So how this would work is that one would have python download the js to be scraped, prepend Note that conda can install node just as easily as pip can install |
Fine for now, since we're not worrying about PyPy compatibility |
Yeah, building py_mini_racer is nontrivial. Integrating with Travis (see: #40) required that we use a special environment (Ubuntu 14.04 rather than the standard 12.04), and then the only environments I've found where it'll build successfully are 3.5 and 2.7. That's fine for now, since those are the two environments I'm targeting (and I'm not planning on deploying Onix anywhere that's running an Ubuntu older than 14.04), but this is actually a serious hindrance. |
And I'd previously decided to make pypy compatibility a requirement
The text was updated successfully, but these errors were encountered: