Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The specified module could not be found #169

Open
Batmanabcdefg opened this issue Jul 18, 2019 · 5 comments
Open

The specified module could not be found #169

Batmanabcdefg opened this issue Jul 18, 2019 · 5 comments

Comments

@Batmanabcdefg
Copy link

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

@isuruf
Copy link
Member

isuruf commented Jul 18, 2019

Can you try doing,

Pkg.build("SymEngine")

@Batmanabcdefg
Copy link
Author

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

@mattar13
Copy link

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

@isuruf
Copy link
Member

isuruf commented Jul 19, 2019

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

@mattar13
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants