Replies: 1 comment
-
There's an issue with the Meson integration. I switched to CMake & it works. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm going through the https://nanobind.readthedocs.io/en/latest/exchanging.html portion of the tutorial. I tried adding bind_vector, but my Python program has a 245 exit code...after a ~2 second pause when existing the program. If I don't use the binding, the Python program exits quickly with a 0 exit code.
inference.cpp
cpp_test.py
Build
Run cpp_test.py
I also had the same issue with the Dog struct.
Am I doing something wrong or is this a bug?
I tried https://nanobind.readthedocs.io/en/latest/ownership.html#unique-pointers with
faulthandler.enable()
.Beta Was this translation helpful? Give feedback.
All reactions