Unable to load QMYSQL Driver on PySide2
问题 How can i install and load the Qmysql driver using Pyside2 (pip) with python3.8? I've already tried to download git:qtbase and compiled the driver from there but I had any luck. 回答1: This answer covers not only the installation for Linux but for the other OS, besides that it also applies for pyqt5 The binaries used by Qt are the same ones used by PyQt5/PySide2 since they use the same base code so you will have to compile the plugins. In this case, to compile the mysql plugin you must follow