-
Implementing with pybind11 to wrap C++ functions so Python users can use.
-
Hello, I am trying to convince hatch to include some C++ source files in the sdist archive. I would like to understand why using `include` does not work (`force-include` does, but it does not support …
-
When building without install pybind11 (build file without using pybind11). Everything is correct.
But when compiling file requiring pybind11. It can not build. The amount of error output is huge s…
-
I am trying to run the `streaming_subscribe` python code from `projectaria_client_sdk_samples`. All messages are dropped and I can't see any of the stream in the two windows that open (`Aria RGB` and …
-
Perhaps you should mention, that pybind11 should be available, e.g. by installing as submodule:
`git submodule add https://github.com/pybind/pybind11.git`
In my case, I also had to adjust the path t…
-
In file included from /home/jeremy/vis_nav_player/g2opy/python/g2o.cpp:1:
/home/jeremy/vis_nav_player/g2opy/EXTERNAL/pybind11/include/pybind11/pybind11.h: At global scope:
/home/jeremy/vis_nav_playe…
-
The current version of pybind in the third_party submodules, is out of date and needs updating for more recent versions of python. I've done this in my own local install and it appears to work fine wi…
-
### Description
When CMakeDeps is used for `pybind11` it generates the following in `pybind11_json-Target-release.cmake` (tested on Windows):
```
set_property(TARGET pybind11_json_DEPS_TARGET
…
-
```
In file included from /mnt/d/orocos_kinematics_dynamics/python_orocos_kdl/PyKDL/PyKDL.h:28,
from /mnt/d/orocos_kinematics_dynamics/python_orocos_kdl/PyKDL/frames.cpp:28:
/usr/i…
-
I'm not sure if it's a version mismatch. Others are reporting issues with pybind11 not matching scipy. It's tricky to update igl's pybind11 because of our dependency on numpyeigen which uses `new_nump…