I tried to upgrade Julia 1-.11.2 to 1.11.3 but the package DifferentialEquations errors when precompiling
Welcome Chris!
What is your output of:
versioninfo()
What is your output of:
using Pkg
Pkg.status()
?
Does updating your packages help?
using Pkg
Pkg.update()
My 1.11.3 works with DifferentialEquations
updated to v7.15.0
.
Also if you don’t use project environments then DifferentialEquations (or any other package) might well be held back by other, outdated, dependencies.