Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HDBSCAN version 0.8.33 not able to install with python version 3.10.13 #611

Open
bindu-0107 opened this issue Aug 30, 2023 · 2 comments
Open

Comments

@bindu-0107
Copy link

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

@mkl-joseph
Copy link

Having same issue on Python 3.9.5 virtual environment...

@josemarfdc
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants