前提、試したこと
M1のMac book proを最近購入してPython3.6.8をインストールしたいのです。
普通MacでPythonをインストールするように、まずはHomebrewをインストールしました。M1はまだ対応していない記事を見かける中、これは無事インストールでき、
% brew install pyenv
でpyenvをインストールするのですが、これも無事行えました。
そこで最後に
% pyenv install 3.6.8
でpythonをインストールしようとしたのですが、ここで次のようなエラーが出てしまい、pythonのインストールができませんでした。
発生している問題・エラーメッセージ
local % pyenv install 3.6.8 python-build: use openssl@1.1 from homebrew python-build: use readline from homebrew Downloading Python-3.6.8.tar.xz... -> https://www.python.org/ftp/python/3.6.8/Python-3.6.8.tar.xz Installing Python-3.6.8... python-build: use readline from homebrew python-build: use zlib from xcode sdk BUILD FAILED (OS X 11.1 using python-build 20180424) Inspect or clean up the working tree at /var/folders/5d/6b5z7q4d4fb1r882y3_fdlsm0000gn/T/python-build.20210117141048.5582 Results logged to /var/folders/5d/6b5z7q4d4fb1r882y3_fdlsm0000gn/T/python-build.20210117141048.5582.log Last 10 log lines: checking for long double support... yes checking size of long double... 8 checking size of _Bool... 1 checking size of off_t... 8 checking whether to enable large file support... no checking size of time_t... 8 checking for pthread_t... yes checking size of pthread_t... 8 configure: error: Unexpected output of 'arch' on OSX make: *** No targets specified and no makefile found. Stop.
### 実現したいこと
Python3.6.8をインストールしたいです。方法は問いません。どなたか解決策をご教授していただけるとありがたいです。
補足情報(FW/ツールのバージョンなど)
Homebrew 2.7.5
pyenv 1.2.22
ここにより詳細な情報を記載してください。
あなたの回答
tips
プレビュー