跳至内容
菜单
此问题已终结
2 回复
7254 查看

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

形象
丢弃
相关帖文 回复 查看 活动
2
8月 25
2508
3
2月 25
3814
0
5月 24
46
1
4月 24
3516
4
9月 23
5061