error conda:ProxyError:Conda cannot proceed due to an error in your proxy configuration解决
更新时间:2023年07月06日 09:11:14 作者:小白菜学生信
这篇文章主要为大家介绍了error conda:ProxyError:Conda cannot proceed due to an error in your proxy configuration解决方法,有需要的朋友可以借鉴参考下,希望能够有所帮助,祝大家多多进步,早日升职加薪
问题背景

感谢:https://www.jb51.net/server/29130903b.htm
给出的方法,可用
vi .condarc
channels:
- defaults
show_channel_urls: true
default_channels:
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/r
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/msys2
custom_channels:
conda-forge: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud
msys2: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud
bioconda: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud
menpo: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud
pytorch: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud
pytorch-lts: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud
simpleitk: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud
proxy_servers:
http: http://10.XXX
https: http://10.XXX
ssl_verify: False
source /hwfssz1/ST_HEALTH/P18Z10200N0423/hutongyuan/softwares/miniconda3_2023/etc/profile.d/conda.sh conda create -n unicycler

以上就是error conda:ProxyError: Conda cannot proceed due to an error in your proxy configuration解决的详细内容,更多关于error conda ProxyError的资料请关注脚本之家其它相关文章!
相关文章
Python的Flask框架标配模板引擎Jinja2的使用教程
Jinja2是Python世界的一款高人气template engine,是许多开源Web框架的选择,包括Flask这样的明星级项目,这里我们就来共同学习Python的Flask框架标配模板引擎Jinja2的使用教程2016-07-07
Python Pillow 图像处理库详解(常用Pillow函数及其参数)
Pillow,原名PIL(Python Imaging Library),是一个功能强大的Python图像处理库,支持多种格式,提供丰富的图像操作功能,如旋转、缩放、颜色转换等,以及易于使用的API,Pillow支持广泛的图像文件格式,并提供图像过滤、绘制等功能2024-09-09
Python argparse命令参数与config配置参数示例深入详解
这篇文章主要介绍了Python argparse命令参数与config配置参数,argparse是Python内置的一个用于命令项选项与参数解析的模块,通过在程序中定义好我们需要的参数,然后在程序启动命令行传递我们想要改变的参数2023-03-03


最新评论