hdbscan icon indicating copy to clipboard operation
hdbscan copied to clipboard

hdbscan installation issue in Microsoft Azure App Service

Open bala1802 opened this issue 3 years ago • 0 comments

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?

bala1802 avatar Nov 30 '22 16:11 bala1802