-
Notifications
You must be signed in to change notification settings - Fork 35
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
Can't load module libopenblas #76
Comments
I get the same thing. openblas-julia is keg-only, so I think it should be somewhere else. Poking around, it seems to be in /usr/local/opt/openblas-julia. Running
Adding |
I also get the |
I've done The output of
One thing I notice is that my system has an ivybridge processor and otool lists library called 'libopenblas_sandybridgep-r0.2.8.dylib' |
I've pushed a fix for this. Please confirm that it works for you by uninstalling and reinstalling I was mistaken before, |
I still get errors. When running
|
Is there a /usr/local/opt/openblas-julia/lib/libopenblas_sandybridgep-r0.2.8.dylib On Sat, Apr 5, 2014 at 1:07 PM, Guillermo Garza [email protected]:
|
Can you otool -L that file On Sat, Apr 5, 2014 at 1:22 PM, Guillermo Garza [email protected]:
|
I had done
|
Running
|
That was after I did |
|
I see the same thing. I think it's a current broken julia build. On Sat, Apr 5, 2014 at 1:34 PM, Guillermo Garza [email protected]:
|
@staticfloat I'm pretty sure you've fixed this issue. I think you can close it. Thanks!! |
Hmm.. I've done a complete reinstall by running:
And then installing with
So I ran So I did that, but it's still giving:
I ran
However, this is not the 64 bit version, so I tried for that one aswell:
|
What does the output of |
Also, try running |
One last thing, did you run |
Okay, I redid everything. Making sure I had run both I guess I had managed to fuck up one of the steps. Thanks @staticfloat :) |
I'm getting this issue too. Was there a fix? $ brew test -v julia
|
The root cause of this is that you need to reinstall
This is because the path to the libraries within
This should fix it in the short term. HOWEVER. Rejoice! For a long-term fix is ALMOST ready. Once that bad boy comes out, we won't have to worry about this anymore, and things should "just work" for you as a user. |
Removing and reinstalling didn't work for me, but looking forward to the long-term fix. I'll check back every couple days. |
What does the following say for you:
|
Ehm, nothing comes back. But i feel like i have fortran.
|
Interesting. What happens if you do it without the
|
Seems to be in the homebrew dir. Am i missing a link of some sort?
|
Ah,
|
And fixed! Thank you for walking me thru. Much appreciated. |
Yep! No problem. Glad it's fixed. |
To summarize, the following one-liner should fix this problem:
|
@scott-maddox Thanks, this hit me too. |
@staticfloat I cannot uninstall julia, keep getting the following error:
|
I get the following error when I run julia on a clean installation:
I googled it and found this issue on Julia's Rmath module where the same error occurs:
JuliaStats/Rmath-julia#3
The problem seems to be that julia doesn't install it as a dependency, because @staticfloat asked if the following command could be run
otool -L /usr/local/lib/libopenblas.dylib
. When I did this I received:My installation was done with
brew install --HEAD --64bit julia
and it seems like the openblas dependency isn't installed with julia.The text was updated successfully, but these errors were encountered: