Replies: 2 comments 4 replies
-
|
Yes. |
Beta Was this translation helpful? Give feedback.
4 replies
-
|
I just asked a similar question. What are the limitations of interop between nanobind libraries in relation to ABI compatibility? Specifically, nanobind versions? I ask because things "just work" when compiling both libraries together using an editable install. However, when I try to pull one in as a wheel, I get an error like this: I've just tracked down that this is because the |
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.
-
I have a library A which is designed to be extensible via templates. This library A also expose some of its core functionality to python using nanobind.
Now I am writing a library B which is based on A, and it uses some of the core functionalities in A. I am also exposing B to python using nanobind.
Is it possible to pass objects from libA module to libB module?
Beta Was this translation helpful? Give feedback.
All reactions