Error “Import Error: No module named numpy” on Windows

You can simply use

pip install numpy

Or for python3, use

pip3 install numpy

Leave a Comment