You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
versioninfo()
Julia Version 1.11.1
Commit 8f5b7ca12ad (2024-10-1610:53 UTC)
Build Info:
Official https://julialang.org/ release
Platform Info:
OS: Linux (x86_64-linux-gnu)
CPU:4×Intel(R) Core(TM) i5-6300U CPU @ 2.40GHz
WORD_SIZE:64
LLVM: libLLVM-16.0.6 (ORCJIT, skylake)
Threads:1 default, 0 interactive, 1 GC (on 4 virtual cores)
Pkg.status()
Status `/tmp/jl_zARGID/Project.toml`
[992eb4ea] CondaPkg v0.2.24
[6099a3de] PythonCall v0.9.23
CondaPkg.status()
CondaPkg Status /tmp/jl_zARGID/CondaPkg.toml
Environment
/tmp/jl_zARGID/.CondaPkg/env
Packages
dedalus v3.0.3
Additional context
The MWE assumes that the python library dedalus is installed (using CondaPkg or Conda respectively).
Sorry for the rather large MWE, but I think that is the minimal sensible working setup of the project.
The text was updated successfully, but these errors were encountered:
Affects: PythonCall
Describe the bug
The following code throws an error:
The same works when using PyCall:
Your system
Additional context
The MWE assumes that the python library
dedalus
is installed (usingCondaPkg
orConda
respectively).Sorry for the rather large MWE, but I think that is the minimal sensible working setup of the project.
The text was updated successfully, but these errors were encountered: