Hi everyone, I installed version 17 but I'm having problems starting the service.
I already checked and I have Python 3.10 installed.
Feb 05 15:15:46 Odoo- systemd[1]: Started Odoo17.
Feb 05 15:15:46 Odoo- odoo-bin[1112]: Traceback (most recent call last):
Feb 05 15:15:46 Odoo- odoo-bin[1112]: File "/opt/odoo17/odoo-bin", line 5, in
Feb 05 15:15:46 Odoo- odoo-bin[1112]: import odoo
Feb 05 15:15:46 Odoo- odoo-bin[1112]: File "/opt/odoo17/odoo/__init__.py", line 19, in
Feb 05 15:15:46 Odoo-a odoo-bin[1112]: assert sys.version_info > (3, 10), "Outdated python version detected, Odoo requires Python >= 3.10 to run."
Feb 05 15:15:46 Odoo- odoo-bin[1112]: AssertionError: Outdated python version detected, Odoo requires Python >= 3.10 to run.
Feb 05 15:15:46 Odoo- systemd[1]: odoo17.service: Main process exited, code=exited, status=1/FAILURE
Feb 05 15:15:46 Odoo- systemd[1]: odoo17.service: Failed with result 'exit-code'.
@Odoo:~$ python3.10 --version
Python 3.10.13