pyenvでpython3.4.3をinstallできません
ターミナルでpyenv install 3.4.3と入力すると必ず build failedと表示されます
発生している問題・エラーメッセージ
python-build: use openssl from homebrew
python-build: use readline from homebrew
Downloading Python-3.4.3.tar.xz...
-> https://www.python.org/ftp/python/3.4.3/Python-3.4.3.tar.xz
Installing Python-3.4.3...
python-build: use readline from homebrew
python-build: use zlib from xcode sdk
WARNING: The Python readline extension was not compiled. Missing the GNU readline lib?
ERROR: The Python ssl extension was not compiled. Missing the OpenSSL lib?
Please consult to the Wiki page to fix the problem.
https://github.com/pyenv/pyenv/wiki/Common-build-problems
BUILD FAILED (OS X 10.14.6 using python-build 20180424)
Inspect or clean up the working tree at /var/folders/jp/5hd_fjld0fd30q7q_ml4x5tc0000gn/T/python-build.20200208152429.36608
Results logged to /var/folders/jp/5hd_fjld0fd30q7q_ml4x5tc0000gn/T/python-build.20200208152429.36608.log
Last 10 log lines:
(cd /Users/takeru/.pyenv/versions/3.4.3/share/man/man1; ln -s python3.4.1 python3.1)
if test "xupgrade" != "xno" ; then
case upgrade in
upgrade) ensurepip="--upgrade" ;;
install|*) ensurepip="" ;;
esac;
./python.exe -E -m ensurepip
$ensurepip --root=/ ;
fi
Ignoring ensurepip failure: pip 6.0.8 requires SSL/TLS
エラーメッセージ
WARNING: The Python readline extension was not compiled. Missing the GNU readline lib?
ERROR: The Python ssl extension was not compiled. Missing the OpenSSL lib?
Please consult to the Wiki page to fix the problem.
https://github.com/pyenv/pyenv/wiki/Common-build-problems
BUILD FAILED (OS X 10.14.6 using python-build 20180424)
該当のソースコード
ソースコード
試したこと
home brew,zlib,opensslもinstall済みです
https://github.com/pyenv/pyenv/wiki/Common-build-problems
↑このページを参照し、
https://developer.apple.com/documentation/xcode_release_notes/xcode_10_release_notes#3035624
↑このページに飛んで、読みましたが全く理解できませんでした
補足情報(FW/ツールのバージョンなど)
iosは10.14です
iosのダウングレードもできませんでした
ここにより詳細な情報を記載してください。
あなたの回答
tips
プレビュー