Why is Conda failing to proceed due to an issue with my proxy settings?
- 内容介绍
- 文章标签
- 相关推荐
本文共计150个文字,预计阅读时间需要1分钟。
在使用conda时遇到代理配置错误,以下是一种简洁的改写方式:
代理设置错误,导致conda无法继续。请检查家目录中的`.netrc`文件、以`_PROXY`结尾的环境变量,以及任何系统范围内的配置错误。
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.
此时需要关闭代理服务,例如本地代理或者系统代理之类的。
本文共计150个文字,预计阅读时间需要1分钟。
在使用conda时遇到代理配置错误,以下是一种简洁的改写方式:
代理设置错误,导致conda无法继续。请检查家目录中的`.netrc`文件、以`_PROXY`结尾的环境变量,以及任何系统范围内的配置错误。
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.
此时需要关闭代理服务,例如本地代理或者系统代理之类的。

