InstallScript icon indicating copy to clipboard operation
InstallScript copied to clipboard

Odoo 16 Installscript on Ubuntu 22.04.1 minimal install

Open tackephap opened this issue 2 years ago • 4 comments

Found out that pip3 and libpng was not install on ubuntu 22.04.1 from the minimal server installation. odoo postgreSQL database was not created. run this install prior run the Odoo InstallScript: sudo apt install -y libpng-dev python3-pip

tackephap avatar Oct 17 '22 08:10 tackephap

other issue, not yet solved. Ubuntu 22.04 come with Python 3.10.6 which is not supported by some module Ignoring freezegun: markers 'python_version < "3.8"' don't match your environment Ignoring gevent: markers 'python_version == "3.7"' don't match your environment Ignoring gevent: markers 'python_version > "3.7" and python_version <= "3.9"' don't match your environment Ignoring greenlet: markers 'python_version == "3.7"' don't match your environment Ignoring greenlet: markers 'python_version > "3.7" and python_version <= "3.9"' don't match your environment Ignoring ofxparse: markers 'python_version <= "3.9"' don't match your environment Ignoring psycopg2: markers 'sys_platform != "win32" and python_version < "3.8"' don't match your environment Ignoring pypiwin32: markers 'sys_platform == "win32"' don't match your environment Ignoring Werkzeug: markers 'python_version <= "3.9"' don't match your environment Ignoring xlrd: markers 'python_version < "3.8"' don't match your environment

tackephap avatar Oct 17 '22 08:10 tackephap

Working on it :) See https://github.com/Yenthe666/InstallScript/commit/8e82992ca70be7f61026ceedc649f26d9ead6c69 & https://github.com/Yenthe666/InstallScript/commit/30b0490c3a643eafe69d2299f4367fec573697c0

Yenthe666 avatar Oct 17 '22 09:10 Yenthe666

Also https://github.com/odoo/odoo/pull/103277

Yenthe666 avatar Oct 17 '22 10:10 Yenthe666

& some perf gains on the postgreSQL with https://github.com/Yenthe666/InstallScript/commit/e31ee3483534424db71ea37c6979c97d33535fee

Yenthe666 avatar Oct 17 '22 10:10 Yenthe666