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
I got a Problem installing pyhgtmap because of "Python.h" not found. Adding python3-dev to my Ubuntu and it compiled without issues.
So, please add in the Readme-Installation-Description "python3-dev" as additional package.
" /tmp/pip-install-taoxqayg/pybind11-rdp_b7d932c8e2344e259923a0dda76e5886/pybind11/include/pybind11/detail/common.h:213:10: fatal error: Python.h: Datei oder Verzeichnis nicht gefunden 213 | #include <Python.h> | ^~~~~~~~~~ compilation terminated. ninja: build stopped: subcommand failed."
The text was updated successfully, but these errors were encountered:
Thanks for the proposal. Looking at your error, it seems it was rather to install pybind11-rdp (a pyhgtmap dependency) from source.
Sorry, something went wrong.
No branches or pull requests
I got a Problem installing pyhgtmap because of "Python.h" not found. Adding python3-dev to my Ubuntu and it compiled without issues.
So, please add in the Readme-Installation-Description "python3-dev" as additional package.
Thanks for the tool.
" /tmp/pip-install-taoxqayg/pybind11-rdp_b7d932c8e2344e259923a0dda76e5886/pybind11/include/pybind11/detail/common.h:213:10: fatal error: Python.h: Datei oder Verzeichnis nicht gefunden
213 | #include <Python.h>
| ^~~~~~~~~~
compilation terminated.
ninja: build stopped: subcommand failed."
The text was updated successfully, but these errors were encountered: