Open int-y1 opened 10 months ago
I needed to run sudo apt install pkg-config before I can run pip3 install mysqlclient successfully. Add this command to the docs somewhere.
sudo apt install pkg-config
pip3 install mysqlclient
https://stackoverflow.com/a/76794502
Thought pkgconf is recommended over pkg-config these days?
pkgconf
pkg-config
I needed to run
sudo apt install pkg-config
before I can runpip3 install mysqlclient
successfully. Add this command to the docs somewhere.https://stackoverflow.com/a/76794502