Fatal Installation Error

Hello,
I recently facing problem installing Frappe-bench. I just installed my ubuntu and run the easy installation command. I am having the following error:

sudo bash setup_frappe.sh --setup-production
[sudo] password for biozid:
Installing for Ubuntu vivid amd64
In case you encounter an error, you can post on https://discuss.frappe.io

Adding ubuntu mariadb repo
Installing packages for Ubuntu. This might take time…
Installing wkhtmltopdf
Installing wkhtmltox package for trusty (Ubuntu 14.4) even if you are using vivid.
Adding frappe user
Installing frappe-bench
Already using interpreter /usr/bin/python
Cloning into ‘frappe’…
no crontab for biozid
Cloning into ‘erpnext’…
error: RPC failed; result=56, HTTP code = 200
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
installing frappe
Traceback (most recent call last):
File “/usr/local/bin/bench”, line 9, in
load_entry_point(‘bench==0.92’, ‘console_scripts’, ‘bench’)()
File “/home/biozid/bench-repo/bench/cli.py”, line 60, in cli
bench()
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 700, in call
return self.main(*args, **kwargs)
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 680, in main
rv = self.invoke(ctx)
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 1027, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 873, in invoke
return ctx.invoke(self.callback, **ctx.params)
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 508, in invoke
return callback(*args, **kwargs)
File “/home/biozid/bench-repo/bench/cli.py”, line 165, in init
no_auto_update=no_auto_update, frappe_path=frappe_path, frappe_branch=frappe_branch)
File “/home/biozid/bench-repo/bench/utils.py”, line 79, in init
install_apps_from_path(apps_path, bench=path)
File “/home/biozid/bench-repo/bench/app.py”, line 199, in install_apps_from_path
get_app(app[‘name’], app[‘url’], branch=app.get(‘branch’), bench=bench, build_asset_files=False)
File “/home/biozid/bench-repo/bench/app.py”, line 52, in get_app
cwd=os.path.join(bench, ‘apps’))
File “/home/biozid/bench-repo/bench/utils.py”, line 104, in exec_cmd
raise CommandFailedError(cmd)
bench.utils.CommandFailedError: git clone GitHub - frappe/erpnext: Free and Open Source Enterprise Resource Planning (ERP) --branch master --origin upstream erpnext

Please help me.

Thanks
Biozid Bostami

Maybe you don’t have git installed? or lost network?

1 Like

hello,

Thanks for reply. My problem got solved after i reinstall the full system. Now it’s working :smile: