passing string to a function is not working in 2.2.0 #774
Closed
prashant-saxena
started this conversation in
General
Replies: 1 comment 2 replies
-
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.
2 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.
-
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