コンテンツへスキップ
メニュー
この質問にフラグが付けられました
2 返信
7249 ビュー

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
2507
3
2月 25
3808
0
5月 24
46
1
4月 24
3515
4
9月 23
5058