У меня возникают проблемы при попытке установить пакет discount
на osx 10.9 Mavericks. Я работаю с картой 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
- обновление протокола
- обновление virtualenv
- обновление homebrew
Есть идеи, как решить эту проблему? Спасибо заранее.