python 安装 scipy 报错 no lapack/blas resources found 问题处理

栏目: Python · 发布时间: 5年前

pip3 install -r requirements.txt  -i http://pypi.douban.com/simple/

报错 安装失败

单独安装scipy

sudo pip3 install scipy

报错:

numpy.distutils.system_info.NotFoundError: no lapack/blas resources found

找到博客:https://blog.csdn.net/xiongjiezk/article/details/53032927

执行如下命令:

yum install blas-devel

yum install  lapack-devel

继续安装scipy

sudo pip3 install scipy

报错:

distutils.errors.LinkError: Command "gcc -pthread /tmp/tmpzUwJsa/tmp/tmpzUwJsa/source.o -L/usr/lib64 -lblas -o /tmp/tmpzUwJsa/a.out" failed with exit status 1

找到这个博客

https://blog.csdn.net/u012377333/article/details/89087925

sudo yum install atlas-devel

再次安装pip3

sudo pip3 install scipy

安装成功


以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Web Analytics 2.0

Web Analytics 2.0

Avinash Kaushik / Sybex / 2009-10-26 / USD 39.99

The bestselling book Web Analytics: An Hour A Day was the first book in the analytics space to move beyond clickstream analysis. Web Analytics 2.0 will significantly evolve the approaches from the fir......一起来看看 《Web Analytics 2.0》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

在线进制转换器
在线进制转换器

各进制数互转换器

URL 编码/解码
URL 编码/解码

URL 编码/解码