-
-
Notifications
You must be signed in to change notification settings - Fork 90
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
cffi not working with pypy: ImportError: No module named zstd_cffi #60
Comments
Same issue with pypy3 / cffi 1.11.5. Tested zstandard versions from 0.9 to 0.10.1 |
I thought this would have been fixed by 0b010fd. Perhaps we're missing something in |
Just took a look. It seems that adding py_modules = ['zstd_cffi'] to the setup call fixed the problem for me. |
This will be fixed in 0.10.2. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We run our infrastructure using pypy and are trying to incorporate zstd into our pipeline.
Import doesn't work. It looks like the cffi object is created incorrectly
The text was updated successfully, but these errors were encountered: