Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
2 Odpovědi
3608 Zobrazení

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
Zrušit
Nejlepší odpověď

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
Zrušit
Nejlepší odpověď

Odoo 17 requires Python 3.10.

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

Avatar
Zrušit