farcepest / MySQLdb1

MySQL database connector for Python (legacy version)
https://sourceforge.net/projects/mysql-python/
667 stars 318 forks source link

raise ImproperlyConfigured #155

Open f4i5i opened 3 years ago

f4i5i commented 3 years ago

raise ImproperlyConfigured('mysqlclient 1.4.0 or newer is required; you have %s.' % Database.version) django.core.exceptions.ImproperlyConfigured: mysqlclient 1.4.0 or newer is required; you have 0.10.1.

while i have installed the latest package of mysqlclient mysqlclient

tyzhnenko commented 3 years ago

@f4i5i you should go to mysqlclient-python repo. This project ins't maintained

Take a look this issue #151