解决pip install报错:Cannot connect to proxy问题

作者:Rubick_Y 时间:2021-05-01 01:14:11 

pip install *** :Cannot connect to proxy

在使用pip install 安装任何新的包都会出现下面错误:

PS C:\WINDOWS\system32> pip install django
Looking in indexes: http://pypi.douban.com/simple
Collecting django
  Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', 
  NewConnectionError('<pip._vendor.urllib3.connection.HTTPConnection object at 0x000002574165FF60>: Failed to establish a new connection: [WinError 10061] 由于目标计算机积极拒绝,无法连接。',))': 
  http://pypi.douban.com/simple/django/
  
  Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', 
  NewConnectionError('<pip._vendor.urllib3.connection.HTTPConnection object at 0x000002574165F128>: Failed to establish a new connection: [WinError 10061] 由于目标计算机积极拒绝,无法连接。',))': 
  http://pypi.douban.com/simple/django/
  
  Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', 
  NewConnectionError('<pip._vendor.urllib3.connection.HTTPConnection object at 0x0000025741663208>: Failed to establish a new connection: [WinError 10061] 由于目标计算机积极拒绝,无法连接。',))': 
  http://pypi.douban.com/simple/django/
  
  Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', 
  NewConnectionError('<pip._vendor.urllib3.connection.HTTPConnection object at 0x0000025741663358>: Failed to establish a new connection: [WinError 10061] 由于目标计算机积极拒绝,无法连接。',))': 
  http://pypi.douban.com/simple/django/
  
  Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', 
  NewConnectionError('<pip._vendor.urllib3.connection.HTTPConnection object at 0x00000257416630F0>: Failed to establish a new connection: [WinError 10061] 由于目标计算机积极拒绝,无法连接。',))': 
  http://pypi.douban.com/simple/django/
  
  Could not find a version that satisfies the requirement django (from versions: )
No matching distribution found for django

出现这样的问题的原因是代理出现了问题,安装了蓝灯出现的。只要关闭蓝灯, pip install 就会提示上面的bug。

解决办法

按Win+R快捷键,输入regedit,打开注册表编辑器找到HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Internet Settings分支,把它下面以 Proxy 打头的键值对(如ProxyEnable,ProxyOverride,ProxyServer等)全部删除。

这样再次 pip install 就可以了。

python requests proxies 错误

ProxyError: HTTPSConnectionPool(host='www.zhihu.com', port=443): Max retries exceeded with url: / (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError('<requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x03CEFB50>: Failed to establish a new connection: [Errno 10060] ',)))

SSLError: [SSL: UNKNOWN_PROTOCOL] unknown protocol (_ssl.c:590)

ConnectionError: ('Connection aborted.', BadStatusLine("''",))

如果是初次使用代理,以上三种错误出现的原因基本是1.端口错误2.代理类型不正确。

明确的一点是访问https站点,要用https类型的代理。http同理。

如图

西刺代理分的比较明确

解决pip install报错:Cannot connect to proxy问题

第一次用的时候就是因为这个浪费我半天时间。。

来源:https://blog.csdn.net/gdsfga/article/details/83040291

标签:pip,install,Cannot,connect,proxy
0
投稿

猜你喜欢

  • Oracle SQL性能优化系列学习二

    2010-07-23 13:23:00
  • node.js回调函数之阻塞调用与非阻塞调用

    2024-05-05 09:21:26
  • Python使用matplotlib.pyplot as plt绘图图层优先级问题

    2022-06-10 18:00:37
  • 看看那些名牌LOGO的成长史

    2009-03-24 20:37:00
  • python学生信息管理系统实现代码

    2021-07-01 03:41:18
  • 基于OpenCV目标跟踪实现人员计数器

    2022-11-17 15:04:03
  • Python序列化模块之pickle与json详解

    2023-07-08 05:48:23
  • python 利用 PIL 将数组值转成图片的实现

    2021-03-28 07:17:13
  • Python中np.percentile和df.quantile分位数详解

    2021-11-25 17:26:00
  • 解决python 读取npy文件太大不能完全显示的问题

    2021-08-20 12:07:19
  • python numpy实现多次循环读取文件 等间隔过滤数据示例

    2022-10-30 09:44:13
  • Python机器学习利用鸢尾花数据绘制ROC和AUC曲线

    2023-09-06 23:18:24
  • Python实现简单图像缩放与旋转

    2022-02-19 05:48:17
  • python 解析html之BeautifulSoup

    2021-02-09 23:09:12
  • Python中JsonPath提取器和正则提取器

    2022-08-27 14:12:20
  • python绘图pyecharts+pandas的使用详解

    2022-02-03 18:00:44
  • 将多宿主计算机配置为SQL Server访问

    2011-01-04 16:17:00
  • MySQL数据库中的重要数据应当如何保护

    2008-12-17 15:56:00
  • 微信小程序学习笔记之文件上传、下载操作图文详解

    2023-09-07 21:13:21
  • 分享我们的select控件设计过程

    2009-06-16 18:04:00
  • asp之家 网络编程 m.aspxhome.com