Quand j'essaye de mettre python dans HomeBrew, il n'y a pas d'erreur zlib
$ brew install python
(Omis)
==> /usr/local/Cellar/python/2.7.3/bin/python -s setup.py --no-user-cfg install
File "/private/tmp/__UNKNOWN__-BJ7g/distribute-0.6.34/setuptools/command/bdist_egg.py", line 540, in make_zipfile
z = zipfile.ZipFile(zip_filename, mode, compression=compression)
File "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/zipfile.py", line 681, in __init__
"Compression requires the (missing) zlib module"
RuntimeError: Compression requires the (missing) zlib module
J'ai installé l'outil XCode et il a été installé avec succès.
xcode-select --install
URL de référence http://qiita.com/soramugi/items/aff9234b08ff1c3b4f46
Recommended Posts