The fast pixi solver, now in conda!
If conda-libmamba-solver brought the mamba solver to conda, conda-rattler-solver tries to integrate the pixi solver (called resolvo, as provided in rattler) in conda.
Environments solve meaningfully faster with Rattler, especially large or complex ones, and your existing environments and workflows keep working.
Beta - Opt in to test, not recommended for production. We want your feedback!
Install the conda-rattler-solver package and switch your default solver to Rattler:
conda install --name base conda-rattler-solver
conda config --set solver rattler
To switch back at any time:
conda config --remove-key solver
You may also try this solver in isolated commands with no changes to your configuration by using the --solver flag:
See the contributor guide for setup and tests, and its benchmarking section for local runs and performance results.
conda install defaults::conda-rattler-solver |
|
conda install conda-forge::conda-rattler-solver |
|
conda install conda-canary/label/dev::conda-rattler-solver |