cyber2077 发表于 2025-5-17 15:23:51

【已解答】python项目无法安装依赖

为了能快速了解并处理您的问题,请提供以下基础信息:面板、插件版本:9.6.0
系统版本:CentOS 7.9.2009 x86_64(Py3.7.9)
问题描述:python项目无法安装依赖
相关截图(日志、错误):WARNING: Disabling truststore since ssl support is missingWARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.Looking in indexes: https://mirrors.aliyun.com/pypi/simple/WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /pypi/simple/flask/WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /pypi/simple/flask/WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /pypi/simple/flask/WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /pypi/simple/flask/

cyber2077 发表于 2025-5-17 15:50:28

python3.10以上都不行

阿珂 发表于 2025-5-19 11:23:18

上面的提示是无法连接https
检查一下系统的openssl库是否正常
页: [1]
查看完整版本: 【已解答】python项目无法安装依赖