Closed zdhoward closed 4 years ago
Just started playing around with this and noticed that you also need to have libmysqlclient-dev installed to run your pip requirements.
sudo apt install mysql-server should be: sudo apt install mysql-server libmysqlclient-dev
Thank you for pointing this out. This was fixed in dc55227
Just started playing around with this and noticed that you also need to have libmysqlclient-dev installed to run your pip requirements.
sudo apt install mysql-server should be: sudo apt install mysql-server libmysqlclient-dev