skip to Main Content

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!

screenshot01

screenshot02

I already tried reinstalling with a new Virtual Machine. same result.

2

Answers


  1. update Your bench version pip3 install --upgrade frappe-bench

    Login or Signup to reply.
  2. can confirm that the above works, thanks got me out of a rut.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search