无法使用pip安装折扣:错误:命令'cc'失败,退出状态为1

时间:2013-11-04 14:17:17

标签: python django virtualenv pip osx-mavericks

尝试在osx 10.9 Mavericks上安装discount软件包时遇到了很多问题。我正在使用django框架。

我的步骤是(在激活virtualenv时):

pip install discount

然后我得到:

.
.
.

1 error generated.

error: command 'cc' failed with exit status 1

----------------------------------------
Cleaning up...
Command /Users/KaeserMic/Sites/2013/Duotones/naturkostbar/env/bin/python -c "import setuptools;__file__='/Users/KaeserMic/Sites/2013/Duotones/naturkostbar/env/build/discount/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /var/folders/4b/smwv2y_s32z044brp6t__ssh0000gp/T/pip-65i7x3-record/install-record.txt --single-version-externally-managed --install-headers /Users/KaeserMic/Sites/2013/Duotones/naturkostbar/env/include/site/python2.7 failed with error code 1 in /Users/KaeserMic/Sites/2013/Duotones/naturkostbar/env/build/discount
Storing complete log in /Users/KaeserMic/.pip/pip.log

这是完整的日志:

https://gist.github.com/MichaelKaeser/7302829

我做的事情:

  • 更新python
  • 更新pip
  • 更新virtualenv
  • 更新homebrew

任何想法如何解决这个问题? 提前谢谢。

2 个答案:

答案 0 :(得分:21)

尝试:

sudo ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future pip install discount

这似乎是XCode 5.1中LLVM的一个问题,如下所述:Can't install mysql gem on OS X

答案 1 :(得分:0)

如果您在终端中输入gcccc,是否会输出错误?你有Xcode安装吗?

xcode-select....

如果是这样,Mac Os Mavericks会提醒您安装Xcode Command Line Tools。