我无法安装 discord.py



所以我运行这个命令

py -3 -m pip install -U discord.py[voice]

在PyCharm中(使用最新版本(,但它不能让我安装它。它给了我这个例外:

错误:PATH 中缺少"make"实用程序

错误:为PyNaCl构建轮子失败无法构建PyNaCl

错误:无法为使用PEP 517的PyNaCl构建轮子,也无法直接安装

如果您运行的是linux,

sudo pip3 install discord.py[voice] -U

或者如果你在windows运行,

pip install discord.py[voice] -U

相关内容

  • 没有找到相关文章

最新更新