shankarpandala / lazypredict

Lazy Predict help build a lot of basic models without much code and helps understand which models works better without any parameter tuning
MIT License
2.76k stars 317 forks source link

libmamba Added empty dependency for problem type SOLVER_RULE_UPDATE #439

Open JPonsa opened 7 months ago

JPonsa commented 7 months ago

when I try to install lazypredict I get the following error message:

"Solving environment: / warning libmamba Added empty dependency for problem type SOLVER_RULE_UPDATE"

and conda doesn't respond. Keeps "solving environment" forever

command: conda install -c conda-forge lazypredict

conda version : 23.10.0 conda-build version : 3.26.0 python version : 3.11.5.final.0

Sorry if this is not the right place to report it.