- 本地requests 请求报错,连在terminal 中 下载 pip install requests 也报错:
Could not fetch URL https://pypi.org/simple/requests/: There was a problem confirming the ssl certificate:
HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/requests/
(Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:852)'),)) - skipping
原因:
其中一种可能的原因:其实并不是我们的Python环境或网络环境出了问题。我安装报错的原因,是因为当时开着抓包的代理软件(Fiddler)造成的。
fiddler 一开,爬虫就报这个错误
网友评论