Answers for "---------------------------------------------------------------------------ModuleNotFoundError Traceback (most recent call last)<ipython-input-1-d4cdadb62aa7> in <module>----> 1 import numpyModuleNotFoundError: No module named 'numpy'"

1

No module named 'numpy'

#if you install numpy with pip, run the python file in the command line like this
python myFile.py

#if you install numpy with pip3, run the python file in the command line like this
python3 myFile.py
Posted by: Guest on August-04-2020

Code answers related to "---------------------------------------------------------------------------ModuleNotFoundError Traceback (most recent call last)<ipython-input-1-d4cdadb62aa7> in <module>----> 1 import numpyModuleNotFoundError: No module named 'numpy'"

Browse Popular Code Answers by Language