Michal Kocvara
Michal Kocvara
Both before and after: ``` julia> BLAS.get_config() LinearAlgebra.BLAS.LBTConfig Libraries: └ [ LP64] libopenblasp-r0.3.27.dylib ``` Error getting with any SDP solver. Also, whenever I try to include again, SumOfSquares is always...
Ah, ok, all these BLAS errors also come when I just say `using SymbolicWedderburn`.
It happens right after opening new REPL: ``` julia> using SymbolicWedderburn Precompiling SymbolicWedderburn Info Given SymbolicWedderburn was explicitly requested, output will be shown live Error: no BLAS/LAPACK library loaded! Error:...
I even removed all other packages from the environment, the problem is still there: ``` (@v1.10) pkg> st Status `~/.julia/environments/v1.10/Project.toml` [858aa9a9] SymbolicWedderburn v0.4.0 julia> using SymbolicWedderburn Precompiling SymbolicWedderburn Info Given...