pip3 install unknownpy->错误无法为使用PEP 517

问题描述

我正在与: python 3.8.5

macOS Catalina版本10.15.5

我要安装:

pip3 install uncertainpy

结果是一个很长的错误文本,最后三行:

    error: library dfftpack has Fortran sources but no Fortran compiler found
    ----------------------------------------
    ERROR: Failed building wheel for scipy
    Failed to build scipy
    ERROR: Could not build wheels for scipy which use PEP 517 and cannot be installed       directly

pip3 install scipy 轻松运行。

我还尝试了以下操作,但失败了:

pip3 -m pipenv install uncertainpy

pip3 install uncertainpy --no-use-pep517

pip3 -m pipenv install uncertainpy --no-use-pep517

以及:

pip3 install --upgrade pip setuptools wheel

有人可以帮我吗?

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)