Skip to content

Instantly share code, notes, and snippets.

@kanekomasahiro
Last active May 21, 2023 15:49
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kanekomasahiro/8cf83e910006c89098eab777faa9d7c0 to your computer and use it in GitHub Desktop.
Save kanekomasahiro/8cf83e910006c89098eab777faa9d7c0 to your computer and use it in GitHub Desktop.
M1 Macでpip install numpyが失敗した時やる. `ERROR: Command errored out with exit status 1:` みたいなエラー吐いた時に使う.
brew install openblas
OPENBLAS="$(brew --prefix openblas)" pip install numpy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment