Conda更新报错:ProxyError: Conda cannot proceed due to an error in your proxy configuration.

ProxyError: Conda cannot proceed due to an error in your proxy configuration.

1. 问题

在更新conda时报错:ProxyError: Conda cannot proceed due to an error in your proxy configuration.

conda update conda

❌具体报错信息如下:

ProxyError: Conda cannot proceed due to an error in your proxy configuration.
Check for typos and other configuration errors in any ‘.netrc’ file in your home directory,any environment variables ending in ‘_PROXY’, and any other system-wide proxyconfiguration settings.

2. 解决方案

看报错是信息是代理的问题,上网查了一通,都不管用(尽管都写这【已解决】😂😂😂😂)emmm,在英文网站上找到了下面的方法,亲测有效。

Windows系统下:设置网络和Internet代理页面中,关掉代理服务器。
在这里插入图片描述
重新运行conda update conda即可成功,😊😊😊

更多推荐