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

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

时间:2022-12-30 13:33:27浏览次数:56  
标签:unexpected condarc 虚拟环境 conda anconda 报错

本来想要通过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中,直接去删除即可。

 

 

 

标签:unexpected,condarc,虚拟环境,conda,anconda,报错
From: https://www.cnblogs.com/shaoyishi/p/17014694.html

相关文章