提示没有SSL。错误日志如下:
- 1900K .......... .......... .......... .......... .......... 92% 11.0M 0s
- 1950K .......... .......... .......... .......... .......... 94% 10.3M 0s
- 2000K .......... .......... .......... .......... .......... 97% 10.7M 0s
- 2050K .......... .......... .......... .......... .......... 99% 2.42M 0s
- 2100K ........ 100% 9.22M=0.4s
- 2022-05-05 14:55:14 (4.58 MB/s) - ‘get-pip.py’ saved [2158605/2158605]
- 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/pip/
- 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/pip/
- 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/pip/
- 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/pip/
- WARNING: Retrying (Retry(total=0, 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/pip/
- 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
- ERROR: Could not find a version that satisfies the requirement pip (from versions: none)
- ERROR: No matching distribution found for pip
- WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
- 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
复制代码
|
|