Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 270 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 270 Bytes

Flask-and-Mysql

How to fix Mysql problem in linux

sudo apt install libmysqlclient-dev   
sudo apt install libmariadb-dev-compat
sudo apt install libmariadbclient-dev 

pip3 install wheel
sudo apt-get install build-essential libssl-dev libffi-dev python3-dev