Custom Search

Tuesday, May 30, 2017

How to install NumPy SciPy Matplotlib for Python 3 3.5 3.6

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

2)
sudo pip3 install numpy scipy matplotlib
sudo pip3 uninstall numpy scipy matplotlib
OR
sudo apt-get install python3-numpy python3-scipy python3-matplotlib
sudo apt-get purge python3-numpy python3-scipy python3-matplotlib

No comments:

Post a Comment