想通过anconda来创建一个虚拟环境,结果发现一直报错。An unexpected error has occurred. Conda has prepared the above report.

本来想要通过conda create -n drf-admin python==3.8 来创建一个虚拟环境,结果一直报错。
An unexpected error has occurred. Conda has prepared the above report.

如果有重装过anconda,在根目录下,会有一个名叫.condarc的文件自动生成。

当使用conda install和conda create命令会出现下面的问题:Collecting package metadata (current_repodata.json): failed

 

 

 

解决方案:

1.输入以下命令:

conda config --show-sources

如图所示,运行结果显示.condarc文件在~/.condarc文件夹内

 

 

 

2.删除.condarc文件

win10中,直接去删除即可。

 

 

 

posted on 2022-12-30 13:23  一先生94  阅读(1436)  评论(0编辑  收藏  举报

导航