libmamba Could not solve for environment specs解决
使用mamba env create -f env.yaml安装环境时出现报错。
·
使用mamba env create -f env.yaml安装环境时出现报错
libmamba Could not solve for environment specs
刚开始以为是缓存问题所以使用:
mamba clean --all
并没有效果
后续通过以下方法直接就解决了:
conda config --set channel_priority flexible
更多推荐



所有评论(0)