Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
1 Svar
2939 Visninger

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

Avatar
Kassér
Bedste svar

You need to use SUDO when you install:

sudo pip3 install phonenumbers


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


Avatar
Kassér
Related Posts Besvarelser Visninger Aktivitet
2
jun. 23
3794
1
okt. 24
4629
3
jun. 24
7804
0
feb. 16
3492
2
jul. 25
1314