i have installed in odoo 17 as well odoo 16 in both instances on Ubuntu 22.04 LTS version Hospital Management Odoo community edition , I got the error message: Unable to install module "base_hospital_management" because an external dependency is not met: Python library not installed: python-barcode.
I have installed python barcode via command line, updated the apps directory and also restarted odoo 17 and also doing the same process with odoo 16. Got the error message also.
I have now installed Python package manager for Odoo 17 to install Packages and there i got the information Defaulting to user installation because normal site-packages is not writeable Requirement already satisfied: python-barcode in /usr/local/lib/python3.10/dist-packages (0.15.1)
Is there any idea?