I tried to download Hdbscan using pip install hdbscan
, I get this :
ERROR: Failed building wheel for hdbscan
ERROR: Could not build wheels for hdbscan which use PEP 517 and cannot be installed directly
I've tried several solutions, it didn't work tho.
you simply use
conda install -c conda-forge hdbscan
instead of pipor you can go to : https://anaconda.org/search?q=hdbscan if the first code doesn't work too.