跳至内容
菜单
此问题已终结
1 回复
3249 查看

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
3988
1
10月 24
5810
3
6月 24
8104
0
2月 16
3708
3
8月 25
3941