CMake Error in python-bindings/CMakeLists.txt:
Imported target "pybind11::module" includes non-existent path
"/usr/include/python3.8"
in its INTERFACE_INCLUDE_DIRECTORIES.
While building for python3.8 I encountered this issue which I solved by installing python3.8-dev lacking in environment.
I am creating this issue in case someone else gets a similar problem.
While building for python3.8 I encountered this issue which I solved by installing
python3.8-dev
lacking in environment.I am creating this issue in case someone else gets a similar problem.