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
I was just about to post this issue as well. I'm on windows, and since 0.2.25, my packages that use PythonCall get precompiled every time. For example, when I run "instantiate" the packages that depend on PythonCall always precompile.
On Windows,
julia +lts --startup-file=no --project=debug
,pkg> add PythonCall SciMLBase CondaPkg#compare-load-path
.With Julia 1.10.8, versions are
Then every time I start Julia, SciMLBasePythonCallExt gets precompiled.
This does not happen on CondaPkg 0.2.24.
I used
https://github.com/JuliaPy/CondaPkg.jl.git#compare-load-path
because that fixed #166 for me.The text was updated successfully, but these errors were encountered: