Skip to content

undefined symbol: _Z9ConstantsRN8nanobind7module_E #646

Answered by wjakob
nyckmaia asked this question in Q&A
Discussion options

You must be logged in to vote
  1. Set a breakpoint on __cxa_throw (this only works on Linux/macOS, not sure how to do it in Windows)
  2. AFAIK there aren't yet nanobind bindings for this json library. You'll have to make your own.
  3. See point 2. I suggest that you carefully study the nlohmann_json pybind11 bindings and convert them to nanobind. Such a conversoin may be useful to others as well. I don't really use JSON and therefore haven't had the time to look into this myself.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by nyckmaia
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants