Reputation: 2599
I'm unable to install PIL. When I run pip install PIL
I get:
Downloading/unpacking PIL
Could not find any downloads that satisfy the requirement PIL
Cleaning up...
No distributions at all found for PIL
Storing debug log for failure in /tmp/tmpWJojCu
I've tried following the answers to this question but I get the same error.
Stack: Python 2.7, PIP, EC2 Ubuntu machine.
Upvotes: 12
Views: 16454