A Faster Solver for Conda: Libmamba
conda 22.11 update: The libmamba solver’s experimental flag has been removed. To use the new solver, update conda in your base environment: conda update -n base conda conda update -n base conda To install and set the new solver, run the following commands: conda install -n base conda-libmamba-solver<br /><br /> conda config –set solver libmamba […]