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'