背景
在新开的云主机上准备安装环境,执行命令:
conda create -n sparseocc python=3.8 -y
后显示:
Collecting package metadata (current_repodata.json): done
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
尝试了以下几种方法,效果不佳:
conda clean -a清除缓存。- 更换镜像源地址(如从 https 改为 http)。
- 升级 Conda。
- 换清华源。
尽管已配置清华源,仍出现上述错误。


