-
-
Notifications
You must be signed in to change notification settings - Fork 37
7 dependencies errored #337
New issue
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
Comments
SparseDiffTools.jl was deprecated and should be removed from that list. Try that and try updating? |
I'm not sure what it means to remove SparseDiffTools.jl from that list, I don't use it. I installed the packages I need from scratch again. When installing pkg> add Optimization the process ends with [7f7a1694] + Optimization v4.3.0 |
Could you share the packages you installed before installing Optimization.jl? For example, |
Of course, the packages are [336ed68f] CSV v0.10.15 |
From local testing, it seems the problem is that OptimizationBase@2.8.0 has a strict compat for DifferentiationInterface@v7, both OrdinaryDiffEq and BoundaryValueDiffEq are affected. @ChrisRackauckas |
The error is now
Installed OrdinaryDiffEqRosenbrock ββββββ v1.11.0 The output of pkg> precompile is Precompiling project... ERROR: The following 1 direct dependency failed to precompile: DifferentialEquations Failed to precompile DifferentialEquations [0c46a032-eb83-5123-abaf-570d42b7fbaa] to "/Users/.../.julia/compiled/v1.11/DifferentialEquations/jl_H1oOS7". |
Remove Optim? |
Installing Optimization before OrdinaryDiffEq and DifferentialEquations works. But with pkg> update the error appears again. To remove Optim has no effect. |
Do |
pkg> why BoundaryValueDiffEqShooting |
If you update now it should be fine. |
Describe the bug π
Julia 1.11.5, made the daily pkg> update
Error & Stacktraceβ οΈ
The output is
The output of pkg> precompile is
The text was updated successfully, but these errors were encountered: