ERROR IN INSTALLING ERP NEXT APP ! ERROR: Package 'erpnext' requires a different Python: 3.8.10

i am new user to erp next kindly help me how do i install this erp next into my zorin os 16
whenever i try “bench get-app erpnext GitHub - frappe/erpnext: Free and Open Source Enterprise Resource Planning (ERP)” i get error
ERROR: Package ‘erpnext’ requires a different Python: 3.8.10 not in ‘>=3.10’
ERROR:

kindly help me please
thanks in advance

What ERPNext Version are you installing and what Linux Distro are you installing on?

@flexy2ky : I am trying to install ERP next 14 in my Zorin OS 16.0

You need to add specific version of python as It’s looking for Python3.10 and default is *Python3.8. Also If you create new Bench with Python3.10 then you will not face this issue in future for other apps

bench init [bench_name] --frappe-path https://github.com/frappe/frappe --frappe-branch [branch_name] --python python3.10
1 Like