pyenv install 3.4.8
Downloading Python-3.4.8.tar.xz...
-> https://www.python.org/ftp/python/3.4.8/Python-3.4.8.tar.xz
Installing Python-3.4.8...
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 (Ubuntu 18.04 using python-build 1.2.19-1-gece59ca8)
Inspect or clean up the working tree at /tmp/python-build.20201118000548.3700
Results logged to /tmp/python-build.20201118000548.3700.log
Last 10 log lines:
(cd /home/【Nom d'utilisateur】/.anyenv/envs/pyenv/versions/3.4.8/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 -E -m ensurepip \
$ensurepip --root=/ ; \
fi
Ignoring ensurepip failure: pip 9.0.1 requires SSL/TLS
--Ubuntu 18.04 LTS (environnement Windows 10 2004 WSL1)
OpenSSL 1.1 n'est pas pris en charge jusqu'à 3.5.2 de la série Python3.
sudo apt install libssl1.0-dev
pyenv install 3.4.8
OpenSSL est rétrogradé en installant OpenSSL 1.0. Après avoir installé Python avec succès, exécutez ce qui suit.
sudo apt install libssl-dev
Dans Ruby également, une erreur se produit pour la même cause sous 2.4. Pour plus de détails, reportez-vous à l'article ici.