在python中安装scipy模块时出错

时间:2016-04-18 17:21:32

标签: python numpy scipy pip lapack

我正在尝试使用pip在python中安装scipy模块...它显示以下错误..

Command "c:\users\sony\appdata\local\programs\python\python35-32\python.exe 
-u -c "import setuptools, 
tokenize;__file__='C:\\Users\\sony\\AppData\\Local\\Temp\\pip-build-
vmyvqdgv\\scipy\\setup.py';exec(compile(getattr(tokenize, 'open', open)
(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --
record C:\Users\sony\AppData\Local\Temp\pip-mf_0tla_-record\install-
record.txt --single-version-externally-managed --compile" failed with error
code 1 in C:\Users\sony\AppData\Local\Temp\pip-build-vmyvqdgv\scipy\

当我尝试使用easy_install时,它显示:

error: no lapack/blas resources found

任何解决方案,请...

2 个答案:

答案 0 :(得分:1)

  1. 首先从here下载滚轮来安装Numpy + MKL。
  2. 转到.whl文件位置,然后输入pip install <filename>
  3. 现在从here下载SciPy。
  4. 重复步骤2.
  5. 注意:首先按pip install --upgrade pip

    升级点数

答案 1 :(得分:0)

而不是单独安装scipy安装anaconda(Windows安装可用),其中包括scipy numpy pandas和其他有用的python模块。 https://www.continuum.io/downloads在安装其他必需模块时,这将简化您未来的任务,因为它创建了一个单独的环境