Helloo all,
I am trying to install erpnext on ubuntu 18.04.01.
Is that possible to fix the below error?
`TASK [bench : Install ERPNext to default site] *************************************************************************************************************************************************************
fatal: [localhost]: FAILED! => {“changed”: true, “cmd”: [“bench”, “–site”, “site1.local”, “install-app”, “erpnext”], “delta”: “0:00:02.213109”, “end”: “2019-02-08 12:11:45.903268”, “msg”: “non-zero return code”, “rc”: 1, “start”: “2019-02-08 12:11:43.690159”, “stderr”: “”, “stderr_lines”: [], “stdout”: “site1.local does not exist”, “stdout_lines”: [“site1.local does not exist”]}
to retry, use: --limit @/tmp/.bench/playbooks/site.retry
PLAY RECAP *************************************************************************************************************************************************************************************************
localhost : ok=80 changed=32 unreachable=0 failed=1
Traceback (most recent call last):
File “install.py”, line 426, in
install_bench(args)
File “install.py”, line 123, in install_bench
run_playbook(‘site.yml’, sudo=True, extra_vars=extra_vars)
File “install.py”, line 339, in run_playbook
success = subprocess.check_call(args, cwd=os.path.join(cwd, ‘playbooks’))
File “/usr/lib/python2.7/subprocess.py”, line 190, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command ‘[‘ansible-playbook’, ‘-c’, ‘local’, ‘site.yml’, ‘-e’, ‘@/tmp/extra_vars.json’, ‘–become’, ‘–become-user=frappe’]’ returned non-zero exit status 2
`