The mandatory database vendor MySQL/MariaDB is not supported by this python installation.

Use this forum for questions regarding installation, upgrading and configuration of OpenEMM

Moderator: moderator

shihabmi7
Posts: 1
Joined: Fri Jan 05, 2024 4:56 am

The mandatory database vendor MySQL/MariaDB is not supported by this python installation.

Post by shihabmi7 »

hello geeks,
I am new to installing Openemm in my ubuntu machine. I installed mariadb and it's running well. I understand the issue about the miss match of both python connector & mariadb version. About as new it's tuff. Any help is appricated.

Code: Select all

root@ubuntu-s-1vcpu-1gb-sgp1-01:/home/openemm/bin# ./OMT.sh
Checking python installation ...
Python version found: 3.10.12 (/usr/bin/python3)
Checking Zip installation ...
Zip version 3.0 found
Starting python ...
The mandatory database vendor MySQL/MariaDB is not supported by this python installation.
Please install mandatory driver manually
Maria DB Status

Code: Select all

root@ubuntu-s-1vcpu-1gb-sgp1-01:/home/openemm/bin# sudo systemctl status mariadb
● mariadb.service - MariaDB 10.6.12 database server
     Loaded: loaded (/lib/systemd/system/mariadb.service; enabled; vendor preset: enabled)
     Active: active (running) since Wed 2024-01-10 10:28:42 UTC; 1h 21min ago
       Docs: man:mariadbd(8)
maschoff
Site Admin
Posts: 2608
Joined: Thu Aug 03, 2006 10:20 am
Location: Munich, Germany
Contact:

Re: The mandatory database vendor MySQL/MariaDB is not supported by this python installation.

Post by maschoff »

Sorry, OpenEMM does not officially support Ubuntu, because our resources are limited.

Maybe

# python3 -m pip install mariadb==1.0.11

instead of

# python3 -m pip install mariadb

will help (see Install & Admin Guide 23.04, page 19)?
OpenEMM Maintainer
Post Reply