pm23
April 3, 2024, 4:42am
1
Hello,
I am getting this error while installing india_compliance app on site.
Installing india_compliance…
Incompatible ERPNext Version:
ERPNext version 15.4.0 not compatible with India Compliance 15.7.0
Please upgrade {app_name} to version {required_version} or above to use the current version of India Compliance.
NCP
April 3, 2024, 4:58am
2
Hi @pm23 ,
For now, If you want to install the latest india_compliance (v15.7.0) then frappe must be in the 15.3.0 and erpnext must be in the 15.15.0. so I think, you should update the erpnext.
VERSIONS_TO_COMPARE = [
{
"app_name": "Frappe",
"current_version": version.parse(frappe.__version__),
"required_versions": {"version-14": "14.57.0", "version-15": "15.3.0"},
},
{
"app_name": "ERPNext",
"current_version": version.parse(erpnext.__version__),
"required_versions": {"version-14": "14.64.0", "version-15": "15.15.0"},
},
]
Thank You!
pm23
April 3, 2024, 5:02am
3
@NCP I have this
and
psahadev@erp-dev-delhi:~$ bench --version
5.21.2
NCP
April 3, 2024, 5:11am
4
Hi @pm23 ,
You should update the erpnext because your erpnext version is compatible with India Compliance. again check the GitHub reference.
bench update
but first, take a backup and then try to update.
Thank You!
pm23
April 3, 2024, 5:39am
5
@NCP
What to do? Please give commands also for steps. Second 1 i would like to do.
NCP
April 3, 2024, 5:43am
6
Are there any changes added in core file of frappe and erpnext. if you want to the remove the all changes which added then apply the command.
bench update --reset
Thank You!
pm23
April 3, 2024, 9:05am
7
@NCP I got this
I have restart the bench and again refresh then also same
NCP
April 3, 2024, 9:07am
8
Hi @pm23 ,
Please apply it.
bench --site sitename set-maintenance-mode off
Thank You!
Abai
May 28, 2024, 6:56am
10
@NCP
Currently by frappe and erpnext versions are
ERPNext: v15.25.0 (version-15)
Frappe Framework: v15.28.0 (version-15)
what can i do with this?
NCP
May 28, 2024, 7:02am
11
for what?
If new issue then please create a new thread.
Abai
May 28, 2024, 7:38am
12
i cannot install india compliance in this version.
ERPNext: v15.25.0 (version-15)
Frappe Framework: v15.28.0 (version-15)
NCP
May 28, 2024, 7:47am
13
Same step, that I provided in your post.