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

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
5306
6
8月 18
18085
1
3月 15
26211
0
3月 25
1317
4
4月 24
174167