0
点赞
收藏
分享

微信扫一扫

anaconda创建虚拟环境踩坑记录

陈情雅雅 2022-02-25 阅读 50

conda创建虚拟环境报错Solving environment: failed CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https:等

将.condarc文件中镜像源的url从https改为http,如下图:

在这里插入图片描述
.condarc 文件在C盘User/username下。
镜像源链接在清华镜像源网站https://mirror.tuna.tsinghua.edu.cn/help/anaconda/

举报

相关推荐

0 条评论