open:numpy

numpy

brew install openblas
brew install libjpeg zlib

https://stackoverflow.com/questions/65745683/how-to-install-scipy-on-apple-silicon-arm-m1

For compilers to find zlib you may need to set:
  set -gx LDFLAGS "-L/opt/homebrew/opt/zlib/lib"
  set -gx CPPFLAGS "-I/opt/homebrew/opt/zlib/include"


  • open/numpy.txt
  • 마지막으로 수정됨: 2022/02/27 04:32
  • 저자 127.0.0.1