前提・実現したいこと
pythonの環境構築をしたい。
ここに質問の内容を詳しく書いてください。
MacBook Airで
ターミナルからhome-brewでpythonをインストール中です。
発生している問題・エラーメッセージ
pyenvをインストールするところまではできたのですがいざpython3.9.0を入れようとするとエラーが発生します。
どなたかご教授お願いいたします。
エラーメッセージ
該当のソースコード
ソースコード
pyenv 1.2.21
yuuki@yuukinoMacBook-Air ~ % pyenv install 3.9.0
python-build: use openssl@1.1 from homebrew
python-build: use readline from homebrew
Downloading Python-3.9.0.tar.xz...
-> https://www.python.org/ftp/python/3.9.0/Python-3.9.0.tar.xz
Installing Python-3.9.0...
python-build: use readline from homebrew
python-build: use zlib from xcode sdk
BUILD FAILED (OS X 11.0.1 using python-build 20180424)
Inspect or clean up the working tree at /var/folders/fh/cs85tzns4qb0bnkh2cds4wt80000gn/T/python-build.20201231093102.21151
Results logged to /var/folders/fh/cs85tzns4qb0bnkh2cds4wt80000gn/T/python-build.20201231093102.21151.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.
yuuki@yuukinoMacBook-Air ~ %
#######試したこと
問題のソースコードを検索しました。
補足情報(FW/ツールのバージョンなど)
ここにより詳細な情報を記載してください。