Cannot find open blas on MAC OSX #730
-
|
In case someone has this error message when using One can solve it with brew install openblas
OpenBLAS_ROOT="$(brew --prefix openblas)" pip install aihwkit |
Beta Was this translation helpful? Give feedback.
Answered by
PabloCarmona
Feb 3, 2026
Replies: 1 comment
-
|
As @maljoras suggested, install OpenBLAS and set the OpenBLAS_ROOT to point to the Homebrew prefix: brew install openblas
OpenBLAS_ROOT="$(brew --prefix openblas)" pip install aihwkit |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
PabloCarmona
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As @maljoras suggested, install OpenBLAS and set the OpenBLAS_ROOT to point to the Homebrew prefix:
brew install openblas OpenBLAS_ROOT="$(brew --prefix openblas)" pip install aihwkit