Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
2 Відповіді
7251 Переглядів

Hi,

When trying to install "Base Rest" application (Odoo 13) , I got this error even "cerberus" is Successfully installed .
 
DistributionNotFound: The 'cerberus' distribution was not found and is required by the application
103 16063 WARNING my_project odoo.http: ('Impossible d\'installer le module "base_rest" à cause d\'une dépendance externe non trouvée : Python library not installed: cerberus', '')

Аватар
Відмінити
Найкраща відповідь

Hello,

Can you try this:

python3.6 -m pip install cerberus
Аватар
Відмінити
Найкраща відповідь

Check the __manifest__.py file of the application for external_dependencies 

You will probably need to install a python package called cerberus

Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
2
серп. 25
2507
3
лют. 25
3810
0
трав. 24
46
1
квіт. 24
3516
4
вер. 23
5059