有人可以帮我解决这个问题吗,我发现很多帖子都报告了同样的错误,但没有解决方案对我有用。我在多个模块中遇到了同样的错误。
我正在设置 os X 10.7。我已经安装了 Xcode 4.3.2,我已经下载了命令行工具。我按照本教程安装了 python2.7:http ://www.thisisthegreenroom.com/2011/installing-python-numpy-scipy-matplotlib-and-ipython-on-lion/#lion 。
现在我正在尝试使用以下命令安装一些其他模块,例如 igraph: pip install python-igraph 并且我收到此错误:
lipo:无法打开输入文件:/var/folders/XXX(没有这样的文件或目录)
错误:命令“/usr/bin/llvm-gcc”失败,退出状态为 1
多个包我得到相同的错误:(
我已经尝试过:导出 ARCHFLAGS="-arch i386 -arch x86_64" 并遵循以下内容: http ://waqasshabbir.tumblr.com/post/19073648382/llvm-gcc-4-2-exe-error -on-mac-osx-lion-when-building
谢谢你的帮助