网上看了好多,都没有生效
Can‘t connect to HTTPS URL because the SSL module is not available - 关于anaconda中的SSL模块错误-CSDN博客
最后看到2023-12-30日看到一个回答,只是改了一下 /condarc 配置文件就好了。配置如下。费了我几个小时时间。
channels:
- http://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
- http://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/r
- http://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/msys2
show_channel_urls: true
channel_priority: flexible