Hello, I have been trying to install
"pos_retail
module in odoo15CE but
I can't install and get the erro :
Unable to install module "pos_retail" because an external dependency is not met: Python library not installed: netifaces I have used sudo pip install netifaces and sudo pip3 install netifaces It already exists Requirement already satisfied: netifaces in /usr/lib/python3/dist-packages (0.10.4) but i stilli can't install
You need to check if you have multiple python versions installed and which one you are using to run Odoo and then install on that one?
Also if you are using python virtual environment to run Odoo you need to install the library in virtual environment.