python_example icon indicating copy to clipboard operation
python_example copied to clipboard

pybind11.get_include() with virutalenv

Open JSeluga opened this issue 5 years ago • 1 comments

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

JSeluga avatar Sep 17 '20 21:09 JSeluga

What version of pybind11? Should be fine since at least 2.5, maybe earlier. This normally works just fine in virtual environments.

henryiii avatar Apr 21 '21 22:04 henryiii