简体   繁体   English

Windows上scipy安装的问题-缺少blas和lapack

[英]Issues with scipy installation on Windows - missing blas and lapack

I'm trying to install scipy on Windows and got some issues. 我正在尝试在Windows上安装scipy,但出现了一些问题。 When running the setup.py file inside the scipy folder (which I cloned from github), I got an error message saying "NotFoundError: no lapack/blas resources found" 在scipy文件夹(我从github克隆)中运行setup.py文件时,出现错误消息,提示“ NotFoundError:未找到lapack / blas资源”

Does anyone know how I could get lapack and blas installed and where I should store these in my computer? 有谁知道我如何安装lapack和blas,以及如何将其存储在计算机中?

Below is the error message: 下面是错误消息:

scipy error message 严重错误消息

Thanks in advance! 提前致谢!

This worked for me: https://stackoverflow.com/a/19369046 这对我有用https//stackoverflow.com/a/19369046

= There's a site with many packages already compiled for Windows. =有一个站点,其中已经有许多针对Windows编译的软件包。 Download the right file for the package from that site and pip install should work just fine. 从该站点下载该软件包的正确文件,然后pip安装应该可以正常工作。 Note that the "right file" means it must match the version of python you're using. 请注意,“正确的文件”意味着它必须与您使用的python版本匹配。 The version number for a package is in the file name: it's the numbers after "cp". 软件包的版本号在文件名中:即“ cp”之后的数字。 ex: file name = pandas-0.17.1-cp35-none-win32.whl is a package for python version 3.5 since the filename has ...cp35... in it. 例如:文件名= pandas-0.17.1-cp35-none-win32.whl是python 3.5版的软件包,因为文件名中包含...cp35...

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM