passing string to a function is not working in 2.2.0 #774
prashant-saxena
started this conversation in
General
Replies: 1 comment 1 reply
-
I have a suspicion that there is more going on here. The linker error message should have stated the name of the doubly defined symbol. Can you create a PR to this repository (e.g. by modifying one of the builtin examples) that reproduces this problem? If it fails on the CI, that's something I could look into. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Windows 10
Python 3.10.0
nanobind 2.2.0
VS 2022 17.11.4
No error while building the extension but when using it, there is an error
Based on search, I have changed 'include' to this:
Now there is an error while building the extension ending with
Beta Was this translation helpful? Give feedback.
All reactions