0
votes
3answers
449 views

Installing scikit: gcc-4.2 not found, using Clang instead

When trying to install scikit on my Mac (OS X Lion) I stumbled upon this error: gcc-4.2 not found, using clang instead. I searched how to fix this and it seems that the environment variable CC ...
0
votes
0answers
181 views

Problems compiling python C extension with gcc

I'm having real trouble trying to install rdiff-backup but as well would like to know of how to go about solving this kind of problem on my own, as this isn't the first time I've had problems ...
0
votes
2answers
706 views

Cannot install python module: command '/usr/bin/llvm-gcc' failed with exit status 1

Can someone help me with that issue, I have found many post reporting the same error but no solution worked for me. I got the same error with multiple modules. I am setting up os X 10.7. I have Xcode ...
1
vote
2answers
2k views

how to install Cython on lion

I'm trying to install cython on lion but this is what I get: $ export CC=gcc-4.2 $ gcc --version i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00) ...
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
746 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 ...
1
vote
1answer
515 views

Cython & Hadoopy compiling error.. any ideas on a fix?

I'm trying to run Hadoopy, but am getting a compiling error on OS X: ImportError: Building module failed: ["CompileError: command 'llvm-gcc-4.2' failed with exit status 1\n" I have ...