Had same issue setting up my current Project, But my workaround after so much effort was this:
1. Install Visual Build Tools 2. Install the Required MySQL C++ Connector (Better still download MySQL Setup with Workbench and install not Xampp or Wamp) 3. Uninstall Python and use the Web Installer to Install Python 3 again, Those are essentially the steps i took to get my working. On Tue, Jun 11, 2019 at 4:42 PM Raja Sekar Sampath <[email protected]> wrote: > Hi Deepak, > > Thanks for reply., > > Is there any alternative for that ? > > I didn't want to downgrade the django > > On Tuesday, 11 June 2019 21:02:23 UTC+5:30, Desh Deepak wrote: >> >> Hi, >> MySQL client is not available for Django 2.2 and newer version. >> You can uninstall 2.2 and download older Django version 2.0 for the >> database connection. >> >> >> Thanks >> Desh Deepak >> +917011101001 >> >> On Tue, 11 Jun 2019, 19:37 Raja Sekar Sampath, <[email protected]> wrote: >> >>> Hi Guys, >>> >>> While installing mysqlclient using pip, getting this error >>> >>> VS C++ Build tool was installed in system and updated the setup tools, >>> still getting this issue.. >>> Any solution for this ? >>> >>> My Environment : >>> >>> OS : Windows 10 >>> Python : 3.7 >>> Django : 2.2 >>> DB : MariaDB 10.2 >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Django users" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> To post to this group, send email to [email protected]. >>> Visit this group at https://groups.google.com/group/django-users. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/django-users/19576386-dd91-4e29-9fce-762a60461368%40googlegroups.com >>> <https://groups.google.com/d/msgid/django-users/19576386-dd91-4e29-9fce-762a60461368%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> For more options, visit https://groups.google.com/d/optout. >>> >> -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/6c3132c0-8427-4a6a-b36c-acb10875b567%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/6c3132c0-8427-4a6a-b36c-acb10875b567%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- |Simeon Emmanuel | |Google Student Alumni, Sub Saharan Africa | |Federal University of Technology, Minna.| |Cyber Security Science Department| |[email protected] | |+234 (0) 8058220157| -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAAEK5eXDJy_4BN%3DqobkxT2AoJn3O1LfGST1%3DUxS2LkN62iVgFw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

