An unexpected error has occurred. Conda has prepared the above report. 解决办法
作者:互联网
使用 miniconda 创建虚拟环境的时候,报错:
An unexpected error has occurred. Conda has prepared the above report.
网上找了很多方法,都是说:
方法一
执行 conda clean --packages && conda clean --all && conda update --all
方法二
删除这个文件
C:\Users[user_name].condarc
上述方法可能可以,但是如果试了好几次都不行的话,问题可能是因为你开了 VPN 或者 系统代理!
所以解决办法就是: 关掉VPN或禁用代理!!!关掉VPN或禁用代理!!!关掉VPN或禁用代理!!!。
参考:https://github.com/conda/conda/issues/9794
标签:unexpected,代理,--,禁用,occurred,prepared,关掉,conda,VPN 来源: https://blog.csdn.net/weixin_43335465/article/details/121217306