Auf RHEL 6.6 habe ich Python 3.5.1 von der Quelle installiert. Ich versuche, pip3 über get-pip.py zu installieren, aber ich verstehe
Traceback (most recent call last):
File "get-pip.py", line 19177, in <module>
main()
File "get-pip.py", line 194, in main
bootstrap(tmpdir=tmpdir)
File "get-pip.py", line 82, in bootstrap
import pip
zipimport.ZipImportError: can't decompress data; zlib not available
Es funktioniert mit dem installierten Python 2.6.6. Ich habe online nach Antworten gesucht, aber ich kann anscheinend keine finden, die für mich funktioniert.
bearbeiten: yum search zlib
jzlib.i686 : JZlib re-implementation of zlib in pure Java
perl-Compress-Raw-Zlib.i686 : Low-Level Interface to the zlib compression library
perl-Compress-Zlib.i686 : A module providing Perl interfaces to the zlib compression library
perl-IO-Zlib.i686 : Perl IO:: style interface to Compress::Zlib
zlib.i686 : The zlib compression and decompression library
zlib-debuginfo.i686 : Debug information for package zlib
zlib-devel.i686 : Header files and libraries for Zlib development
perl-IO-Compress-Zlib.i686 : Perl interface to allow reading and writing of gzip and zip data
Name and summary matches only, use "search all" for everything.
zlib
paket suchen .
python3 get-pip.py
, um die Fehlermeldung oben zu zeigen, aber es funktioniert für python get-pip.py
. Ja, ich kann rennen yum search zlib
.