Se rendre au contenu
Menu
Cette question a été signalée
2 Réponses
3714 Vues

Setting up odoo (17.0+e.20231209) ...

File "/usr/lib/python3/dist-packages/odoo/addons/base_automation/models/ir_actions_server.py", line 42

match action.state:

^

SyntaxError: invalid syntax


File "/usr/lib/python3/dist-packages/odoo/addons/mail/tools/jwt.py", line 58

match algorithm:

^

SyntaxError: invalid syntax

Avatar
Ignorer
Meilleure réponse

Hi,
Please go through our blog to know about how to install odoo 17

How to Install Odoo 17 on Ubuntu 20.04 LTS Server

Hope it helps

Avatar
Ignorer
Meilleure réponse

Odoo 17 requires Python 3.10.

From https://www.odoo.com/documentation/17.0/administration/install/source.html#python

Avatar
Ignorer