古いMacBookProにpython3をインストール

3/26/2021

Homebrew Mac MacBook Pro (13-inch Mid2010) macOS python

t f B! P L

pythonを使ってみたい

人工知能といえばpython、あれもこれもpythonと、その人気は止まる所を知らないpythonですが、開発されたのは1991年と比較的新しいプログラミング言語です。
利用者が多いからライブラリが豊富なのか、ライブラリが豊富だから利用者が増加したのかわかりませんが、何かやりたいと思った時に、簡単にできちゃうことが人気の理由のようです。

所有している古いMacBook Pro (13-inch, Mid 2010)には、すでにpython2.7がインストールされていましたが、どうせだったら最新のpython3を使いたい。
今回は、古いMacBook Pro (13-inch, Mid 2010)にpython3をインストールしたメモを残しておきます。

Homebrewを使いますので、あらかじめインストールしておきます。

MacBook Pro (13-inch, Mid 2010) にHomebrewをインストールした記事はこちら
https://www.note65536.com/2021/03/macbook-prohomebrew.html

python3のインストール(失敗)

Homebrewでインストールする方法は、超簡単です、、、のはずだったんですが、失敗しました。なんで?
$ brew install python3
Warning: You are using macOS 10.13.
We (and Apple) do not provide support for this old version.
You will encounter build failures with some formulae.
Please create pull requests instead of asking for help on Homebrew's GitHub,
Twitter or any other official channels. You are responsible for resolving
any issues you experience while you are running this
old version.

Error: python@3.9: no bottle available!
You can try to install from source with:
  brew install --build-from-source python@3.9
Please note building from source is unsupported. You will encounter build
failures with some formulae. If you experience any issues please create pull
requests instead of asking for help on Homebrew's GitHub, Twitter or any other
official channels.

macOSが古すぎてバイナリパッケージでインストールできないようです。Homebrewインストールした意味ないじゃん。

python3のインストール方法(成功)

もう少し調べてみたら、ありました。python3のインストール方法。オプションに"-build-from-source"付ければいいみたいです。
以下のコマンド一発で簡単にインストールできました。
$brew install --build-from-source python@3.9

インストールできたかどうか、以下のコマンドで確認します。
$ python3 --version
Python 3.9.2


これで、古いMacBook Proでも、もう少し遊べそうです。

このブログを検索

注目の記事

謎のディスク容量不足はThunderbirdの設定をチェック

Thunderbirdのimap設定の罠 imap設定にしておけば、PCの容量あまり食わないと思うじゃ無いですか!! いつからなのか分からないけど、デフォルトが 「すべてのメッセージをローカルに同期する」 になっています。 原因不明の容量不足に悩んでいる人でThund...

人気記事

ブログ アーカイブ

QooQ