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!