今天conda install时报了错:
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.
把代理关了也不行.网上一通查,发现我环境变量也没带proxy字符的啊
最后猛然想起之前想让conda走代理,在user/.condarc里面配置了代理, 一看,果然tmd有两个代理的地址,
proxy_servers:
http: http://xxxxxx
https: https://xxxxxx
删了就行了. 另外即使配了这个地址,也没法让conda走代理,还是比较头疼的
版权声明:本文为coolsmartboy原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。