Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
2 Odpowiedzi
2523 Widoki

I am trying to upgrade odoo 16 to enterprise edition. I install enterprise deb but then I cannot run odoo-bin script, because it exits with error:

pkg_resources.DistributionNotFound: The 'odoo==16.0.post20230315' distribution was not found and is required by the application.

Also when running python3 console I get:

>>> import odoo
Traceback (most recent call last):
File "", line 1, in
ModuleNotFoundError: No module named 'odoo'

Awatar
Odrzuć
Autor Najlepsza odpowiedź

Hi Bhavin, thanks for answering. I got:

# dpkg -l | grep odoo
ii odoo 16.0+e.20230331 all Open Source Apps To Grow Your Business



Awatar
Odrzuć
Najlepsza odpowiedź

It sounds like there may be an issue with the installation of the Enterprise edition of Odoo 16.

First, make sure that you have installed all the necessary dependencies for the Enterprise edition. You can refer to the official Odoo documentation for a list of required packages and installation instructions.

Next, check that the Odoo Enterprise package is installed correctly by running the following command:

dpkg -l | grep odoo

This should display a list of installed Odoo packages, including the Enterprise edition.

If the package is installed correctly, try restarting the Odoo service using the following command:

sudo systemctl restart odoo

If the issue persists, you may need to reinstall Odoo Enterprise or contact Odoo support for assistance.

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
2
cze 24
2098
1
lip 23
2521
1
maj 25
905
1
sie 24
1281
3
kwi 24
7072