【SuperSet】添加MySQL数据库报错

环境:Linux Ubuntu Python3.6,添加MySQL数据库时报错:

ImportError: No module named 'MySQLdb'

解决办法:

pip install mysqlclient