django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb module.
Did you install mysqlclient?
$ pip install --only-binary :all: mysqlclient --user
ERROR: Could not find a version that satisfies the requirement mysqlclient (from versions: none)
ERROR: No matching distribution found for mysqlclient
I am trying to execute a Python web-based Django project in Android.
How to solve this error? How can I be able to install required mysqlclient in termux?
Source: View source