I’d be very grateful if you could do that, because I have other things going in my installation that need apt-get update. I think they do NOT need apt-get upgrade.
If I am not wrong apt-get update merely refreshes knowledge of updates but does not actually do them. If true I am probably ok, just disabling apt-get upgrade.
i never encountered that error i also search here in forum and shared to you… like what i mention my installation guide is collection of some posted fixed here… @MartinHBramwell
is only for me… but in my other system is important to update and upgrade only here erpnext i encounter error when install. thats why im not run that command
Seems like the recent install issues were faced due to all requirements not being pinned in version-12 as of right now. We have already merged this PR in the version-12-hotfix branch and this issue will be fixed in the coming release.
Okay so i just spun another instance using the easy install script and following @sinichi19’s workaround for do not panic page and the setup wizard completed without a hitch. What i can’t fathom though is why i cannot restore from backup. It keeps saying database not available or not installed.
+1 for the Pull Request.
+1 for Gavin personally; he seems to genuinely care about Bench.
-1 for maintainers as a whole, for taking 10 years to pin down requirements.
-1 again, because even after fixing that, the PR approval and merge took over 3 months.
Im Trying to install erp on Debain9 google VM instance… ERP has installed successfully through " easy install " guide but erp is not working it " Sorry!
We will be back soon." this error is coming… any idea why is that?
FYI, the PR that Gavin mentioned isn’t actually pushed into Version 12 yet. It’s still sitting in the hotfix branch. If you install ERPNext without explicitly using “version-12-hotfix”, you’re not going to get the pinned-down requirements.
I tried it another time! This time i’ve got following error after/during installation:
[WARNING]: No inventory was parsed, only implicit localhost is available
[WARNING]: provided hosts list is empty, only localhost is available. Note that the implicit localhost does not
match ‘all’
Traceback (most recent call last):
File “install.py”, line 414, in
install_bench(args)
File “install.py”, line 230, in install_bench
run_playbook(‘site.yml’, sudo=True, extra_vars=extra_vars)
File “install.py”, line 351, in run_playbook
success = subprocess.check_call(args, cwd=os.path.join(cwd, ‘playbooks’), stdout=log_stream, stderr=sys.stderr)
File “/usr/lib/python3.6/subprocess.py”, line 311, 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=frappeuser’]’ returned non-zero exit status 2.