Custom Search

Monday, May 29, 2017

How to Install SciPy for Python 3.5 3.6

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

2)
Install/Uninstall scipy
sudo pip3 install scipy
sudo pip3 uninstall scipy

OR

sudo apt-get install python3-scipy
sudo apt-get purge python3-scipy

No comments:

Post a Comment