为了能快速了解并处理您的问题,请提供以下基础信息:
系统:CentOS 7.9.2009 x86_64(Py3.7.9)
7.9.10
在网站python项目那里添加项目时,到安装依赖模块时报错
- 正在安装python版本,请稍候...
- 2023-05-24 20:52:25
- 开始复制环境 /www/server/pyporject_evn/45235be6d7f85eb672c3fab0c6e04253_venv
- 2023-05-24 20:52:26
- 目录复制成功!
- 2023-05-24 20:52:36
- 环境制作成功
- 2023-05-24 20:52:36
- 站点创建成功
- 2023-05-24 20:52:36
- 开始安装服务器应用
- 2023-05-24 20:53:00
- Looking in indexes: https://mirrors.aliyun.com/pypi/simple/
- Could not fetch URL https://mirrors.aliyun.com/pypi/simple/uwsgi/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='mirrors.aliyun.com', port=443): Max retries exceeded with url: /pypi/simple/uwsgi/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
- Could not fetch URL https://mirrors.aliyun.com/pypi/simple/pip/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='mirrors.aliyun.com', port=443): Max retries exceeded with url: /pypi/simple/pip/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
- Looking in indexes: https://mirrors.aliyun.com/pypi/simple/
- Could not fetch URL https://mirrors.aliyun.com/pypi/simple/gunicorn/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='mirrors.aliyun.com', port=443): Max retries exceeded with url: /pypi/simple/gunicorn/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
- Could not fetch URL https://mirrors.aliyun.com/pypi/simple/pip/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='mirrors.aliyun.com', port=443): Max retries exceeded with url: /pypi/simple/pip/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
- Looking in indexes: https://mirrors.aliyun.com/pypi/simple/
- Could not fetch URL https://mirrors.aliyun.com/pypi/simple/uvicorn/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='mirrors.aliyun.com', port=443): Max retries exceeded with url: /pypi/simple/uvicorn/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
- Could not fetch URL https://mirrors.aliyun.com/pypi/simple/pip/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='mirrors.aliyun.com', port=443): Max retries exceeded with url: /pypi/simple/pip/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
- 2023-05-24 20:53:00
- 安装依赖包
- WARNING: 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/apscheduler/
- 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/apscheduler/
- 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/apscheduler/
- 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/apscheduler/
复制代码
|
|