Numpy: No module named 'numpy'

Created on 6 Jul 2018  路  2Comments  路  Source: numpy/numpy

I've tried several ways to installed numpy from conda on Linux using command:

conda install -c anaconda numpy
conda install numpy

I've also tried pip install numpy

But none of them work for me and keep showing the error: no module named numpy

I've noticed there might be some error for numpy 1.14.3 so I removed it and install 1.14.5. But it still doesn't work... (I am using python 3.6)

Any suggestions?

Most helpful comment

The python you're running is not the same as the one you're installing into. If you're unsure, python -m pip install numpy will install it into the same python that python starts.

All 2 comments

The python you're running is not the same as the one you're installing into. If you're unsure, python -m pip install numpy will install it into the same python that python starts.

Standard install trouble-shooting / question issue with a clear response & without activity for more than a month, so closing.

Was this page helpful?
0 / 5 - 0 ratings