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-numpywithsudo apt-get install python-numpyif your program uses python2 instead. – sid-m May 23 '17 at 05:58