gpt4 book ai didi

python - 错误 : Could not build wheels for PyNaCl which use PEP 517 and cannot be installed directly

转载 作者:行者123 更新时间:2023-12-04 14:09:57 24 4
gpt4 key购买 nike

我正在使用最新版本的 Pycharm:

当我输入这个命令时:pip install -U discord.py[voice]

此错误消息将出现:错误:无法为使用 PEP 517 且无法直接安装的 PyNaCl 构建轮子

我该怎么办?

最佳答案

PEP 517 已知与 virtualenvs 存在一些问题,因此这可能是一个可能的原因。

尝试执行这些命令,看看是否有效

pip install --upgrade pip
pip install --no-use-pep517 discord.py[voice]

如果不尝试降级您的 pip 版本

pip install pip==18.1

然后再次尝试安装包命令。

关于python - 错误 : Could not build wheels for PyNaCl which use PEP 517 and cannot be installed directly,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/65059605/

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