i just follow this step
-
bench --site DTO.com install-app india_compliance
output
An error occurred while installing india_compliance: (‘Module Def’, ‘GST India’, IntegrityError(1062, “Duplicate entry ‘GST India’ for key ‘PRIMARY’”))
SELECT * FROM tabModule Def
WHERE app_name = ‘india_compliance’;
DELETE FROM tabModule Def
WHERE app_name = ‘india_compliance’;
output
deleted 4 rows
3 bench --site DTO.com install-app india_compliance
output
Updating DocTypes for india_compliance: [=============== ] 39%An error occurred while installing india_compliance: type object ‘AccountsController’ has no attribute ‘get_voucher_subtype’
so how to resolve this problem