python pip install失败

1
2
3
4
Retrying (Retry(total=0, connect=None, read=None, redirect=None)) after connection broken b  
y 'ProxyError('Cannot connect to proxy.', NewConnectionError('<pip._vendor.requests.packages.
urllib3.connection.VerifiedHTTPSConnection object at 0x0000020BE03DF080>: Failed to establish
a new connection: [WinError 10061] 由于目标计算机积极拒绝,无法连接。',))': /simple/qrcode/

proxy设置错误。
给出我的原因和解决方法:

我是用的switchOmega和xx-net 翻墙的,但是这个一旦设置,就是整个电脑通用也就是全局代理,然而pip install

把全局代理关闭,结果就好了。