-
-
Notifications
You must be signed in to change notification settings - Fork 231
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
precompilation fails for two dependencies: BoundaryValueDiffEq and DifferentialEquations in Julia version 1.11.1 #1066
Comments
`Precompiling DifferentialEquations...
...and 11 more exceptions. Stacktrace: ERROR: The following 1 direct dependency failed to precompile: DifferentialEquations Failed to precompile DifferentialEquations [0c46a032-eb83-5123-abaf-570d42b7fbaa] to "C:\Users\admin\.julia\compiled\v1.11\DifferentialEquations\jl_E517.tmp".
...and 11 more exceptions. Stacktrace: |
Same issue here in the same situation on Julia 1.11.1:
|
What happens if you |
Seems DifferentialEquations are not using the latest BoundaryValueDiffEq.jl, same procompiling error as SciML/BoundaryValueDiffEq.jl#239? |
I'm facing the same issue, updating or adding [email protected] didn't help. |
Could you please share your |
status(): status(; mode = PKGMODE_MANIFEST): |
@odewit8 Seems you are using v5.11 BoundaryValueDiffEq.jl? Cound you |
That throws the error |
Could you please try |
Same error: |
@odewit8 Sorry for the errors, it's weird though, the BoundaryValueDiffEq.jl CI is working fine, and I can't reproduce the same error on my Julia 1.10 or 1.11 machine🤔, maybe you can try |
I reinstalled all the packages and it works |
I created a new environment and installed packages as |
If it's working well and no more precompilation errors, feel free to close the issue then🙂 |
Describe the bug 🐞
When attempting to add the "DifferentialEquations" package in Julia version 1.11.1, precompilation fails for two dependencies: BoundaryValueDiffEq and DifferentialEquations.
Expected behavior
All packages succeed during precompilation
Minimal Reproducible Example 👇
Error & Stacktrace⚠️
Environment (please complete the following information):
using Pkg; Pkg.status()
using Pkg; Pkg.status(; mode = PKGMODE_MANIFEST)
versioninfo()
The text was updated successfully, but these errors were encountered: