Easy install fails with "frappe: ERROR (no such group)" message
- Dominant language
- Python
- Stars
- 8
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
Issue: Easy Install
Easy install returns this message:
"$ supervisorctl restart frappe:",
"frappe: ERROR (no such group)",
"frappe: ERROR (no such group)",
"ERROR: "
Executed command was:
sudo python3 install.py --verbose --production --user frappe --frappe-branch version-13 --erpnext-branch version-13
Installed bench version is:
5.0.0-dev
I think easy install somehow installs an old version of the bench. I can update the bench itself via
pip3 install --upgrade frappe-bench
Then easy install was successfull.
PS: It also throws this error:
ERROR importlib.metadata.PackageNotFoundError: frappe-bench
I've resolved it by:
```
sudo pip3 uninstall setuptools
sudo pip3 install setuptools==59.8.0
sudo pip3 install -e /home/frappe/.bench/
```
**Distro Information (Required)**
Ubuntu Server 20.04
**Command Run (Required)**
sudo python3 install.py --verbose --production --user frappe --frappe-branch version-13 --erpnext-branch version-13
**Log File (Required)**
Unfortunately, I couldn't find the log file. It is not in the /tmp/log, /home/frappe/bench/log.
**Possible Solution**
Easy install, installs an old version of the bench. Updating bench itself resolves the problem.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.