Hacker News new | ask | show | jobs
by vishal0123 1189 days ago
Exactly my setup. I tried to use `conda install` few times, but every time after just few globally installed packages, conda SAT solver always struggles, and I now live with assumption that if incompatible package combination does not throw any error in dev environment, it is likely fine.
1 comments

FYI the libmamba solver released last year is way faster than the classic one at modifying environments.