JuliaCall: How to convert list[str] to Vector{String} #354
Unanswered
aaeberharter
asked this question in
Q&A
Replies: 1 comment
-
Instead of |
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 call a Julia function from Python with Python objects as arguments. The function requires an argument of type Vector{String}, I tried the following:
Unfortunately it gives me the error
juliacall.JuliaError: TypeError: in keyword argument types, expected Union{Nothing, Vector{String}}, got a value of type Vector{Any}
How can I correctly perform this conversion?
Beta Was this translation helpful? Give feedback.
All reactions