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