No module named 'numpy'

C++
pip3 install numpypip install 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
Source

Also in C++: