Install error for Centos 7

Using Centos, I cannot get past installing frappe, I keep received tracebacks that end with file/folder not found.
Below is what I enter and what I receive. Any help would be great appreciated.

[frappesmitty@rsa root]$ sudo python install.py --production --user frappesmitty
Loaded plugins: fastestmirror, universal-hooks
Loading mirror speeds from cached hostfile
 * EA4: 103.192.173.8
 * cpanel-addons-production-feed: 103.192.173.8
 * cpanel-plugins: 103.192.173.8
 * base: repos.dfw.quadranet.com
 * epel: mirrors.syringanetworks.net
 * extras: repos.dfw.quadranet.com
 * updates: repos.dfw.quadranet.com
Maybe run: yum groups mark install (see man yum)
No packages in any requested group available to install or update
Loaded plugins: fastestmirror, universal-hooks
Loading mirror speeds from cached hostfile
 * EA4: 103.192.173.8
 * cpanel-addons-production-feed: 103.192.173.8
 * cpanel-plugins: 103.192.173.8
 * base: repos.dfw.quadranet.com
 * epel: mirrors.syringanetworks.net
 * extras: repos.dfw.quadranet.com
 * updates: repos.dfw.quadranet.com
Package epel-release-7-11.noarch already installed and latest version
Package redhat-lsb-core-4.1-27.el7.centos.1.x86_64 already installed and latest version
Package git-1.8.3.1-20.el7.x86_64 already installed and latest version
Package python-setuptools-0.9.8-7.el7.noarch already installed and latest version
Package python-devel-2.7.5-80.el7_6.x86_64 already installed and latest version
Package 1:openssl-devel-1.0.2k-16.el7_6.1.x86_64 already installed and latest version
Package libffi-devel-3.0.13-18.el7.x86_64 already installed and latest version
Nothing to do
Traceback (most recent call last):
  File "install.py", line 413, in <module>
    install_bench(args)
  File "install.py", line 105, in install_bench
    run_playbook('create_user.yml', extra_vars=extra_vars)
  File "install.py", line 327, in run_playbook
    success = subprocess.check_call(args, cwd=os.path.join(cwd, 'playbooks'))
  File "/usr/lib64/python2.7/subprocess.py", line 537, in check_call
    retcode = call(*popenargs, **kwargs)
  File "/usr/lib64/python2.7/subprocess.py", line 524, in call
    return Popen(*popenargs, **kwargs).wait()
  File "/usr/lib64/python2.7/subprocess.py", line 711, in __init__
    errread, errwrite)
  File "/usr/lib64/python2.7/subprocess.py", line 1327, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory

Have you checked this: Install script fails on Debian 9 [2019-07-29]

manual installation is the best option for you