SymEngine.jl icon indicating copy to clipboard operation
SymEngine.jl copied to clipboard

The specified module could not be found

Open Batmanabcdefg opened this issue 6 years ago • 5 comments

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. ")

Batmanabcdefg avatar Jul 18 '19 19:07 Batmanabcdefg

Can you try doing,

Pkg.build("SymEngine")

isuruf avatar Jul 18 '19 19:07 isuruf

Error: Error building SymEngine: └ @ Pkg.Operations D:\Users\AppData\Local\Julia-1.1.0\share\julia\stdlib\v1.1\Pkg\src\Operations.jl:1075

Batmanabcdefg avatar Jul 18 '19 21:07 Batmanabcdefg

I am having this same issue, updating to the master does not seem to help.

mattar13 avatar Jul 19 '19 20:07 mattar13

Can you show the contents of deps file inside SymEngine package directory in your julia installation?

isuruf avatar Jul 19 '19 21:07 isuruf

I resolved this problem by

  1. Installing the most recent Julia v1.1.1
  2. Entering REPL in administrator mode
  3. Rebuilding DifferentialEquations.jl (not sure if this had anything to do with it)
  4. Reinstalling SymEngine I am pretty sure that running Julia in admin mode was the fix.

mattar13 avatar Jul 23 '19 17:07 mattar13