Python3 flask_restful ImportError:No module named 'MySQLdb'

解决:
pip install mysqlclient

猜你喜欢

转载自blog.csdn.net/crazy_zh/article/details/80489816