1

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.

YoungA
  • 13
  • 1
  • 5

1 Answers1

3

Try installing the package named Pillow, it's a PIL Fork. You can use it the same as the PIL package.

xZeasy
  • 82
  • 1
  • 1
  • 9