0

Guys i have pillow installed but when i run my script its says Pillow Not Found. Can someone help me please? I already uninstalled pillow. Sorry for my english.

enter image description here

MattDMo
  • 100,794
  • 21
  • 241
  • 231
  • This questions has been asked before. Check this post: https://stackoverflow.com/questions/8863917/importerror-no-module-named-pil – Sabuhi Khalili Aug 05 '20 at 23:05
  • 3
    Does this answer your question? [ImportError: No module named PIL](https://stackoverflow.com/questions/8863917/importerror-no-module-named-pil) – Marios Aug 05 '20 at 23:09
  • 1
    @SabuhiKhalili they're not the same issue. The one you linked is about `PIL`, the Python Imaging Library, which is no longer maintained. OP is asking about `Pillow`, a fork of PIL that is its replacement. `import Image` does not work with Pillow. – MattDMo Aug 05 '20 at 23:09
  • @MariosKaramanis see my comment above. They're not the same issue. – MattDMo Aug 05 '20 at 23:09
  • What is your Python version? Do you have multiple Python versions installed? It's possible you installed Pillow in one version, but is running the script using another version. – Gino Mempin Aug 06 '20 at 00:32

1 Answers1

0

Try uninstalling Pillow and installing again. It should work and then make sure you have no typo. The answer is mentioned in the link I shared above:

from PIL import Image