当前位置:网站首页>解决ProxyError: Conda cannot proceed due to an error in your proxy configuration.
解决ProxyError: Conda cannot proceed due to an error in your proxy configuration.
2022-07-26 09:37:00 【Dust_Evc】
windows 10 系统。
使用conda create命令报该错误:
Collecting package metadata (current_repodata.json): failed
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.解决方法:
1. 先关闭代理软件/VPN,尝试是否可以解决;
2. 在电脑 setting-> network and internet-> proxy-> 下图红框中添加 *.anaconda.org,尝试是否可以解决;

3. 在上图同一页面,关闭 "use a proxy server"
自己经过上面步骤处理成功解决。
边栏推荐
猜你喜欢
随机推荐
2020-12-29
网络流学习笔记
CSV data file settings of JMeter configuration components
PHP一次请求生命周期
Basic knowledge of website design
asp. Net using redis cache
JS one line code to obtain the maximum and minimum values of the array
新公链Aptos何以拉满市场期待值?
Malloc failed to allocate space and did not return null
Audio and video knowledge
高斯消元的应用
ie7设置overflow属性失效解决方法
Double authentication of server and client
RMQ学习笔记
网站设计需要的基本知识
Gauss elimination for solving XOR linear equations
注册模块用例编写
TableviewCell高度自适应
微信小程序学习笔记2
The combination of officially issued SSL certificate and self signed certificate realizes website two-way authentication








