Posts by Taciano Morais Silva • 101 points
1 post
-
0
votes2
answers707
viewsA: Mysql to Python 3 connector
I had a similar problem, after a lot of research I saw that I needed to install the dependencies in the system: sudo apt-get install python3.7-dev sudo apt-get install default-libmysqlclient-dev I…