-
Notifications
You must be signed in to change notification settings - Fork 136
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
Failed to compile under pypy2-v6.0.0-linux64 #143
Comments
rust-cpython is a set of bindings for the That said, given that PyPy does have CPyExt for supporting modules using the CPython API, it's entirely possible that it could be supported if someone's willing to donate the effort to make it work. (As much as I'd love my rust-cpython projects to be able to support PyPy, I don't trust myself to write unsafe code.) |
|
By the way, the particular problem in your log is even earlier: the python27-sys |
PyPy is explicitly out of scope, we're focused on the CPython implementation. |
Hi,
This module is installed by
https://github.com/snipsco/snips-nlu-utils
. On cpython it works fine, but on pypy I get a an error message of "Could not compilecpython
".More details from verbose output here snipsco/snips-nlu-utils#46 (comment)
regards,
ddorian
The text was updated successfully, but these errors were encountered: