-
Notifications
You must be signed in to change notification settings - Fork 24
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
Error: no BLAS/LAPACK library loaded! #382
Comments
What does this give julia> using LinearAlgebra
julia> BLAS.get_config() before and after including the file ? |
Both before and after:
Error getting with any SDP solver. Also, whenever I try to include again, SumOfSquares is always precompiling again and giving this message
|
Do you get the error simply by doing |
Ah, ok, all these BLAS errors also come when I just say |
This happens when you're using libblastrampoline without providing a default BLAS. This fix is: But it would be useful to know which dependency is causing it. |
It happens right after opening new REPL:
|
I even removed all other packages from the environment, the problem is still there:
|
Then this issue should probably be closed in favor of kalmarek/SymbolicWedderburn.jl#87 |
This is on Apple M1 processor. The same code works without problems in the same environment on a Mac with Intel processor.
The text was updated successfully, but these errors were encountered: