I'm trying to install Lazypredict, an autoML python library, on macOS 10.14.6.
Thus, I simply run "pip install lazypredict" in the terminal , it wants to install lightgbm, but always fails to do so. I think it tries to install lightgbm through pip although I have already installed it with brew (as recommendend).
Hence i get such errors and really don't know what to do. I already have CMake installed too Do you have ideas of what could enable me to install lazypredict ? PS: Same happenned with other auto ML packages such as PyCaret
The errors I get are the following:
ERROR: Failed building wheel for lightgbm Running setup.py clean for lightgbm Failed to build lightgbm Installing collected packages: lightgbm Running setup.py install for lightgbm ... error ERROR: Command errored out with exit status 1:
Exception: Please install CMake and all required dependencies first