Errors Installing PIL on Mac OS Tiger
Posted
by john2x
on Stack Overflow
See other posts from Stack Overflow
or by john2x
Published on 2010-05-31T03:22:27Z
Indexed on
2010/05/31
3:22 UTC
Read the original article
Hit count: 400
I'm trying to install the Python Imaging Library on Mac OS X 10.4, but I get errors. I'm not sure where the error starts, it's just a huge wall of text when executing sudo python setup.py install
.
But the last few lines are:
...
collect2: ld returned 1 exit status
lipo: can't open input file: /var/tmp//ccNKvQpP.out (No such file or directory)
error: command 'gcc' failed with exit status 1
I've googled, but none of the results are working.
© Stack Overflow or respective owner