We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Having same issue on Python 3.9.5 virtual environment...
Sorry, something went wrong.
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
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: