- 【pip conda】第三方库无法安装
- https://pypi.tuna.tsinghua.edu.cn/simple/pylint/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host=’pypi.tuna.tsinghua.edu.cn’, port=443): Max retries exceeded with url: /simple/pylint/ (Caused by SSLError(SSLEOFError(8, ‘EOF occurred in violation of protocol (_ssl.c:852)’),)) - skipping">pip加速 #pip换源
conda下无法安装第三方库 Could not find a version that satisfies the requirement numpy
具体问题:
Could not fetch URL https://pypi.tuna.tsinghua.edu.cn/simple/pylint/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host=’pypi.tuna.tsinghua.edu.cn’, port=443): Max retries exceeded with url: /simple/pylint/ (Caused by SSLError(SSLEOFError(8, ‘EOF occurred in violation of protocol (_ssl.c:852)’),)) - skipping - 【VSCode 导入CV2报错】VSCodeCV
- 【VsCode Numpy库】conda下Numpy库导入问题RuntimeError: The current Numpy installation (‘xxx\anaconda\lib\site-packages
【pip conda】第三方库无法安装
pip加速 #pip换源
conda下无法安装第三方库 Could not find a version that satisfies the requirement numpy
具体问题:
Could not fetch URL https://pypi.tuna.tsinghua.edu.cn/simple/pylint/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host=’pypi.tuna.tsinghua.edu.cn’, port=443): Max retries exceeded with url: /simple/pylint/ (Caused by SSLError(SSLEOFError(8, ‘EOF occurred in violation of protocol (_ssl.c:852)’),)) - skipping
pip install numpy -i
http://pypi.douban.com/simple/
--trusted-host pypi.douban.com
换成国内源就可以了pip install incremental -i
http://pypi.douban.com/simple/
--trusted-host pypi.douban.com
pip install numpy —user —trusted-host pypi.python.org —依旧报错
pytorch环境下,使用pip或者conda命令无法安装,需要后面加源
拒绝访问[WinError 5]
https://blog.csdn.net/weixin_44827418/article/details/105443681
参考
https://blog.csdn.net/yanwenyuan0304/article/details/86072970?utm_medium=distribute.pc_relevant_t0.none-task-blog-BlogCommendFromBaidu-1.control&depth_1-utm_source=distribute.pc_relevant_t0.none-task-blog-BlogCommendFromBaidu-1.control
https://blog.csdn.net/weixin_42840933/article/details/85308265?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromBaidu-1.control&depth_1-utm_source=distribute.pc_relevant.none-task-blog-BlogCommendFromBaidu-1.control