Se rendre au contenu
Menu
Cette question a été signalée
2 Réponses
7240 Vues

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', '')

Avatar
Ignorer
Meilleure réponse

Hello,

Can you try this:

python3.6 -m pip install cerberus
Avatar
Ignorer
Meilleure réponse

Check the __manifest__.py file of the application for external_dependencies 

You will probably need to install a python package called cerberus

Avatar
Ignorer
Publications associées Réponses Vues Activité
2
août 25
2501
3
févr. 25
3804
0
mai 24
46
1
avr. 24
3514
4
sept. 23
5056