I am installing it on a new VM on my local PC Ubuntu 20.
I have removed the user tag and still the same error.
should I try uninstalling python 3.8 and use with python 3.7 ?
I am installing it on a new VM on my local PC Ubuntu 20.
I have removed the user tag and still the same error.
should I try uninstalling python 3.8 and use with python 3.7 ?
Hi All,
I managed to install ERPnext 13 on a Oracle arm64 server (that too in a LXC container) without much hassle. I will try to make a full guide in the coming weeks, but if someone wants to try now than please do this:
I followed the steps highlighted here: How to deploy ERPNext 13 on Ubuntu 20.04 LTS (Focal Fossa) | Scaleway Documentation and just changed amd64 to arm64 for the instructions to install wkhtmltopdf.
There was a few errors, but the markupsafe error was resolved by sudo pip uninstall MarkupSafe
and then installing other version sudo pip install markupsafe==2.0.1
(source: Error while creating new-site - ERPNext - ERPNext Forum)
I havenât checked the installation yet, but so far seems ok. Hope this helps.
I havenât checked the script yet since I spent hell lot of time doing the implementation on WSL and what now.
But for this script, for me, it was able to launch âbench init âŠâ command. I read through the ansible logs and found out âfrappe-benchâ wasnât installed. Simply installed it via pip and it got through
Edit: âbenchâ commands are not working through ansible playbook, after bench init, bench get-app failed too.
P.S: Not an issue, can be solved by manually executing failed commands
Hi everyone, as I mentioned I will be sharing step by step installation guide for ERPNext. Using these steps I have done more than 30 installations without error. So I have provided the step-by-step guide in this article.
I followed carefully your steps:
Traceback (most recent call last):
File âinstall.pyâ, line 497, in
install_bench(args)
File âinstall.pyâ, line 278, in install_bench
run_playbook(âsite.ymlâ, sudo=True, extra_vars=extra_vars)
File âinstall.pyâ, line 413, in run_playbook
success = subprocess.check_call(args, cwd=playbooks_folder, stdout=log_stream, stderr=sys.stderr)
File â/usr/lib/python3.8/subprocess.pyâ, line 364, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command â[âansible-playbookâ, â-câ, âlocalâ, âsite.ymlâ, â-vvvvâ, â-eâ, â@/tmp/extra_vars.jsonâ, ââbecomeâ, ââbecome-user=my_userâ]â returned non-zero exit status 2.
Any ideas why?