跳至內容
選單
此問題已被標幟
2 回覆
7231 瀏覽次數

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
2497
3
2月 25
3803
0
5月 24
46
1
4月 24
3514
4
9月 23
5055