urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host=‘pypi.python.org‘, port=443)

执行pipreqs . --encoding==utf8 --force 生成依赖requirements.txt时候报错

urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host=‘pypi.python.org’, port=443): Max retries exceeded with url: /pypi/docx/json (Caused by NewConnectionError(‘ 8>: Failed to establish a new connection: [WinError 10060] 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。’,))

解决方案

把你本地的代理都关闭(Fiddler、postman、buipsuit等关掉) 重新执行

你可能感兴趣的:(python)