在使用pip安装request时,出现问题:分析第一句
Could not fetch URL https://pypi.org/simple/request/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/request/ (Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1123)'))) - skipping
尝试1:简单来波管理员运行来再进行安装,结果一样
尝试二:认为pypi.org在国内被墙了,无法从python官网url下载。翻个 之后尝试,结果一样。
访问https://pypi.org/simple/request/:能直接访问的。