当我在 Django 中启动我的服务器并尝试将 MySql 与它连接时。出现此错误:/如何解决
raise ImproperlyConfigured('mysqlclient 1.3.13 or newer is required; you have %s.' % Database.__version__)
django.core.exceptions.ImproperlyConfigured: mysqlclient 1.3.13 or newer is required; you have 0.9.3.
我的 python 版本是 3.7.3,Django 版本是 2.2.1。请指导我。我在 YouTube 上看过视频,但仍然没有帮助。
提前致谢