You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im rather new in Julia and im having some issues installing the package.
After launching the latest version of Julia 1.8.4, I get this prompt.
Its seems that Sundials doesn't compile.
_
_ _ _(_)_ | Documentation: https://docs.julialang.org
(_) | (_) (_) |
_ _ _||_ __ _ | Type "?"for help, "]?"for Pkg help.
|||||||/_` | | | | |_| | | | (_| | | Version 1.8.4 (2022-12-23) _/ |\__'_|_|_|\__'_| | |__/ |julia> using DifferentialEquations[ Info: Precompiling DifferentialEquations [0c46a032-eb83-5123-abaf-570d42b7fbaa]ERROR: LoadError: InitError: could not load library "libamd.so.2"libamd.so.2: cannot open shared object file: No such file or directoryStacktrace: [1] __init__() @ SuiteSparse_jll /usr/share/julia/stdlib/v1.8/SuiteSparse_jll/src/SuiteSparse_jll.jl:85 [2] top-level scope @ ~/.julia/packages/JLLWrappers/QpMQW/src/toplevel_generators.jl:188 [3] top-level scope @ stdin:1during initialization of module SuiteSparse_jllin expression starting at /home/monsel/.julia/packages/Sundials_jll/rXn1i/src/wrappers/x86_64-linux-gnu-libgfortran5.jl:6in expression starting at /home/monsel/.julia/packages/Sundials_jll/rXn1i/src/Sundials_jll.jl:2in expression starting at stdin:1ERROR: LoadError: Failed to precompile Sundials_jll [fb77eaff-e24c-56d4-86b1-d163f2edb164] to /home/monsel/.julia/compiled/v1.8/Sundials_jll/jl_OZQVXh.Stacktrace: [1] top-level scope @ stdin:1in expression starting at /home/monsel/.julia/packages/Sundials/3c9Un/src/Sundials.jl:3in expression starting at stdin:1ERROR: LoadError: Failed to precompile Sundials [c3572dad-4567-51f8-b174-8c6c989267f4] to /home/monsel/.julia/compiled/v1.8/Sundials/jl_J54cUZ.Stacktrace: [1] top-level scope @ stdin:1in expression starting at /home/monsel/.julia/packages/DifferentialEquations/fGVGw/src/DifferentialEquations.jl:1in expression starting at stdin:1ERROR: Failed to precompile DifferentialEquations [0c46a032-eb83-5123-abaf-570d42b7fbaa] to /home/monsel/.julia/compiled/v1.8/DifferentialEquations/jl_FqnQUz.
The text was updated successfully, but these errors were encountered:
libamd.so.2: cannot open shared object file: No such file or directory
It sounds like the download may have failed, so it may be worth trying ]build DifferentialEquations and see if it ends up downloading the missing file.
Im using ArchLinux, its seems that default version associated with the system has some problems.
I removed the .julia installation and installed via the binaries you suggested.
It works like a charm !
Im rather new in Julia and im having some issues installing the package.
After launching the latest version of Julia 1.8.4, I get this prompt.
Its seems that Sundials doesn't compile.
The text was updated successfully, but these errors were encountered: