fatih661453
Femtopat
- Katılım
- 21 Ağustos 2020
- Mesajlar
- 19
Merhaba. Birden çok Python sürümü kullanmak için Pyenv adlı yazılım var fakat 3.5.2 PY sürümünü indirmeye çalıştığımda terminalde şöyle bir hata alıyorum.
İşletim sistemi Linux Mint 20 Ulyana. Nasıl çözebilirim?pyenv install 3.5.2
Downloading Python-3.5.2.tar.xz...
-> https://www.python.org/ftp/python/3.5.2/Python-3.5.2.tar.xz
Installing Python-3.5.2...
patching file Lib/venv/scripts/posix/activate.fish
ERROR: The Python ssl extension was not compiled. Missing the OpenSSL lib?
Please consult to the Wiki page to fix the problem.
![]()
Common build problems
Simple Python version management. Contribute to pyenv/pyenv development by creating an account on GitHub.github.com
BUILD FAILED (Linuxmint 20 using python-build 1.2.22-51-gbe9aa0c8)
Inspect or clean up the working tree at /tmp/python-build.20210210122443.26707
Results logged to /tmp/python-build.20210210122443.26707.log
Last 10 log lines:
(cd /home/fatih/.pyenv/versions/3.5.2/share/man/man1; ln -s python3.5.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 8.1.1 requires SSL/TLS
Son düzenleyen: Moderatör: