为了账号安全,请及时绑定邮箱和手机立即绑定

numpy pandas 的构建轮失败

numpy pandas 的构建轮失败

翻阅古今 2021-09-02 19:17:42
我在 Centos 上尝试安装,pandas但出现以下错误:         sudo pip3 install pandas                                                                         ~Collecting pandasRequirement already satisfied (use --upgrade to upgrade): python-dateutil>=2.5.0 in /usr/local/lib/python3.5/site-packages (from pandas)Collecting numpy>=1.9.0 (from pandas)  Using cached https://files.pythonhosted.org/packages/2d/80/1809de155bad674b494248bcfca0e49eb4c5d8bee58f26fe7a0dd45029e2/numpy-1.15.4.zipRequirement already satisfied (use --upgrade to upgrade): pytz>=2011k in /usr/local/lib/python3.5/site-packages (from pandas)Requirement already satisfied (use --upgrade to upgrade): six>=1.5 in /usr/local/lib/python3.5/site-packages (from python-dateutil>=2.5.0->pandas)Building wheels for collected packages: numpy  Running setup.py bdist_wheel for numpy  Complete output from command /usr/local/bin/python3.5 -c "import setuptools;__file__='/tmp/pip-build-iu_r4bvr/numpy/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" bdist_wheel -d /tmp/tmp6jr137vfpip-wheel-:  blas_opt_info:  blas_mkl_info:  customize UnixCCompiler    libraries mkl_rt not found in ['/usr/local/lib64', '/usr/local/lib', '/usr/lib64', '/usr/lib']    NOT AVAILABLE  blis_info:  customize UnixCCompiler    libraries blis not found in ['/usr/local/lib64', '/usr/local/lib', '/usr/lib64', '/usr/lib']    NOT AVAILABLE  openblas_info:  customize UnixCCompiler  customize UnixCCompiler    libraries openblas not found in ['/usr/local/lib64', '/usr/local/lib', '/usr/lib64', '/usr/lib']    NOT AVAILABLE  atlas_3_10_blas_threads_info:  Setting PTATLAS=ATLAS  customize UnixCCompiler    libraries tatlas not found in ['/usr/local/lib64', '/usr/local/lib', '/usr/lib64/atlas', '/usr/lib64/sse2', '/usr/lib64', '/usr/lib/sse2', '/usr/lib']    NOT AVAILABLE有人可以帮我安装这个吗?我的最终目标是能够安装熊猫。
查看完整描述

2 回答

?
翻翻过去那场雪

TA贡献2065条经验 获得超13个赞

尝试安装 cblas 开发文件。在基于 Debian 的发行版上,它是 libopenblas-dev。


查看完整回答
反对 回复 2021-09-02
?
茅侃侃

TA贡献1842条经验 获得超21个赞

如果我猜对了,我猜您想为 python 安装 numpy 模块。为此,您只需键入

sudo yum install numpy scipy


查看完整回答
反对 回复 2021-09-02
  • 2 回答
  • 0 关注
  • 439 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信