作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试将 Fabric 安装到带有 Xcode 4.2 的 Virtualenv/Django 1.3.1/OS X Lion 中。这个错误好像是fairly prevalent但当您运行 Python 2.7 和 Xcode 4.2 时,我似乎找不到答案。
我在运行:
Python 2.7(r27:82508,2010 年 7 月 3 日,21:12:11)[GCC 4.0.1(苹果公司内部版本 5493)]
如何执行 gcc-4.0 而不是 gcc-4.0.1?
谢谢!
完整的 Fabric 安装 + 错误:
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
最佳答案
与 OSX 10.7 相同的问题。我的修复:
cd /usr/bin
sudo ln -s gcc gcc-4.0
我下载的MySQL-python版本号为gcc-4.0gcc 已经是苹果 gcc 构建的符号链接(symbolic link)。
附言确保你也安装了 xcode 和命令行工具
关于python - 海湾合作委员会错误 : command 'gcc-4.0' failed with exit status 1,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7883372/
我以前从未发布过这种性质的问题,所以如果它不适合 SO,请不要太伤我的感情,我会删除它。 为了让我关心的所有内容都尽可能靠近左边距,我一直希望我可以这样写: DataService1.DataEnti
我是一名优秀的程序员,十分优秀!