Tagged Questions
9
votes
2answers
2k views
Error when trying to install pylibmc on Mac OSX Lion
I've tried pip and easy_install, but I keep getting the following error:
error: command '/usr/bin/llvm-gcc' failed with exit status 1
I'm running OSX Lion and the install runs inside a virtualenv, ...
5
votes
2answers
722 views
Why does the pip installer expect gcc-4.2 to be the name of the gcc compiler in OS X Lion?
When installing packages in Python using pip, I came across the following error:
unable to execute gcc-4.2: No such file or directory
Clearly, pip is trying to use gcc-4.2 which is not in any of ...