Runtime 24.10.000.036 fails with "MySQL/MariaDB is not supported" (Maria 10.11.7 and Python311)
Posted: Mon Dec 02, 2024 6:02 pm
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.
phyton3 is replaced by phyton 3.11 and Agnitas recommend to install with
But python3 has been replaces.
Can you fix the runtime?
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
Code: Select all
python3 -m pip install mariadb==1.0.11
Can you fix the runtime?