我試圖用Xcode 4.2將Fabric安裝到Virtualenv/Django 1.3.1/OS X Lion中。這個錯誤似乎是fairly prevalent,但我似乎無法找到一個答案,當你運行Python 2.7 & Xcode 4.2。GCC錯誤:命令'gcc-4.0'失敗,退出狀態爲1
我運行:
的Python 2.7(R27:82508,2010年7月3日,21點12分一十一秒) [GCC 4.0.1(蘋果公司建立5493)]
怎麼辦我執行gcc-4.0而不是gcc-4.0.1?
謝謝!
全光纖安裝+錯誤:
Requirement already satisfied (use --upgrade to upgrade): fabric in ./lib/python2.7/site-packages/Fabric-0.1.0-py2.7.egg
Requirement already satisfied (use --upgrade to upgrade): paramiko>=1.7,<2.0 in ./lib/python2.7/site-packages/paramiko-1.7.7.1-py2.7.egg (from fabric)
Downloading/unpacking pycrypto>=2.1 (from paramiko>=1.7,<2.0->fabric)
Running setup.py egg_info for package pycrypto
Installing collected packages: pycrypto
Running setup.py install for pycrypto
warning: GMP or MPIR library not found; Not building Crypto.PublicKey._fastmath.
building 'Crypto.Hash.MD2' extension
gcc-4.0 -fno-strict-aliasing -fno-common -dynamic -arch i386 -arch ppc -arch x86_64 -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/MD2.c -o build/temp.macosx-10.5-fat3-2.7/src/MD2.o
unable to execute gcc-4.0: No such file or directory
error: command 'gcc-4.0' failed with exit status 1
Complete output from command /Users/emilepetrone/Sites/newsite/salesapp/bin/python -c "import setuptools;__file__='/Users/emilepetrone/Sites/newsite/salesapp/build/pycrypto/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --single-version-externally-managed --record /var/folders/hv/yjvyz6g96xd4c4nbg3hgtk9c0000gn/T/pip-R0wRzk-record/install-record.txt --install-headers /Users/emilepetrone/Sites/newsite/salesapp/bin/../include/site/python2.7:
running install
running build
running build_configure
running build_py
running build_ext
warning: GMP or MPIR library not found; Not building Crypto.PublicKey._fastmath.
building 'Crypto.Hash.MD2' extension
gcc-4.0 -fno-strict-aliasing -fno-common -dynamic -arch i386 -arch ppc -arch x86_64 -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/MD2.c -o build/temp.macosx-10.5-fat3-2.7/src/MD2.o
unable to execute gcc-4.0: No such file or directory
error: command 'gcc-4.0' failed with exit status 1
我在這裏有一個10.8.2盒子,它不會這樣。但是,我有4.2.1運行最新的Xcode目前。 –