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.