python - 使用pip安装SciPy
使用pip install numpy可以使用pip安装NumPy。
SciPy有类似的可能性吗? (做pip不起作用。)
更新
SciPy包现在可以安装pip!
15个解决方案
207 votes
先决条件:
sudo apt-get install build-essential gfortran libatlas-base-dev python-pip python-dev
sudo pip install --upgrade pip
实际包裹:
sudo pip install numpy
sudo pip install scipy
可选包:
sudo pip install matplotlib OR sudo apt-get install python-matplotlib
sudo pip install -U scikit-learn
sudo pip install pandas
SRC
Abhishek Gupta answered 2019-03-19T06:49:48Z
105 votes
尝试pip表示他们在Python Package Index中列出了一个问题,即pip搜索。
easy_install scipy
Searching for scipy
Reading http://pypi.python.org/simple/scipy/
Reading http://www.scipy.org
Reading http://sourceforge.net/project/showfiles.p