Python Forum

Full Version: Module Not Found Error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I tried to fix the error below but doesn't work.

Error:
ModuleNotFoundError: No module named 'numpy'
Share me your idea to fix the problem.
What have you tried so far to try and fix the error?
Are you sure you have installed numpy?
Where are you trying to run the code that is attempting to import numpy?
(Dec-29-2022, 02:01 PM)Yoriz Wrote: [ -> ]What have you tried so far to try and fix the error?
Are you sure you have installed numpy?
Where are you trying to run the code that is attempting to import numpy?

No, I didn't install numpy.

I am running the code on PyCharm.
(Dec-29-2022, 02:17 PM)Yoriz Wrote: [ -> ]See https://www.jetbrains.com/help/pycharm/i...kages.html
and install numpy

Thank you very much, Yoriz. It works.