如何禁用Anaconda; s'冷冻解决方案'特征?
我从未见过Anaconda的初始“冷冻解决”尝试安装软件包的尝试。我想知道是否可以通过CLI ARG来禁用此问题,以使安装过程更快?
我敢肯定我们都已经看到了一个:
$ conda install any_package
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
I've literally never seen anaconda's initial 'frozen solve' attempt work for installing a package. I was wondering is it possible to pass a CLI arg to disable this so that the installation process is faster?
An 'example' I'm sure we've all seen:
$ conda install any_package
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,当前没有这样的CLI选项。
但是,如果您担心要解决的时间,那么您应该使用Mamba。
No, there is currently no such CLI option.
However, if your concern is time spent solving, then you should be using Mamba.