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.
This one bites a lot of people, PIL
has become pillow
.
pip install pillow
But the import name was unchanged, so it is different from the package name now. That is, you continue to use:
from PIL import Image
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With