Error: include<pybind11/pybind> no such directory or files when i run mingw32-make #5269
Unanswered
Nomatter2021
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Because of want to add C++ code to run backend in python then i using cmake to build .so file and import it to python to use. Everything still normal after run comand line cmake -G "MinGW Makefiles" . after that i have makefile then after run comand line mingw32-make the cmd told me that it can not include pybind although it was installed it and python-dev.
This error in window 10
Cmake 3.30.1
Python 3.11.9
Beta Was this translation helpful? Give feedback.
All reactions