1. 程式人生 > >python 安裝 setuptools Compression requires the (missing) zlib module 的解決方案

python 安裝 setuptools Compression requires the (missing) zlib module 的解決方案

post zlib ssi 只需要 requires 安裝 刪除 方案 dev

yum install zlib
yum install zlib-devel

安裝完成後,重新編譯 python
不需要刪除,只需要重新編譯就行了

make
make install

然後重新安裝setuptools:

cd setuptools-0.6c11
python setup.py install

python 安裝 setuptools Compression requires the (missing) zlib module 的解決方案