Trên RHEL 6.6, tôi đã cài đặt Python 3.5.1 từ nguồn. Tôi đang cố gắng cài đặt pip3 qua get-pip.py, nhưng tôi nhận được
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
Nó hoạt động cho Python 2.6.6 được cài đặt. Tôi đã tìm kiếm trực tuyến để tìm câu trả lời, nhưng dường như tôi không thể tìm thấy bất kỳ điều gì phù hợp với mình.
biên tập: 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
gói
python3 get-pip.py
để hiển thị thông báo lỗi ở trên, nhưng nó hoạt động cho python get-pip.py
. Vâng, tôi có thể chạy yum search zlib
.