Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
解决方法
#1. 清除 Conda 缓存
conda clean --all -y
#2. 关闭 Conda 的 repodata.json 处理优化
conda create --name cortexode python=3.8 --repodata-fn=repodata.json -y
通常只执行第一步