Pybind11 embed crashing when reloaded within host #5045
Unanswered
ClosetGeek-Git
asked this question in
Q&A
Replies: 0 comments
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've been playing with making a plugin for a DJ software using pybind11 and all is going very well. However, I'm having an annoying issue where asyncio seems to be causing fatal errors when I unload and then reload the plugin without restarting the host software. Upon further research I found this issue here (#1925) which states "pybind11 modules can never be unloaded, it's not supported for native libraries in python." I also found the following within the pybind11 docs:
I've been banging my head on my desk trying to fix the issue, should I assume from the above that it's simply not possible?
Beta Was this translation helpful? Give feedback.
All reactions