'Trouble installing Python Image Library/updating PIP

I am working in PyCharm and struggling to install/import PIL/Pillow.

I have used pip install Pillow in the terminal which returns Requirement already satisfied. However, when I try to import a PIL module such as from PIL import Image it returns that there is no module named 'PIL'.

Any ideas? Am I getting confused between PIL and Pillow?

Thanks!



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source