Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
3250 Представления

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.


Аватар
Отменить
Related Posts Ответы Просмотры Активность
2
июн. 23
3988
1
окт. 24
5817
3
июн. 24
8104
0
февр. 16
3708
3
авг. 25
3944