在python中安装scipy模块时出错 [英] error while installing scipy module in python

查看:664
本文介绍了在python中安装scipy模块时出错的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

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

I'm trying to install scipy module in python using pip...it is showing following error..

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尝试时,它显示:

and when I tried it using easy_install, it showed:

error: no lapack/blas resources found

请提供任何解决方案...

Any solutions please...

推荐答案

  1. 首先从此处下载滚轮,以安装Numpy + MKL.
  2. 转到您的.whl文件位置,然后键入pip install <filename>
  3. 现在从此处下载SciPy.
  4. 重复步骤2.
  1. First install Numpy+MKL by downloading wheel from here.
  2. Go to your .whl file location and type pip install <filename>
  3. Now download SciPy from here.
  4. Repeat step 2.

注意:首先通过pip install --upgrade pip

这篇关于在python中安装scipy模块时出错的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆