python_pip和conda安装错误解决

python_pip和conda安装错误解决

##pip install 报错ProxyError

错误为Failed to establish a new connection: [WinError 10061] 由于目标计算机积极拒绝,无法连接。

解决:电脑设置成了全局代理,在浏览器>设置>Internet选项>局域网设置中代理服务器的选项取消打钩即可。

conda install 环境变量报错

错误为Solving environment: failed

解决:输入conda update conda后即可