hdbscan
hdbscan copied to clipboard
hdbscan installation issue in Microsoft Azure App Service
pip install hdbscan
fails inside the Microsoft Azure App Service - Linux environment with the below error:
ERROR: Could not build wheels for hdbscan, which is required to install pyproject.toml-based projects
However,
conda install -c conda-forge hdbscan
is not possible inside Azure App service Linux environment, as we don't use Conda virtual environment.
Can you please provide me solution to have a successful HDBSCAN installation?