Re: mysqlclient installation error

2019-06-12 Thread Emmanuel Simeon
Links to resources I used to help me get MySQL working on Django Visual Studio Build Tools Installer - Link MySQL DB and Connectors Web Installer - Link (I

Re: mysqlclient installation error

2019-06-11 Thread Raja Sekar Sampath
Hi Emmanuel Simeon, It would be great if you share the download link to Visual Build Tools and MySQL C++ Connector On Tue, 11 Jun 2019 at 21:36, Emmanuel Simeon wrote: > Had same issue setting up my current Project, > > But my workaround after so much effort was this: > > 1. Install Visual

Re: mysqlclient installation error

2019-06-11 Thread Tarandeep Singh
How u have done it On Tue, 11 Jun 2019, 21:25 James Farris, wrote: > I have Django 2.2.x running with mysqlclient successfully > > mysql-connector-python==8.0.15 > mysqlclient==1.3.13 > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To

Re: mysqlclient installation error

2019-06-11 Thread Karan Mittal
the method of James works perfectly. I have been using the same with my Django project. On Tue, Jun 11, 2019 at 9:25 PM James Farris wrote: > I have Django 2.2.x running with mysqlclient successfully > > mysql-connector-python==8.0.15 > mysqlclient==1.3.13 > > -- > You received this message

Re: mysqlclient installation error

2019-06-11 Thread Emmanuel Simeon
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

Re: mysqlclient installation error

2019-06-11 Thread James Farris
I have Django 2.2.x running with mysqlclient successfully mysql-connector-python==8.0.15 mysqlclient==1.3.13 -- 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

Re: mysqlclient installation error

2019-06-11 Thread Raja Sekar Sampath
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

Re: mysqlclient installation error

2019-06-11 Thread Desh Deepak
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, wrote: > Hi Guys, > > While installing mysqlclient using

mysqlclient installation error

2019-06-11 Thread Raja Sekar Sampath
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