Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
2922 Visualizzazioni

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
Abbandona
Risposta migliore

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
Abbandona
Post correlati Risposte Visualizzazioni Attività
2
giu 23
3791
1
ott 24
4612
3
giu 24
7799
0
feb 16
3482
3
lug 25
270798