I’m installing ERPNEXT 14 on VirtualBox using instructions from https://github.com/D-codE-Hub/Frappe-ERPNext-Version-14–in-Ubuntu-22.04-LTS. I encountered an error during
bench get-app payments
saying
fatal: repository ‘payments’ does not exist
FileNotFoundError: [Errno 2] No such file or directory: ‘home/kim/frappe-bench/apps/payments/setup.py’
How do I resolve this? Thanks!
I already tried reinstalling with a new Virtual Machine. same result.
2
Answers
update Your bench version
pip3 install --upgrade frappe-bench
can confirm that the above works, thanks got me out of a rut.