我剛剛完成了xcode安裝,mac osx獅子。完成後,我嘗試使用pip,easy_install和home brew在虛擬環境中安裝PIL。所有三人都犯錯了。 PIP安裝提供以下錯誤:Mac OSX獅子,virtualenv,pil安裝 - gcc錯誤
PIP`
unable to execute gcc-4.0: No such file or directory
error: command 'gcc-4.0' failed with exit status 1
`
的easy_install unable to execute gcc-4.0: No such file or directory error: Setup script exited with error: command 'gcc-4.0' failed with exit status 1
家釀Error: Failed executing: python setup.py build_ext
我真的不知道在哪裏可以從這裏走。
感謝, CG
下面是它在python的描述行中所說的內容:Python 2.6.4(r264:75821M,2009年10月27日,19:48:32) [GCC 4.0.1(Apple Inc. build 5493)] on darwin –
是,這似乎是來自python.org的一個老的Python 2.6.4。你可以看看它是否安裝在'/ Library/Frameworks/Python.framework/Versions/2.6'中。您可以通過鍵入以下命令來卸載它:'sudo rm -r/Library/Frameworks/Python.framework/Versions/2.6'這些都在一行上,並且仔細輸入! –
太棒了,我只是把一切都運轉起來。你太棒了! –