pip 23.2.1 from C:\Programs\Python\Python311\Lib\site-packages\pip (python 3.11)
pip安装软件包时报错
Could not fetch URL https://pypi.tuna.tsinghua.edu.cn/simple/pip/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.tuna.tsinghua.edu.cn', port=443): Max retries exceeded with url: /simple/pip/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
说是SSL 的软件版本的问题,但是下载了requests-2.29.0 也没法安装上去
把 libssl-1_1-x64.dll libcrypto-1_1-x64.dll拷贝到Windows\system32目录都没有用
有大神知道怎么弄吗?
离线
Windows python安装的时候一定要选中precompile standard library
离线