Advertisement
nsaunders

Untitled

Sep 23rd, 2020
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. [nsaunders@rolly bench]$
  2. [nsaunders@rolly bench]$ python3 install.py --production
  3. Please run this script as a non-root user with sudo privileges
  4. [nsaunders@rolly bench]$
  5. [nsaunders@rolly bench]$ sudo python3 install.py --production
  6. Logs are saved under /tmp/logs/easy-install__2020-09-23__13-38.log
  7. Error: Unable to find a match: python-setuptools python-devel
  8. Traceback (most recent call last):
  9. File "install.py", line 467, in <module>
  10. install_prerequisites()
  11. File "install.py", line 156, in install_prerequisites
  12. 'sudo yum install -y epel-release redhat-lsb-core git python-setuptools python-devel openssl-devel libffi-devel'
  13. File "install.py", line 141, in run_os_command
  14. returncode = subprocess.check_call(command, shell=True, stdout=log_stream, stderr=sys.stderr)
  15. File "/usr/lib64/python3.6/subprocess.py", line 311, in check_call
  16. raise CalledProcessError(retcode, cmd)
  17. subprocess.CalledProcessError: Command 'sudo yum install -y epel-release redhat-lsb-core git python-setuptools python-devel openssl-devel libffi-devel' returned non-zero exit status 1.
  18. [nsaunders@rolly bench]$
  19. [nsaunders@rolly bench]$ lsb_release -a
  20. LSB Version: :core-4.1-amd64:core-4.1-noarch
  21. Distributor ID: CentOS
  22. Description: CentOS Linux release 8.2.2004 (Core)
  23. Release: 8.2.2004
  24. Codename: Core
  25. [nsaunders@rolly bench]$
  26.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement