Hello,
I am trying to install a module on Odoo.sh but am getting an error:
Python library not installed: mollie-api-python
I installed the library using 'pip install mollie-api-python.'
Then I update the list of modules and still get the error.
When I run 'pip list' I can see that the library is installed, yet the system does not recognize the library.
Does anyone know what could go wrong here?