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

This is the presented error:

"Unable to install module "whatsapp" because an external dependency is not met: Python library not installed: phonenumbers"


I did everything in the odoo, from pip3 install phonenumbers to checking if python in the environment to testing inside the server a code of python.

all of them worked except trying to install the whatsapp module and it would result in the same issue.


in addition I tried to reboot the server and run it again, still nothing changed

頭像
捨棄
最佳答案

You need to use SUDO when you install:

sudo pip3 install phonenumbers


Doing this, then restarting Odoo, allows you to install the WhatsApp module.


頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
2
6月 23
4126
1
10月 24
6467
3
6月 24
8272
0
2月 16
3792
1
9月 25
287