-
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
undefined symbol: deflateInit2_ on debian 11 #7
Comments
Seems like the issue is that Cython's modules are only compiled for OS X, so what you can do is clone the project, install the dev requirements and them just run BTW, make sure you have installed libxml2-dev in your system before running the make command. |
I'm getting a similar issue, however it's only occurring on github actions. when I try to run it locally in the WSL using ubuntu it works fine. I'm not sure how to implement this fix to run in github however. do you have any thoughts? |
Same issue on Ubuntu |
any resolutions??? cant get it to run on macos docker, or amazon linux, just want to put this into a lambda function but even the package itself is too big to fit into a zip... |
For fix see #16 (comment) and #18 PR. |
When try to import extractnet library, on debian 11 with python 3.8 (fastapi docker image) I'm having this error
I had the zlib library installed, what could be the issue?
The text was updated successfully, but these errors were encountered: