Frappe Installation Error manual

bench init frappe-bench --frappe-branch version-14

Setting Up Environment
$ python3 -m venv env
$ /home/blisstering/frappe-bench/env/bin/python -m pip install --quiet --upgrade pip
$ /home/blisstering/frappe-bench/env/bin/python -m pip install --quiet wheel
Traceback (most recent call last):
File “/usr/local/lib/python3.10/dist-packages/bench/utils/init.py”, line 73, in is_valid_frappe_branch
res = g.ls_remote(“–heads”, “–tags”, frappe_path, frappe_branch)
File “/usr/local/lib/python3.10/dist-packages/git/cmd.py”, line 741, in
return lambda *args, **kwargs: self._call_process(name, *args, **kwargs)
File “/usr/local/lib/python3.10/dist-packages/git/cmd.py”, line 1315, in _call_process
return self.execute(call, **exec_kwargs)
File “/usr/local/lib/python3.10/dist-packages/git/cmd.py”, line 1109, in execute
raise GitCommandError(redacted_command, status, stderr_value, stdout_value)
git.exc.GitCommandError: Cmd(‘git’) failed due to: exit code(128)
cmdline: git ls-remote --heads --tags GitHub - frappe/frappe: Low code web framework for real world applications, in Python and Javascript version-14
stderr: ‘error: git-remote-https died of signal 4’

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File “/usr/local/lib/python3.10/dist-packages/bench/commands/make.py”, line 68, in init
init(
File “/usr/local/lib/python3.10/dist-packages/bench/utils/render.py”, line 105, in wrapper_fn
return fn(*args, **kwargs)
File “/usr/local/lib/python3.10/dist-packages/bench/utils/system.py”, line 78, in init
is_valid_frappe_branch(frappe_path=frappe_path, frappe_branch=frappe_branch)
File “/usr/local/lib/python3.10/dist-packages/bench/utils/init.py”, line 79, in is_valid_frappe_branch
raise InvalidRemoteException(f"Invalid frappe path: {frappe_path}") from e
bench.exceptions.InvalidRemoteException: Invalid frappe path: GitHub - frappe/frappe: Low code web framework for real world applications, in Python and Javascript

Do you use qemu with a Windows host (longshot…)?

Linux Host Ubuntu 22.04

Well, I did say it was a long shot…
So if you can reinstall your Ubuntu machine (It is a bare metal one, yes?), you can try to use:

Sorry for tooting My own horn :wink:
If you want an ERPNext 14 installation, you can use:

As I can’t seem to have any idea of what could be the problem. Sorry.
Good luck, though. :slight_smile:

Yes sure. will follow the same.

1 Like