Hello.
I had try to install Odoo 17 using "Packaged installers", looks like I install all the necesary packages, but once I run:
apt-get install odoo -y
+/- 97% I got this 2 errors:
Line 44
match action.state:
SyntaxError: invalid syntax
Line 58
match algorithm:
SyntaxError: invalid syntax
Could some one give some light here? I say looks like I install all the packages.
Odoo 17 under Ubuntu Jammy Jelly Fish 20.04.6LTS, thanks.
NOTE: I remove part of the error because odoo forum won't allow me to put the whole description.
Hi.
This was the libraries missing, now is working.
apt-get install libxml2-dev libxslt1-dev libsasl2-dev libldap2-dev libssl-dev libffi-dev libjpeg-dev libpq-dev
Thanks.
Is hard to answer u guys, the forum becasue of my KARMA stuff cannot reply to your post and appreciated your help.
I finally fix the issue, your post Cybrosys help with some libraries missing on this Odoo version.
It works on Debian 12 and Ubuntu 22, thanks all!!!