我正在設置os X 10.7。爲什麼我得到錯誤:命令'llvm-gcc-4.2'失敗,退出狀態1
我使用的是默認安裝的Python:
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/
我使用的easy_install稱爲基於Python的包管理器。 Easy_install似乎無法找到編譯器。
編輯:當我試圖安裝MySQL-python的我得到這個錯誤:
$ sudo easy_install MySQL-python
Password:
Searching for MySQL-python
Reading http://pypi.python.org/simple/MySQL-python/
Reading http://sourceforge.net/projects/mysql-python/
Reading http://sourceforge.net/projects/mysql-python
Best match: MySQL-python 1.2.3
Downloading http://download.sourceforge.net/sourceforge/mysql-python/MySQL-python-1.2.3.tar.gz
Processing MySQL-python-1.2.3.tar.gz
Running MySQL-python-1.2.3/setup.py -q bdist_egg --dist-dir /tmp/easy_install-P9H9WX/MySQL-python-1.2.3/egg-dist-tmp-rRTfZL
warning: no files found matching 'MANIFEST'
warning: no files found matching 'ChangeLog'
warning: no files found matching 'GPL'
unable to execute llvm-gcc-4.2: No such file or directory
error: Setup script exited with error: command 'llvm-gcc-4.2' failed with exit status 1
錯誤:安裝腳本退出,出現錯誤:命令 'LLVM-GCC-4.2' 失敗,退出狀態1
Xcode 4.1使用GCC,但看起來已經改變了Xcode 4.2。
Apple希望我們使用哪種編譯器? 如何設置配置以便編譯OSS?
你想使用easy_install來安裝什麼軟件包? – 2012-02-22 15:57:26
命令「失敗」,它不是「未找到」。向我們展示更多上下文/日誌以瞭解您的問題。 – tito 2012-02-22 16:17:09
我有同樣的問題,我嘗試使用Xcode和GCC解決方案!解決辦法是什麼?我需要它! – rigobcastro 2013-05-14 21:11:19