Solving environment: failed with initial frozen solve. Retrying with flexible solve的解决方法

简介: Solving environment: failed with initial frozen solve. Retrying with flexible solve的解决方法

遇到使用Conda出现:Solving environment: failed with initial frozen solve. Retrying with flexible solve的问题。解决方法如下:


首先执行再shell里面执行conda update,然后就会出现如下指令。

tt.png

然后执行命令:conda update --prefix D:\ProgramData\Anaconda3 anaconda

执行完后就执行更新包的操作,一大坨,很多很多,慢慢等。tt.png

更新完成以后再一次conda update --all。

然后再安装其他的包就没有问题了。

目录
相关文章
|
28天前
解决Error:All flavors must now belong to a named flavor dimension. Learn more at https://d.android.com
解决Error:All flavors must now belong to a named flavor dimension. Learn more at https://d.android.com
22 5
|
并行计算 PyTorch 算法框架/工具
CUDA unknown error - this may be due to an incorrectly set up environment 问题解决
CUDA unknown error - this may be due to an incorrectly set up environment 问题解决
CUDA unknown error - this may be due to an incorrectly set up environment 问题解决
PAT (Advanced Level) Practice - 1096 Consecutive Factors(20 分)
PAT (Advanced Level) Practice - 1096 Consecutive Factors(20 分)
116 0
E: Unable to correct problems, you have held broken packages.
在使用服务器配置环境中遇到的问题,先将解决方案列下:
|
JavaScript 前端开发
Guidelines for Function Compute Development - Troubleshoot Timeout Issues
Endless codes and endless bugs When you write code, you may inadvertently introduce some hidden bugs, even if you test a large proportion of the codes to the maximum extent possible.
1598 0