Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
2 Ответы
7238 Представления

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
2501
3
февр. 25
3804
0
мая 24
46
1
апр. 24
3514
4
сент. 23
5056