-
Notifications
You must be signed in to change notification settings - Fork 1
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
hm, InitError: could not load library
#3
Comments
hmmm. Not sure. What julia version are you on? Looks like 1.5 or earlier. |
yes, it is |
Still weird, though. The error is related to the Minuit2 dll, which is built here: Does any of this look weird to you? Are there any tests that should be run at the end of the build process to help catch this issue? |
Now, I remember asking something related to |
I see. I'm afraid I can't really help to debug this. Somehow, your system can't |
just tested: still the same problem julia> using Minuit2
[ Info: Precompiling Minuit2 [37821647-3276-4ed8-9a4e-bc9886b3c106]
ERROR: LoadError: InitError: could not load library
"C:\...\.julia\artifacts\ec52bbf618cd9a6088d0dd72bccd400666585eff\bin\libMinuit2.dll"
The specified procedure could not be found. |
the file |
installation works fine
breaks at
using
any ideas?
The text was updated successfully, but these errors were encountered: