티스토리 뷰

공부

[Python] MacOSX M1 install pandas

승가비 2022. 4. 30. 00:03
728x90
pip3 install cython
OPENBLAS="$(brew --prefix openblas)" MACOSX_DEPLOYMENT_TARGET=11.1 pip3 install numpy --no-use-pep517
OPENBLAS="$(brew --prefix openblas)" MACOSX_DEPLOYMENT_TARGET=11.1 pip3 install pandas --no-use-pep517

https://stackoverflow.com/questions/65084318/trouble-installing-pandas-on-new-macbook-air-m1/66404936#66404936

 

Trouble installing Pandas on new MacBook Air M1

I recently got a new MacBook Air M1, but I’m having trouble installing Pandas, since prebuilt binaries are not available for macOS/arm64. How can I install Pandas on an Apple Silicon Mac?

stackoverflow.com

 

728x90

'공부' 카테고리의 다른 글

[ISO 8601] Time format (precision not fixed)  (0) 2022.04.30
[Airflow] Variables api  (0) 2022.04.30
[Python] for k, v in map.items()  (0) 2022.04.30
[Github] AutoLinked references  (0) 2022.04.29
[Python] map[key] vs map.get(key, [default])  (0) 2022.04.29
댓글