A few of the packages I use often have the package HSL.jl
as a dependency. I have noticed that when I install packages that have such dependency, I get a message informing me that HSL.jl
is not properly installed and I need to Pkg.build()
it.
Error: HSL library not properly installed. Please run Pkg.build("HSL")
I have run Pkg.build("HSL")
, but it doesn’t solve the problem. I have removed HSL.jl
either by using rm
, either by deleting its directory in the .julia
folder, and re-installed it. Again, it was to no avail; I keep getting the same error message that says the package is not properly installed and I need to build it.
Has anyone deal with this issue? If so, what’s the solution you found?
Thank you.