I am trying to import something from PIL:
from PIL import ImageTK, Image
But this error is flagged up:
ModuleNotFoundError: No module named 'PIL'
I have tried pip install PIL
and easy_install PIL
and the error is still flagged up
pls can u help me? Im coding in Sublime text btw