We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Affects: JuliaCall
jl.display(jl.rand(jl.UInt8, 3,2)) --------------------------------------------------------------------------- JuliaError Traceback (most recent call last) Cell In[14], line 1 ----> 1 jl.display(jl.rand(jl.UInt8, 3,2)) File ~\.julia\packages\PythonCall\wXfah\src\jlwrap\any.jl:208, in __call__(self, *args, **kwargs) 206 return ValueBase.__dir__(self) + self._jl_callmethod($(pyjl_methodnum(pyjlany_dir))) 207 def __call__(self, *args, **kwargs): --> 208 return self._jl_callmethod($(pyjl_methodnum(pyjlany_call)), args, kwargs) 209 def __bool__(self): 210 return True JuliaError: MethodError: no method matching mode(::Nothing)
The text was updated successfully, but these errors were encountered:
Have you updated JuliaCall? This was fixed a few versions ago.
Sorry, something went wrong.
Sorry, I hadn't. Now I did and it works.
No branches or pull requests
Affects: JuliaCall
The text was updated successfully, but these errors were encountered: