conda报错An unexpected error has occurred. Conda has prepared the above report.

阿里云教程7小时前发布
1 0 0

一、输入以下代码,查看是否存在.condarc文件。

conda config --show-sources

出现以下代码,就代表根目录下自动生成了.condarc文件
==> /home/wangchunxiao/.condarc <==
二、如果生成了此文件,将此文件删除

rm -rf ~/.condarc

如果还不行,清理一下conda的缓存和索引

conda clean -i

参考链接:
[conda报错 已解决]An unexpected error has occurred. Conda has prepared the above report.-CSDN博客

© 版权声明

相关文章

暂无评论

none
暂无评论...