When ever I try to get-app payments or my own app via bench-app,it gives no setup.py in my vps

setup.py not found in vps while trying to install apps using get-app.

If app doesn’t have setup.py file, it will not work

1 Like

Please try the following bench command

bench get-app --branch {{branch_name}} {{app-name}} {{app-link}}

eg :- bench get-app --branch version-14 payments https://github.com/frappe/payments.git

2 Likes