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
PIL is deprecated, it's a very old library. Its current maintained fork can be installed via pip install Pillow
.