Advertisement
Guest User

Untitled

a guest
Jun 30th, 2022
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.32 KB | None | 0 0
  1. kev@kev-Modern-15-A5M:/$ pip install pyopenssl
  2. Defaulting to user installation because normal site-packages is not writeable
  3. Collecting pyopenssl
  4.   Downloading pyOpenSSL-22.0.0-py2.py3-none-any.whl (55 kB)
  5.      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 55.8/55.8 KB 192.6 kB/s eta 0:00:00
  6. Collecting cryptography>=35.0
  7.   Downloading cryptography-37.0.2-cp36-abi3-manylinux_2_24_x86_64.whl (4.0 MB)
  8.      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.0/4.0 MB 1.2 MB/s eta 0:00:00
  9. Collecting cffi>=1.12
  10.   Downloading cffi-1.15.0-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (446 kB)
  11.      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 446.3/446.3 KB 1.5 MB/s eta 0:00:00
  12. Collecting pycparser
  13.   Downloading pycparser-2.21-py2.py3-none-any.whl (118 kB)
  14.      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.7/118.7 KB 1.2 MB/s eta 0:00:00
  15. Installing collected packages: pycparser, cffi, cryptography, pyopenssl
  16. Successfully installed cffi-1.15.0 cryptography-37.0.2 pycparser-2.21 pyopenssl-22.0.0
  17. kev@kev-Modern-15-A5M:/$ pyenv install 3.8.13
  18. Installing Python-3.8.13...
  19. ERROR: The Python ssl extension was not compiled. Missing the OpenSSL lib?
  20.  
  21. Please consult to the Wiki page to fix the problem.
  22. https://github.com/pyenv/pyenv/wiki/Common-build-problems
  23.  
  24.  
  25. BUILD FAILED (Ubuntu 22.04 using python-build 20180424)
  26.  
  27. Inspect or clean up the working tree at /tmp/python-build.20220630120844.72946
  28. Results logged to /tmp/python-build.20220630120844.72946.log
  29.  
  30. Last 10 log lines:
  31.      ./python -E -m ensurepip \
  32.         $ensurepip --root=/ ; \
  33. fi
  34. Looking in links: /tmp/tmpxby4f3_n
  35. Processing /tmp/tmpxby4f3_n/setuptools-56.0.0-py3-none-any.whl
  36. Processing /tmp/tmpxby4f3_n/pip-22.0.4-py3-none-any.whl
  37. Installing collected packages: setuptools, pip
  38.   WARNING: The scripts pip3 and pip3.8 are installed in '/home/kev/.pyenv/versions/3.8.13/bin' which is not on PATH.
  39.   Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
  40. Successfully installed pip-22.0.4 setuptools-56.0.0
  41.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement