Skip to content

Instantly share code, notes, and snippets.

@kanekomasahiro
Last active May 31, 2024 03:55
Show Gist options
  • Select an option

  • Save kanekomasahiro/8cf83e910006c89098eab777faa9d7c0 to your computer and use it in GitHub Desktop.

Select an option

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