I am trying to install PIL on Mac 10.9.1. I am getting an error that I cannot find here. I already installed Python27, pip, DJango, now I'm trying to install:
sudo pip install pil
The message I get:
Downloading/unpacking PIL
Could not find any downloads that satisfy the requirement PIL
Some externally hosted files were ignored (use
Cleaning up...
No distributions at all found for PIL
Storing debug log for failure in /Users/xxx/Library/Logs/pip.log
Does anyone have an idea how to resolve this error, please?
In Xcode, I checked if the command line tools are installed, but it does not appear in Xcode-> preferences-> Download.
Thank you very much for your help
source
share