The specified module could not be found
ERROR: LoadError: LoadError: fatal: error thrown and no exception handler available. ErrorException("error compiling #showerror#623: error compiling show_backtrace: error compiling show_reduced_backtrace: could not load library "symengine" The specified module could not be found. ")
Can you try doing,
Pkg.build("SymEngine")
Error: Error building SymEngine:
└ @ Pkg.Operations D:\Users\AppData\Local\Julia-1.1.0\share\julia\stdlib\v1.1\Pkg\src\Operations.jl:1075
I am having this same issue, updating to the master does not seem to help.
Can you show the contents of deps file inside SymEngine package directory in your julia installation?
I resolved this problem by
- Installing the most recent Julia v1.1.1
- Entering REPL in administrator mode
- Rebuilding DifferentialEquations.jl (not sure if this had anything to do with it)
- Reinstalling SymEngine I am pretty sure that running Julia in admin mode was the fix.