hdbscan icon indicating copy to clipboard operation
hdbscan copied to clipboard

HDBSCAN version 0.8.33 not able to install with python version 3.10.13

Open bindu-0107 opened this issue 2 years ago • 2 comments

Unable to install hdbscan version 0.8.33 with python version 3.10.13 giving the below error:

hdbscan/_hdbscan_tree.c:6:10: fatal error: Python.h: No such file or directory 6 | #include "Python.h" | ^~~~~~~~~~ compilation terminated. error: command '/usr/bin/x86_64-linux-gnu-gcc' failed with exit code 1 [end of output]

can you pls help me resolve this issue

bindu-0107 avatar Aug 30 '23 11:08 bindu-0107

Having same issue on Python 3.9.5 virtual environment...

mkl-joseph avatar Oct 09 '23 19:10 mkl-joseph

python-dev is missing, if you install, this issue should go away. See here https://stackoverflow.com/questions/21530577/fatal-error-python-h-no-such-file-or-directory

josemarfdc avatar Oct 15 '23 15:10 josemarfdc