Skip to content
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

Add zlib-devel to succeed compilation #9

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

sogos
Copy link

@sogos sogos commented Apr 21, 2023

To fix the error with python 3.9 on compilation

#0 102.6 Traceback (most recent call last):
#0 102.6   File "<frozen zipimport>", line 520, in _get_decompress_func
#0 102.6 ModuleNotFoundError: No module named 'zlib'
#0 102.6 
#0 102.6 During handling of the above exception, another exception occurred:
#0 102.6 
#0 102.6 Traceback (most recent call last):
#0 102.6   File "<frozen zipimport>", line 568, in _get_data
#0 102.6   File "<frozen zipimport>", line 523, in _get_decompress_func
#0 102.6 zipimport.ZipImportError: can't decompress data; zlib not available
#0 102.6 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant