Module not found in PyCharm / Python[Error]:
Did you get an error like “module not found” when running code in pycharm? The error indicates the module you imported at the beginning of the code if it is not available.
Simple steps to solve the problem:
- [ファイル]>[設定]>[プロジェクト:your_project_name]>[プロジェクトインタープリター]Go to
- Then click the “green plus sign” in the upper right corner.
- Enter the name of the module to download
- Click the “Install Package” button. Next, chillax J waits for the package to be installed (it can take up to 30-60 seconds).


Your problem has been resolved. Thank you for reading the blog. If you have any other issues, please write them in the comments section. Have a nice day :).