Faster conda solver

less than 1 minute read

Published:

Have you found your Anaconda enviroments stalling when trying to install new packages via conda?

Well Anaconda has just incorporated a new dependency solver libmamba which is signifcantly faster then the base solver.

Wehn trying to update single packages in my reserch Python environment I’ve found that libmamba was able to rapidly solve the dependencies and install the required packages when the base conda solver completely failed (headache territory).

Have a look at using the new solver yourself, and hopefully it will help you to avoid the issues I was having.