-
Notifications
You must be signed in to change notification settings - Fork 419
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
could not load library "libRmath-julia" #560
Comments
Can you try |
I did, that didn't fix it. I even followed https://github.com/JuliaStats/Rmath.jl and did
That worked w/o error but with Distributions, I still get same error message as above. I also restarted julia but that didn't help either |
As a workaround, I used scipy and that worked import PyCall
PyCall.@pyimport scipy.stats as stats
dist0 = stats.gamma(α0, scale=1/β0)
dist0[:rvs](size=1000) |
Hmm for some reason you seem to be stuck using an old version of Distributions and StatsFuns. |
What does your full |
|
The problem appears to be
|
Ok, thanks for analyzing this and reporting an issue in the right place! |
This seems similar to #513 where it says this has been fixed. I'm running julia 0.5 with
Pkg.update()
executed todayAny ideas? Rmath seems to be there, how come it cannot be loaded?
The text was updated successfully, but these errors were encountered: