pyenvでのインストールエラー
Macbook Air m1でpyenvを使ってpython3.8.9をインストールしようとしたら以下のエラーが出てしまいました
解決方法を教えてください
発生している問題・エラーメッセージ
$ pyenv install 3.8.9 python-build: use openssl@1.1 from homebrew python-build: use readline from homebrew Downloading Python-3.8.9.tar.xz... -> https://www.python.org/ftp/python/3.8.9/Python-3.8.9.tar.xz Installing Python-3.8.9... python-build: use readline from homebrew python-build: use zlib from xcode sdk BUILD FAILED (OS X 11.3.1 using python-build 20180424) Inspect or clean up the working tree at /var/folders/sp/vtv46qmn5xg6czvkvp63hz5h0000gn/T/python-build.20210508170932.4540 Results logged to /var/folders/sp/vtv46qmn5xg6czvkvp63hz5h0000gn/T/python-build.20210508170932.4540.log Last 10 log lines: 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 checking size of pthread_key_t... 8 checking whether pthread_key_t is compatible with int... no configure: error: Unexpected output of 'arch' on OSX make: *** No targets specified and no makefile found. Stop.
###補足情報
$ pyenv --version pyenv 1.2.27
回答3件
あなたの回答
tips
プレビュー