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安装

ImportError:没有名为 scipy 的模块

python数据分析之numpy+pandas+scipy+matplotlib+scikit-learn安装

在 centos 上安装 scipy 模块

python虚拟环境 + win7-64位安装scipy matplotlib

win7 64位下基于python2.7安装xgboost