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

Hi, 

I'm trying to install the python library Webp on Odoo sh v13. I deployed an app to transform image into WebP but the logs reported that the webp library is not installed. In my dev branch > app webp I went to the shell and write the command "pip3 install webp" and rebuild my app but same error. Can someone please help on how to install a library in Odoo sh V13? Thank you! 

아바타
취소
베스트 답변

Hello,


Try this:

For python3.6

sudo python3.6 -m pip install webp


For python3

sudo python3 -m pip install webp


아바타
취소
작성자 베스트 답변

Thanks for your reply Haresh! It seems that I cannot SUDO in Odoo sh v13. Do you have any suggestions on how to proceed? thanks again  

아바타
취소
작성자

Added a requirements.txt in the root directory and incremented the version in manifest.py. Worked this way

관련 게시물 답글 화면 활동
2
9월 21
5390
6
8월 18
18160
1
3월 15
26325
0
3월 25
1435
4
4월 24
174319