Django: "pip install mysqlclient" Failure Solution ---
Steps : go to below link
https://www.lfd.uci.edu/~gohlke/pythonlibs/#mysqlclient
Steps : Download appropriate .whl file for mysqlclient as per ut python version.Steps : Open command prompt and go to directory where your file is downloaded
Steps : Now run below command
pip install <.whl file name>
Your mysqlclient will successfully install after following above mentioned steps...
Post a Comment