https://howtoraspberrypi.com/mariadb-ra ... pberry-pi/
and I am trying to connect to it from within Python following information here
https://mariadb.com/resources/blog/how- ... ms-mariadb
but it fails at the import statement
Code: Select all
>>> import mysql.connector as mariadb
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named mysql.connector
>>>