美文网首页
conda install 报Segmentation faul

conda install 报Segmentation faul

作者: JeremyL | 来源:发表于2020-01-02 13:59 被阅读0次

使用conda安装包,进程被终止,报出:

The environment is inconsistent, please check the package plan carefully
The following packages are causing the inconsistency:

  - defaults/osx-64::dask==0.19.1=py37_0
  ...
  
done
Segmentation fault: 11

解决办法参考:The environment is inconsistent, please check the package plan carefully

$ conda activate base
$ conda install anaconda
$ conda update --all

相关文章

网友评论

      本文标题:conda install 报Segmentation faul

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