I am getting import error: module named numpy
. Does this mean i have to install numpy
?
I have downloaded the new version extracted it into home. I am not sure what else to do. I am using Ubuntu 16.04. I have also tried:
sudo apt-get install python-pip
sudo apt-get install python3-numpy
But the error remains. Can anyone kindly guide me how to solve this
python-numpy
withsudo apt-get install python-numpy
if your program uses python2 instead. – sid-m May 23 '17 at 05:58