CondaHTTPError: HTTP 000 CONNECTION FAILED for url

将C:\Users\<本机用户名>\.condarc文件修改为
channels:
  - http://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
ssl_verify: true
show_channel_urls: true
即可

注意:一定要是http而不能为https!!!

你可能感兴趣的:(Python)