After installation of new package the precompilation get stuck with OrdinaryDiffEqDefault.
Tried deleting OrdinaryDiffEqDefault dir from ./julia/packages and ./julia/compile
Still keeps looping in.
What’s the output of ] st
and versioninfo()
? How did you install Julia?
Are you using Julia v1.10.3? Upgrade to Julia v1.10.5.
I am using julia 1.10.2. Let me update and check.
Updating julia to the latest version worked! Thanks.