gpt4 book ai didi

python - pip 配置了需要 TLS/SSL 的位置

转载 作者:太空宇宙 更新时间:2023-11-03 14:38:09 25 4
gpt4 key购买 nike

我正在尝试配置共享托管服务器以使用 Django。当我尝试使用 pip 安装 Django 时,我收到一条警告

pip is configured with locations that require TSL/SSL, however the ssl module in Python is not available. 
...

There was a problem confirming the ssl certificate: Can't connect to HTTPS URL because the SSL module is not available

可以理解,我没有 root 权限,所以我不得不在本地安装 openssl。我应该如何告诉 pip 在哪里寻找它?这真的能解决问题吗?

最佳答案

根据this回答

您可以通过使用 index-url 并将 http url 作为参数传递然后将其设置为可信来源来忽略 https。

pip install --index-url=http://pypi.python.org/simple/ --trusted-host pypi.python.org  package_name

关于python - pip 配置了需要 TLS/SSL 的位置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45907055/

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