DifferentialEquations.jl return errors

I got such output after istlalling DifferentialEquations.jl package:
“”"
Precompiling project…
✗ OrdinaryDiffEqRosenbrock
✗ OrdinaryDiffEqDefault
✗ OrdinaryDiffEq
✗ DelayDiffEq
✗ DifferentialEquations
31 dependencies successfully precompiled in 92 seconds. 612 already precompiled.
5 dependencies errored.
For a report of the errors see julia> err. To retry use pkg> precompile “”"
And i don’t know why, don’t know how to fix it. Generaly status shows that packages is istanlled, but proble those sub-packages not.
I will mention that i installed julia with juliaup.
The err return (in short) this:
‘’’ PkgPrecompileError: The following 1 direct dependency failed to precompile:

DifferentialEquations

Failed to precompile DifferentialEquations [0c46a032-eb83-5123-abaf-570d42b7fbaa] to “/home/dominik-rudka/.julia/compiled/v1.11/DifferentialEquations/jl_pl8xFd”.
WARNING: could not import OrdinaryDiffEqCore.recursivefill! into OrdinaryDiffEq
WARNING: could not import OrdinaryDiffEqCore.namify into OrdinaryDiffEqRosenbrock
┌ Warning: Replacing docs for OrdinaryDiffEqRosenbrock.Rosenbrock23 :: Union{} in module OrdinaryDiffEqRosenbrock
└ @ Base.Docs docs/Docs.jl:243
┌ Warning: Replacing docs for OrdinaryDiffEqRosenbrock.Rodas5P :: Union{} in module OrdinaryDiffEqRosenbrock
└ @ Base.Docs docs/Docs.jl:243
ERROR: LoadError: UndefVarError: namify not defined in OrdinaryDiffEqRosenbrock

We had a hiccup today in the release process. It got fixed. You should be fine if you try again (after updating your registry)

2 Likes