python2.7安装Scipy
Posted darkchii
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python2.7安装Scipy相关的知识,希望对你有一定的参考价值。
Numpy、scikit-learn可以直接
pip install xxx
但Scipy不能,在官网找到了安装方法:
python -m pip install --user numpy scipy matplotlib ipython jupyter pandas sympy nose
参考:
https://www.scipy.org/install.html
以上是关于python2.7安装Scipy的主要内容,如果未能解决你的问题,请参考以下文章
windows下python2.7版本numpy,Scipy,matplotlib安装
python数据分析之numpy+pandas+scipy+matplotlib+scikit-learn安装