Django - installing mysqlclient error: mysqlclient 1.3.13 or newer is required; you have 0.9.3
问题 I've trawled the forums but cannot find an answer or even any documentation on this. On running the command: python manage.py inspectdb I get the error: mysqlclient 1.3.13 or newer is required; you have 0.9.3 I have tried all the suggested fixes including: -upgrading pip -installing a different wheel (32 bit instead of 64), namely mysqlclient-1.4.2-cp37-cp37m-win32.whl with the command pip install mysqlclient-1.4.2-cp37-cp37m-win32.whl (this works fine without an error but doesn't do the job