Replies: 1 comment
-
I found the solution - I had assumed that this method had to be named |
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 am trying to build a maturin project (
pyballista
) that depends on another maturin project (datafusion
). As soon as I reference a struct from the other project I run into this build error:They do both have the same
_internal
function defined (but in different namespaces).Any help with understanding this issue would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions