Dec 05, 2018 · zipimport.ZipImportError: can't decompress data; zlib not available ... I installed zlib with homebrew, but it didn't help ... zlib-1.2.11/lib" pyenv install 3.6.6 ...
11.07.2019 · Then I realized pip3 was actually installing my modules into Python 3.5 and not 3.6. So what I do is to install pip in Python 3.6. I download get-pip.py and proceed to execute it with Python 3.6 typing in "python3.6 get-pip.py". Here is when the damn "zipimport.ZipImportError: can't decompress data; zlib not available" goes in.
23.06.2016 · The zlib module is an optional feature for python and it seems that the version of python3.5 in RHEL 6.6 does not include it. You can verify this: python3 -c "import zlib"
If pyenv shows can't decompress data; zlib not available. Note. Environment: Mac OSX 10.15.1 (19B88). When trying to install a new python version with pyenv ...
Jul 12, 2019 · Then I realized pip3 was actually installing my modules into Python 3.5 and not 3.6. So what I do is to install pip in Python 3.6. I download get-pip.py and proceed to execute it with Python 3.6 typing in "python3.6 get-pip.py". Here is when the damn "zipimport.ZipImportError: can't decompress data; zlib not available" goes in.
May 22, 2019 · zipimport.ZipImportError: can't decompress data; ... I find it easier to just install the pyenv package and install ... can't decompress data; zlib not available on ...
Jun 24, 2016 · The zlib module is an optional feature for python and it seems that the version of python3.5 in RHEL 6.6 does not include it. You can verify this: You can verify this: python3 -c "import zlib"
22.05.2019 · zipimport.ZipImportError: can't decompress data; zlib not available on macOS #23. Open ... brew install pyenv ... I was still running into the original issue zipimport.ZipImportError: can't decompress data; zlib not available on MacOS Catalina 10.15.1.