Advertisement
Handaloo

Python Install Output

Jan 19th, 2024
15
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.48 KB | None | 0 0
  1. coral@prox:~$ pyenv install 3.10.0
  2. Downloading Python-3.10.0.tar.xz...
  3. -> https://www.python.org/ftp/python/3.10.0/Python-3.10.0.tar.xz
  4. Installing Python-3.10.0...
  5. patching file aclocal.m4
  6. patching file configure
  7. Hunk #5 succeeded at 10537 (offset -15 lines).
  8. patching file Misc/NEWS.d/next/Build/2021-10-11-16-27-38.bpo-45405.iSfdW5.rst
  9. patching file configure
  10. patching file configure.ac
  11. Traceback (most recent call last):
  12. File "<string>", line 1, in <module>
  13. File "/home/coral/.pyenv/versions/3.10.0/lib/python3.10/bz2.py", line 17, in <module>
  14. from _bz2 import BZ2Compressor, BZ2Decompressor
  15. ModuleNotFoundError: No module named '_bz2'
  16. WARNING: The Python bz2 extension was not compiled. Missing the bzip2 lib?
  17. Traceback (most recent call last):
  18. File "<string>", line 1, in <module>
  19. ModuleNotFoundError: No module named 'readline'
  20. WARNING: The Python readline extension was not compiled. Missing the GNU readline lib?
  21. Traceback (most recent call last):
  22. File "<string>", line 1, in <module>
  23. File "/home/coral/.pyenv/versions/3.10.0/lib/python3.10/ssl.py", line 98, in <module>
  24. import _ssl # if we can't import it, let the error propagate
  25. ModuleNotFoundError: No module named '_ssl'
  26. ERROR: The Python ssl extension was not compiled. Missing the OpenSSL lib?
  27.  
  28. Please consult to the Wiki page to fix the problem.
  29. https://github.com/pyenv/pyenv/wiki/Common-build-problems
  30.  
  31.  
  32. BUILD FAILED (Debian 12 using python-build 20180424)
  33.  
  34. Inspect or clean up the working tree at /tmp/python-build.20240119115057.1855
  35. Results logged to /tmp/python-build.20240119115057.1855.log
  36.  
  37. Last 10 log lines:
  38. Installing collected packages: setuptools, pip
  39. WARNING: Value for scheme.headers does not match. Please report this to <https://github.com/pypa/pip/issues/10151>
  40. distutils: /home/coral/.pyenv/versions/3.10.0/include/python3.10/setuptools
  41. sysconfig: /tmp/python-build.20240119115057.1855/Python-3.10.0/Include/setuptools
  42. WARNING: Value for scheme.headers does not match. Please report this to <https://github.com/pypa/pip/issues/10151>
  43. distutils: /home/coral/.pyenv/versions/3.10.0/include/python3.10/pip
  44. sysconfig: /tmp/python-build.20240119115057.1855/Python-3.10.0/Include/pip
  45. WARNING: The scripts pip3 and pip3.10 are installed in '/home/coral/.pyenv/versions/3.10.0/bin' which is not on PATH.
  46. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
  47. Successfully installed pip-21.2.3 setuptools-57.4.0
Tags: hassio
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement