-
Notifications
You must be signed in to change notification settings - Fork 228
Install fails on OS X (zipimport.ZipImportError: can't decompress data; zlib not available) #41
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
Comments
I am facing the same problem. Tried the suggested workaround but it didn't work |
Same problem here with the "zipimport.ZipImportError: can't decompress data; zlib not available"... Regards |
If someone else face this problem, you need to:
This way zlib will be available. |
The above in isolation did not solve this issue for me. This did though:
Same issue in this thread. |
tl;dr: those of you still facing an issue on OS X with zlib/SSL not being found, consider symlinking to the packages installed by One other thing to consider if anybody is still facing the issue on a Macs is that when you
In fact, after this, I don't think you will need to |
@rahulrajaram you suggested to find a package location of
does not yield any result on MacOS. |
after you try |
Uh oh!
There was an error while loading. Please reload this page.
Using Mac OS Mojave 10.14.5, bundled_installer fails to install Python with the following errors:
Suggested workaround (installing zlib and setting CFLAGS) does not work for me.
PS. I also tried to execute:
The text was updated successfully, but these errors were encountered: