1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

M1 MacにPythonの分析環境を構築する(2020-01-27現在)

Last updated at Posted at 2021-01-27

個人的メモです。
2020-01-27現在、M1 Macではnumpyやpandasのpipでのinstallに問題が発生しているため、その回避のためのworkaroundを書いておきます。
いずれ公式にサポートされ、この記事は不要になると思います。

RosettaでIntel(x86_64)向けバイナリを使う

iTerm2の Open using Rosetta にチェックを入れて、普通にセットアップするだけ。

参考:https://alexslobodnik.medium.com/apple-m1-python-pandas-and-homebrew-20f14828ccc7

Apple Silicon(osx-arm64)向けバイナリを使う

1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?