Skip to Content
Menu
This question has been flagged
2 Replies
1693 Views

Installing the latest Mollie Payments addon and we have all python dependencies installed however when trying to install via the addons screen on Odoo we get this error:-


Unable to install module "payment_mollie_official" because an external dependency is not met: Python library not installed: mollie-api-python


In light of the above it seems we have all these install as per below from the command line.


 pip3 install mollie-api-python
WARNING: Running pip install with root privileges is generally not a good idea. Try `pip3 install --user` instead.
Requirement already satisfied: mollie-api-python in /usr/local/lib/python3.6/site-packages
Requirement already satisfied: requests in /usr/local/lib/python3.6/site-packages (from mollie-api-python)
Requirement already satisfied: requests_oauthlib in /usr/local/lib/python3.6/site-packages (from mollie-api-python)
Requirement already satisfied: chardet<4,>=3.0.2 in /usr/local/lib/python3.6/site-packages (from requests->mollie-api-python)
Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.6/site-packages (from requests->mollie-api-python)
Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.6/site-packages (from requests->mollie-api-python)
Requirement already satisfied: idna<3,>=2.5 in /usr/local/lib/python3.6/site-packages (from requests->mollie-api-python)
Requirement already satisfied: oauthlib>=3.0.0 in /usr/local/lib/python3.6/site-packages (from requests_oauthlib->mollie-api-python)
[root@localhost payment_mollie_official]# pip install requests_oauthlib


If someone has any guidance it would be apprecaited.

Avatar
Discard
Best Answer

I got the same problem too. If you got the solving, appreciate for sharing :)

Avatar
Discard
Best Answer

Hi Ben: You may want to get in touch with the author of the addon.

Avatar
Discard