When trying to install PIL I keep getting the error "Could not find a version that satisfies the requirement PIL (from versions: ) No matching distribution found for PIL". I've tried uninstalling and reinstalling PIL as suggested in the post ImportError: No module named PIL but in this case having PIL previously incorrectly installed isn't the issue.
Asked
Active
Viewed 1.1k times
1 Answers
8
Try installing the package named Pillow, it's a PIL Fork. You can use it the same as the PIL package.

xZeasy
- 132
- 1
- 1
- 11