我正在使用 Python 3.6。当我尝试使用 pip3
安装“模块”时,我遇到了这个问题:
pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available
原文由 Santosh Kumar G 发布,翻译遵循 CC BY-SA 4.0 许可协议
我正在使用 Python 3.6。当我尝试使用 pip3
安装“模块”时,我遇到了这个问题:
pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available
原文由 Santosh Kumar G 发布,翻译遵循 CC BY-SA 4.0 许可协议
4 回答4.4k 阅读✓ 已解决
4 回答3.8k 阅读✓ 已解决
1 回答3k 阅读✓ 已解决
3 回答2.1k 阅读✓ 已解决
1 回答4.5k 阅读✓ 已解决
1 回答3.8k 阅读✓ 已解决
1 回答2.8k 阅读✓ 已解决
2 回答691 阅读✓ 已解决
1 回答705 阅读
4 回答33.1k 阅读✓ 已解决
5 回答8.6k 阅读
2 回答975 阅读✓ 已解决
对于 Windows 10,如果你想在普通 cmd 中使用 pip,而不仅仅是在 Anaconda 提示符中。您需要添加 3 个环境路径。像下面这样:
大多数人只添加 D:\Anaconda3\Scripts