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?