Error while using image.load_img

it is showing could not import PIL.Image. the use of load_image requires PIL.
What tondo now???

Make sure Pillow is installed. Use - pip install Pillow
Then from PIL import Image should work