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.78k stars 321 forks source link

Installation issue in PyCharm and Anaconda #388

Open rainerbaers opened 1 year ago

rainerbaers commented 1 year ago

System: Windows 10 Business 21H2 Anaconda: 2.3.2 Conda: 22.9.0 PyCharm: 2021.2.3 Community Edition

Description:

I am attempting to install Lazypredict 0.2.12 for PyCharm using the built-in package management system in PyCharm. The package is available, and the installation starts, but then remains in a loop where it says "examining conflict for...." and then lists a large number of packages. This goes on for hours.

In Anaconda Lazypredict installed OK in a fresh environment which uses Python 3.8.13. On another computer I have the same "examining conflict for...." issue also in Anaconda and Conda. Don't have those version numbers here right now, but it is not Anaconda 2.3.2 as I am having problems updating that, too.

I am aware that there seems to be dependencies between lazypredict and certain python package versions, and I suspect that might be the issue. But I am not knowledgeable enough to be able to solve this myself.

Would anyone have a straightforward solution?

Thank you. Rainer