我試圖安裝Python圖像庫, 運行在Mac OS X 10.6.8 Python版本2.6問題安裝Python圖像庫(PIL)
一切都進行得很順利,直到我跑
python setup.py build_ext -i
我得到終端
unable to execute gcc-4.2: No such file or directory
error: command 'gcc-4.2' failed with exit status 1
下面的錯誤 - 你可以運行這個討好的建議,如果我需要安裝一些其他圖書館前安裝? ---許多感謝
你爲什麼不試着去'[安裝PIP(HTTP後PIP安裝pil'安裝PIL:// darklaunch.com/2011/11/24/osx-install-pip-virtualenv-virtualenvwrapper-on-mac)?也嘗試使用Python-2.7.3,因爲它是最穩定的版本。 – arulmr 2013-02-28 10:49:02
@arulmr:我擔心,PIL在包裝方面存在一些問題,安裝它的「點子」工作不太好。請參閱[使用virtualenv或buildout安裝PIL的問題](http://stackoverflow.com/questions/2485295/2486396#2486396) – 2013-02-28 11:00:05
您可能想使用'pip install pillow'。請參閱[與使用virtualenv或buildout安裝PIL的問題](http://stackoverflow.com/questions/2485295/7770547#7770547) – 2013-02-28 11:00:34