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
julia> using Clp
[ Info: Precompiling Clp [e2554f3b-3117-50c0-817c-e040a3ddf72d]
ERROR: LoadError: InitError: could not load library "***/.julia/artifacts/e54c61de2448715375d627cc2deffc91d4a7815b/lib/libClp.so"
libdmumps.so: cannot open shared object file: No such file or directory
Stacktrace:
[1] dlopen(s::String, flags::UInt32; throw_error::Bool)
@ Base.Libc.Libdl ./libdl.jl:117
[2] dlopen(s::String, flags::UInt32)
@ Base.Libc.Libdl ./libdl.jl:116
[3] macro expansion
@ ~/.julia/packages/JLLWrappers/QpMQW/src/products/library_generators.jl:54 [inlined]
[4] __init__()
@ Clp_jll ~/.julia/packages/Clp_jll/ihKVc/src/wrappers/x86_64-linux-gnu-libgfortran5-cxx11.jl:22
The corresponding file ***/.julia/artifacts/e54c61de2448715375d627cc2deffc91d4a7815b/lib/libClp.so exists.
I also tried add/rm Clp and manually removing the artifact. No effect.
I am on Julia 1.8.0rc4
The text was updated successfully, but these errors were encountered:
When
using Clp
I receive aThe corresponding file
***/.julia/artifacts/e54c61de2448715375d627cc2deffc91d4a7815b/lib/libClp.so
exists.I also tried add/rm Clp and manually removing the artifact. No effect.
I am on Julia 1.8.0rc4
The text was updated successfully, but these errors were encountered: