Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 1579

Python • Re: Error installing mariadb

$
0
0
Looks like pip install mariadb fails on Bookworm Lite (in a venv) as "Python.h" is missing. It is present on a desktop install.
We can workaround that by

Code:

sudo apt install python-dev-is-python3
Then pip install mariadb works OK.

Statistics: Posted by neilgl — Sun Aug 31, 2025 3:02 pm



Viewing all articles
Browse latest Browse all 1579

Trending Articles