I’d like to use the mariadb package in Python on my Manjaro machine. For this I run pip install mariadb
and it fails with ERROR: Failed building wheel for mariadb
.
When I search about this I find a wild diversity of requirements ranging from gcc
to libmysqlclient-dev
. I have tried many of the packages but none ever made a difference.
I found the mariadb-connector-c
but it also fails to install, this time something about MA_REMOTE_FILE
calloc size. And I tried python-mariadb-connector
but it is broken at the moment anyway I see in the AUR.
My question is, is anyone using Python and Mariadb on Manjaro?