1. 程式人生 > >peewee.ImproperlyConfigured: MySQL driver not installed!

peewee.ImproperlyConfigured: MySQL driver not installed!

在新的環境做部署的專案中使用了peewee,執行後報錯

peewee.ImproperlyConfigured: MySQL driver not installed!

peewee自己竟然不去安裝驅動,那就自己安裝

解決

pip install pymysql

參考:
https://github.com/coleifer/peewee/issues/1569