Harry Webb
Harry Webb

Reputation: 1

trying to import PIL

I'm not sure why but I always have an issue with importing PIL. No matter how I try to import it, it just never seems to work. I have tried to install it or update it. I have even tried with Pillow but still nothing. any help is greatly appreciated as it's something so little but so annoying. I am using python 3.10 enter image description here

Upvotes: -1

Views: 1541

Answers (1)

user14695006
user14695006

Reputation:

PIL is deprecated, it's a very old library. Its current maintained fork can be installed via pip install Pillow.

Upvotes: 1

Related Questions