Sudo pip install pil error on Mac 10.9.1

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 --allow-external PIL to allow).
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

+4
source share
1 answer

There, the PIL plug is called Pillow , which is likely to solve your problem.

+8
source

All Articles