I am trying to repurpose an old Pi Zero to log to a Mariadb database, but I cannot get the Python connector to install. The command line for the install attempt and part of the error message followed.
sudo ./mariadb_repo_setup --mariadb-server-version="mariadb-10.6"
# [error] The MariaDB Repository only supports x86_64 and aarch64 (detected armv6l).
Obviously that package is not going to cut it. Can anyone recommend a connector that will work on a Pi Zero with Python 3.12.3?
sudo ./mariadb_repo_setup --mariadb-server-version="mariadb-10.6"
# [error] The MariaDB Repository only supports x86_64 and aarch64 (detected armv6l).
Obviously that package is not going to cut it. Can anyone recommend a connector that will work on a Pi Zero with Python 3.12.3?
Statistics: Posted by CrankyOldBastard — Fri Jun 28, 2024 11:58 am