遇到报错:ProxyError: Conda cannot proceed due to an error in your proxy configuration

小白遇到的一次小报错,分享一下,希望拯救部分和我一样的冤种小白

昨天使用conda的时候还没问题,今天用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 proxy
configuration settings.

遇到报错:ProxyError: Conda cannot proceed due to an error in your proxy configuration_第1张图片

 一看头都大了,查了半天发现原因:

创建环境的时候同时上github所以挂了加速器,电脑网络的代理设置有问题,关了加速器就一切顺利了。。

你可能感兴趣的:(conda,python)