-
Notifications
You must be signed in to change notification settings - Fork 23
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
ImportError: undefined symbol: deflateInit2_ #16
Comments
Same using python3.8:
|
UPD: looks like pre-compiled libraries published on pypi and used from pypi install are not working on all linux systems because builded with shared libraries, you need to build package yourself, but build system was also broken.
|
this works for me, thanks! Also I installed g++ libxml2-dev git to make the build. |
Using python3.10 and got importError
The text was updated successfully, but these errors were encountered: