Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- kev@kev-Modern-15-A5M:/$ pip install pyopenssl
- Defaulting to user installation because normal site-packages is not writeable
- Collecting pyopenssl
- Downloading pyOpenSSL-22.0.0-py2.py3-none-any.whl (55 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 55.8/55.8 KB 192.6 kB/s eta 0:00:00
- Collecting cryptography>=35.0
- Downloading cryptography-37.0.2-cp36-abi3-manylinux_2_24_x86_64.whl (4.0 MB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.0/4.0 MB 1.2 MB/s eta 0:00:00
- Collecting cffi>=1.12
- Downloading cffi-1.15.0-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (446 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 446.3/446.3 KB 1.5 MB/s eta 0:00:00
- Collecting pycparser
- Downloading pycparser-2.21-py2.py3-none-any.whl (118 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.7/118.7 KB 1.2 MB/s eta 0:00:00
- Installing collected packages: pycparser, cffi, cryptography, pyopenssl
- Successfully installed cffi-1.15.0 cryptography-37.0.2 pycparser-2.21 pyopenssl-22.0.0
- kev@kev-Modern-15-A5M:/$ pyenv install 3.8.13
- Installing Python-3.8.13...
- 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 22.04 using python-build 20180424)
- Inspect or clean up the working tree at /tmp/python-build.20220630120844.72946
- Results logged to /tmp/python-build.20220630120844.72946.log
- Last 10 log lines:
- ./python -E -m ensurepip \
- $ensurepip --root=/ ; \
- fi
- Looking in links: /tmp/tmpxby4f3_n
- Processing /tmp/tmpxby4f3_n/setuptools-56.0.0-py3-none-any.whl
- Processing /tmp/tmpxby4f3_n/pip-22.0.4-py3-none-any.whl
- Installing collected packages: setuptools, pip
- WARNING: The scripts pip3 and pip3.8 are installed in '/home/kev/.pyenv/versions/3.8.13/bin' which is not on PATH.
- Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
- Successfully installed pip-22.0.4 setuptools-56.0.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement