我已经安装了python2.7,在环境变量中添加了路径,尝试在python中导入请求模块的空闲。要安装requests模块,我正在尝试使用python -m pip install requests,但遇到错误
Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x040C7530>, 'Connection to pypi.python.org timed out. (connect timeout=15)')': /simple/requests/
Could not find a version that satisfies the requirement requests (from versions: )
No matching distribution found for requests 请帮帮我,我能做些什么
发布于 2018-04-04 05:32:08
这个答案不会告诉你为什么会出现这个错误,但最后会建议一个变通方法。
只是胡乱猜测,但可能是由于没有正确的pip版本而导致的错误?
https://stackoverflow.com/questions/49402328
复制相似问题