「Homebrew」と「pyenv」はインストール完了しました。
次の手順として、
pyenv install --list
をして、インストール可能なバージョンを確かめたところ、最新が「3.9.0」でした。
そこで、
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.1 using python-build 20180424) Inspect or clean up the working tree at /var/folders/p4/j7b7vfjn1dx58bv5nl6z25480000gn/T/python-build.20201219184334.20909 Results logged to /var/folders/p4/j7b7vfjn1dx58bv5nl6z25480000gn/T/python-build.20201219184334.20909.log Last 10 log lines: checking for python3.9... python3.9 checking for --enable-universalsdk... no checking for --with-universal-archs... no checking MACHDEP... "darwin" checking for gcc... clang checking whether the C compiler works... no configure: error: in `/var/folders/p4/j7b7vfjn1dx58bv5nl6z25480000gn/T/python-build.20201219184334.20909/Python-3.9.0': configure: error: C compiler cannot create executables See `config.log' for more details make: *** No targets specified and no makefile found. Stop.
現在の問題と解決方法を教えて頂けましたら幸いです。
よろしくお願い致します。