[SOLVED] [V7] Fresh CentOS 7 Minimal ISO Error

CentOS 7 Minimal (CentOS-7-x86_64-Minimal-1511) ISO

subprocess.CalledProcessError: Command '['ansible-playbook', '-c', 'local', 'develop/install.yml', '-e', '@/tmp/extra_vars.json', '-vvvv', '--become', '--become-user=frappe']' returned non-zero exit status 2

List of Installed Package before Bench install
http://pastebin.com/raw/mE4xYQ4u
Installed wget and nano
Fired install.py (Link Updated: Verbose Model ON)
http://pastebin.com/raw/ehiaCLjY

After failed install, list of installed packages on server as follows:
http://pastebin.com/raw/njA16uh1

1 Like

Hmm can you install libselinux-python with yum and just run the installer again?

Yes, it wasn’t installed and verbose mode trial correctly pointed that out as well…
Maybe libselinux-python should be included in dependencies?

Finally bench installed and installer worked as expected after installing missing dependency libselinux-python on CentOS 7 Minimal ISO.
http://pastebin.com/raw/0DCESr0E

1 Like

https://github.com/frappe/bench/pull/290

There we go :slight_smile: Thanks for the help.

1 Like