pyenvで3.7.4をインストールしようと思ったが
ターミナルでpyenv install 3.7.4を入力したところ
以下のエラーが出てきてうまくインストールできなかった。
使用しているOSはMacOSです。
brew install readline xzを試みても変化がありませんでした。
よろしくおねがいします。
pyenvはhomebrewを用いてインストールしています。
python-build: use openssl@1.1 from homebrew
python-build: use readline from homebrew
Downloading Python-3.7.4.tar.xz...
-> https://www.python.org/ftp/python/3.7.4/Python-3.7.4.tar.xz
Installing Python-3.7.4...
python-build: use readline from homebrew
python-build: use zlib from xcode sdk
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/73/1ttc26756dl5d1w8cv961lx00000gn/T/python-build.20200206173113.19841
Results logged to /var/folders/73/1ttc26756dl5d1w8cv961lx00000gn/T/python-build.20200206173113.19841.log
Last 10 log lines:
install|*) ensurepip="" ;;
esac;
./python.exe -E -m ensurepip
$ensurepip --root=/ ;
fi
Looking in links: /var/folders/73/1ttc26756dl5d1w8cv961lx00000gn/T/tmp9upmn2t6
Collecting setuptools
Collecting pip
Installing collected packages: setuptools, pip
Successfully installed pip-19.0.3 setuptools-40.8.0
回答2件
あなたの回答
tips
プレビュー