콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
2 답글
7234 화면

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