gpt4 book ai didi

scipy - pip 无法为 scipy 构建轮子

转载 作者:行者123 更新时间:2023-12-04 01:00:43 30 4
gpt4 key购买 nike

我刚刚下载了新的 python 3.8,我正在尝试使用以下方法安装 scipy 包:

pip3.8 install scipy

但是构建失败并出现以下错误:

**Failed to build scipy**

**ERROR: Could not build wheels for scipy which use PEP 517 and cannot be installed directly**

如何使用 pip 安装它?我尝试使用 --no-binary 版本:

pip3.8 install --no-binary :all: scipy

但最终出现了一个更可怕的错误:

**ERROR: Command errored out with exit status 1: /Library/Frameworks/Python.framework/Versions/3.8/bin/python3.8 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/8p/01_5ykld02v61rtjl8k_8j200000gp/T/pip-install-wlnk_0jg/scipy/setup.py'"'"'; __file__='"'"'/private/var/folders/8p/01_5ykld02v61rtjl8k_8j200000gp/T/pip-install-wlnk_0jg/scipy/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /private/var/folders/8p/01_5ykld02v61rtjl8k_8j200000gp/T/pip-record-01j_ddt8/install-record.txt --single-version-externally-managed --compile Check the logs for full command output.**

最佳答案

我想我遇到了和你一样的问题。错误码有没有这个信息

错误:库 dfftpack 有 Fortran 源代码但未找到 Fortran 编译器

因为对我来说,这听起来像是 Fortran 编译器错误,而不是 python 本身的错误。我认为发生的事情是轮子需要某种 Fortran 编译器,当安装找不到它时,它只是终止构建。这是我找到的解决方案:

Linux

sudo apt install gfortran

window /苹果机

从这里下载:https://gcc.gnu.org/wiki/GFortran#download

此解决方案为我修复了它。查看:Still can't install scipy due to missing fortran compiler after brew install gcc on Mac OS X了解更多详情。

关于scipy - pip 无法为 scipy 构建轮子,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58441549/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com