Pregunta

When I tried sudo pip install PIL and sudo easy_install PIL, they both gave me the following error.

unable to execute clang: No such file or directory

error: command 'clang' failed with exit status 1

I have tried it with brew install libtiff libjpeg webp littlecms beforehand, and with sudo and without sudo, but every time it gives the exact same error.

¿Fue útil?

Solución

Fixed the problem by first installing Xcode from the App Store, then installing Command Line Tools from the Downloads section of Xcode's Preferences screen.

Then Try these commands:

% brew install pil
% easy_install pip
% pip install pil
Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top