Feb-22-2025, 06:58 PM
Good-morning,
When run a script to test connectivity with the local MariaDB instance I receive the following error:
'ImportError: MariaDB Connector/Python was build with MariaDB Connector/C 3.3.12, while the loaded MariaDB Connector/C library has version 3.3.10.'
Background, recently deployed Ubuntu 24.04.05 LTS server with DirectAdmin installed. Python 3.10.12, MariaDB Ver 15.1 Distrib 10.6.20-MariaDB.
Installed the Python connector using : pip install mariadb
What should I be downgrading / upgrading in this instance?
Thank you.
When run a script to test connectivity with the local MariaDB instance I receive the following error:
'ImportError: MariaDB Connector/Python was build with MariaDB Connector/C 3.3.12, while the loaded MariaDB Connector/C library has version 3.3.10.'
Background, recently deployed Ubuntu 24.04.05 LTS server with DirectAdmin installed. Python 3.10.12, MariaDB Ver 15.1 Distrib 10.6.20-MariaDB.
Installed the Python connector using : pip install mariadb
What should I be downgrading / upgrading in this instance?
Thank you.