[Django]-Connection error between two devices: ImportError: libmariadb.so.3: cannot open shared object file: No such file or directory

3👍

Try to install libmariadbclient-dev:

sudo apt install libmariadbclient-dev

0👍

limbariadbclient-dev does not exist to my mind. I had the same problem and

sudo apt-get install -y libmariadb-dev worked.

Leave a comment