I'm creating a new app
Inside my custom folder I have a .py file where i need to use mariadb package
I have installed using pip install mariadb
in my current directory Odoo\server
but when I'm trying to install my app I'm getting the error: No module named 'mariadb'
What else I need to configure? Thanks in advance