美文网首页
服务器崩溃导致conda虚拟环境崩坏解决办法

服务器崩溃导致conda虚拟环境崩坏解决办法

作者: uurr | 来源:发表于2021-09-09 17:02 被阅读0次

问题:The environment is inconsistent, please check the package plan carefully
The following packages are causing the inconsistency:
第一 conda clean --all
第二 conda update -n base conda
没有解决问题,如果可以的话conda uninstall inconsistent的包,最后的问题是mpi4py的安装,最好不要直接安装,先安装openmpi,然后再安装mpi4py,这样就是openmpi下的mpi4py. 安装源都用conda-forge 最简单,但是可能会很慢。

相关文章

网友评论

      本文标题:服务器崩溃导致conda虚拟环境崩坏解决办法

      本文链接:https://www.haomeiwen.com/subject/qrjswltx.html