I have installed Pillow but when I try to import the Image module I get an exception:
How can I resolve it?
I have installed Pillow but when I try to import the Image module I get an exception:
How can I resolve it?
i think you should try it like this:
from PIL import Image
please refer documentation for more clarity