Runtime 24.10.000.036 fails with "MySQL/MariaDB is not supported" (Maria 10.11.7 and Python311)

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

Moderator: moderator

JuergenB
Posts: 152
Joined: Thu Dec 05, 2019 9:03 pm

Runtime 24.10.000.036 fails with "MySQL/MariaDB is not supported" (Maria 10.11.7 and Python311)

Post by JuergenB »

So,

after the new runtime has been release, Agnitas recommend the new mariaDB version 10.11.7.
With this release Agnitas recommends Python3.11

But with these recommendations, the installaer fails and claims that MariDB is not supported.

Code: Select all

The mandatory database vendor MySQL/MariaDB is not supported by this python installation.
Please install mandatory driver manually
phyton3 is replaced by phyton 3.11 and Agnitas recommend to install with

Code: Select all

python3 -m pip install mariadb==1.0.11 
But python3 has been replaces.

Can you fix the runtime?