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
On a Fedora 35 machine with a fresh Julia 1.7.2 installation, I ran into an issue with Clp. I tried to install JEMSS and ran into stack trackes below after running Pkg.precompile().
It seems that the main error is LoadError: InitError: could not load library “/home/jasperbos/.julia/artifacts/e54c61de2448715375d627cc2deffc91d4a7815b/lib/libClp.so” libdmumps.so: cannot open shared object file: No such file or directory. However, this file does exist.
On a Fedora 35 machine with a fresh Julia 1.7.2 installation, I ran into an issue with Clp. I tried to install JEMSS and ran into stack trackes below after running
Pkg.precompile()
.It seems that the main error is
LoadError: InitError: could not load library “/home/jasperbos/.julia/artifacts/e54c61de2448715375d627cc2deffc91d4a7815b/lib/libClp.so” libdmumps.so: cannot open shared object file: No such file or directory.
However, this file does exist.The solution was to use
add [email protected]
in the package manager. @odow provided this solution here. This issue might relate to this issue.Thanks again!
The text was updated successfully, but these errors were encountered: