Custom Search

Monday, May 29, 2017

How to Install NumPy for Python 3.5 3.6

1)
sudo apt-get install python3-pip python3-dev

2)
Install or Uninstall numpy
sudo pip3 install numpy
sudo pip3 uninstall numpy

OR

sudo apt-get install python3-numpy
sudo apt-get purge python3-numpy


No comments:

Post a Comment