解决Ubuntu出现ProxyError: Conda cannot proceed due to an error in your proxy configuration
·
1.问题描述
在执行conda install **时出现如下问题:

2.解决方案
取消相关http或者https代理即可,
使用下面的命令查看相关代理后,如果存在http_proxy或者https_proxy等相关代理,取消相关代理即可解决(使用 unset HTTPS_PROXY命令)。
env | grep -i "_PROXY"
unset HTTPS_PROXY
更多推荐
所有评论(0)