Page 1 of 1

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

Posted: Mon Dec 02, 2024 6:02 pm
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?

Re: Runtime 24.10.000.036 fails with "MySQL/MariaDB is not supported" (Maria 10.11.7 and Python3.11)

Posted: Mon Dec 29, 2025 4:46 pm
by Miguel ath
This looks more like a packaging or installer issue than MariaDB itself, since 10.11 is supported. Have you tried explicitly installing the mariadb driver with python3.11 -m pip and checking which python binary the installer actually calls?