python_example
python_example copied to clipboard
pybind11.get_include() with virutalenv
I have an virtual environment created using virtualenvwrapper that has issues with returning the appropriate path for the include directory for pybind11.get_include(). I just get 'include'. What can I do to correct
What version of pybind11? Should be fine since at least 2.5, maybe earlier. This normally works just fine in virtual environments.