CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://repo.anaconda.co

First, you need to find the .condarc file.
If you don’t know where it is, you can enter %HOMEPATH% in
win+R and replace the contents with the following

Insert picture description here
Insert picture description here

channels:
  - http://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
  - http://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/
  - http://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/msys2/
  - http://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/
  - http://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
show_channel_urls: true
ssl_verify: false

Guess you like

Origin blog.csdn.net/weixin_44517301/article/details/114211749