由于 EnvironmentError 无法安装“discord.py”

Posted

技术标签:

【中文标题】由于 EnvironmentError 无法安装“discord.py”【英文标题】:Could not install `discord.py` due to EnvironmentError 【发布时间】:2020-09-22 22:49:57 【问题描述】:

[Windows 10] [Python 3.8.3] 其余错误:Could not find a suitable TLS CA certificate bundle, invalid path: path/to/ca-bundle.crt 我试过pip3 install -U discord.pypy -3 -m pip3 install -U discord.pypip3 install discord.py,但我看不到安装它。

【问题讨论】:

这可能与您尝试将其安装到的目录有关。尝试将其安装到 C:\Windows\system32 【参考方案1】:

如果您正在使用诸如 PyCharm for python 之类的第 3 方程序,请在终端上写下:

python -m pip install discord.py

在 IDLE 中,按照以下步骤操作:

 1. cd C:\Users\[Your Username]\AppData\Roaming\Python\Python38[On Me]\Scripts
 2. python -m pip install discord.py 

希望这会有所帮助。祝你有美好的一天!

*编辑:您的Python\Python38 可能会有所不同,我认为您可以通过按"WINDOWS + R" 并在框上写%appdata% 来检查它。之后向下滚动一点,您应该会找到Python

【讨论】:

我仍然收到ERROR: Could not install packages due to an EnvironmentError: Could not find a suitable TLS CA certificate bundle, invalid path: path/to/ca-bundle.crt 错误。 你把python放在PATH里了吗?如果你没有,那可能就是它不起作用的原因。观看此视频:youtu.be/Y2q_b4ugPWk.

以上是关于由于 EnvironmentError 无法安装“discord.py”的主要内容,如果未能解决你的问题,请参考以下文章

由于 EnvironmentError 无法安装软件包:[WinError 5] 访问被拒绝:

如何修复“由于 EnvironmentError 无法安装软件包:[WinError 123]”?

由于 EnvironmentError 无法安装软件包:[Errno 30] 只读文件系统:

由于 ec2 服务器中的 EnvironmentError 无法安装软件包

EnvironmentError: HTTPSConnectionPool 同时在 docker 容器上安装 pip

Python sklearn 安装窗口