'ModuleNotFoundError: No module named 'pywhatkit'
I'm use 2 python IDE's in my system one is spyder and another one is python IDLE whenever I import a module in spyder it works the same code doesn't works in python IDLE it shows error.
Solution 1:[1]
Did you download the pywhatkit on the local machine from the pip method?
pip install pywhatkit
try to locate the package in this dir, like these C:\Users\charan\AppData\Local\Programs\Python\Python38-32\Lib\site-packages\ , or the python path.
Solution 2:[2]
I also had the same problem but this fixed it pip3 install flask
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Charan Leo |
| Solution 2 | bananin luis |
