Libopenspecfun.dll could not be found error

ERROR: LoadError: InitError: could not load library “C:\Users\Xentios.julia\artifacts\e062344a002c2afdfcf57091b975e56fd80de418\bin\libopenspecfun.dll”
The specified module could not be found.

I am using Gurobi with JuMP and getting this error.

Jump installs this when i use Pkg.add(“JuMP”)

  • OpenSpecFun_jll v0.5.3+1

I have no idea what is wrong. Done uninstall and re-install many times.

Manually copying

“libopenspecfun.a” from lib folder into bin folder and rename to dll fixed the problem

Well this is not solved permanently and causing more problems.

I need to redo this everytime i restart.(restart anything) Which is annoying.

This also mess up my function defines.

I am really tired of Julia.

Codding must be a challenge not trying to code.

Try import Pkg; Pkg.build("SpecialFunctions"); Pkg.add("JuMP").

If it still runs into an error, please post the full output of the error.