We were running odoo 9 under ubuntu 16.04 with no problem. We decided to move recently to ubuntu 18.04 but when installing odoo 9 under such ubuntu version We are running into lots of trouble. Reason behind seems to be that python version for ubuntu 18.04 is different that the one of ubuntu 16.04 and thus some packages (namely python-imaging, python-pybabel and python-pypdf) seem to be missing. Possible solutions I come up with (maybe stupid ones, feel free to point it out since I am not an expert on this matters):
- Get somewhere, somehow the python-imaging, python-pybabel and python-pypdf for version 18.04. (If this makes sense:where and how please)
- Have odoo some how use an older python version while the rest of the system uses the newest (Possible? if so,how could be achieved?)
- Uninstall current python version and install the one of 16.04 (Makes sense or is this a nightmare due to dependencies? If so, how to accomplish it?)
Restrictions: Maintaining version 9 for odoo is a must in our company, answer should not be too cryptic since I am neither a python nor ubuntu expert.
Thanks in advance for your help!