Search code examples
pythonpython-requestspython-imaging-libraryimporterror

error: No module named pillow, requests or pywhatkit


pywhatkit, requests, and pillow are already installed in my system. But, during importing any one of these, ImportError occurs.

enter image description here

After installing it through jupyter notebook, I still got the same error.

enter image description here enter image description here

Actually I am a student and a noob in this field, so you can underestimate me. and feel free to help.


Solution

  • I think you are using python 2 instead of python 3. This particular error happens to me too. I think it might help.