Re: mysqlclient for django

2020-03-02 Thread hajar Benjat
C:\Users\lenovo ideapad\Desktop\django-chartit\django-project\my_chartit>pip install mysqlclient Collecting mysqlclient Using cached mysqlclient-1.4.6.tar.gz (85 kB) Installing collected packages: mysqlclient Running setup.py install for mysqlclient ... error ERROR: Command errored out wi

Re: mysqlclient for django

2020-03-02 Thread hajar Benjat
I already use this and it give me error message On Mon, Mar 2, 2020, 2:03 PM shedd tutt wrote: > Use pip install mysqlclient > > -- > 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

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 downloa

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 Bui

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 beca

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 Installe

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 dja

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 ve

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

Re: mysqlclient

2019-03-22 Thread hunar techie
cpanel terminal doesnt support whl On Fri, Mar 22, 2019 at 6:56 PM ANIL UMARANE wrote: > Download MySQL client who > Pip install whl > > > On Fri, Mar 22, 2019, 9:23 PM hunar techie > wrote: > >> hi there >> when i try to pip install mysqlclient through my cpanel i get this error >> >> [ima

Re: mysqlclient

2019-03-22 Thread ANIL UMARANE
Download MySQL client who Pip install whl On Fri, Mar 22, 2019, 9:23 PM hunar techie wrote: > hi there > when i try to pip install mysqlclient through my cpanel i get this error > > [image: er.PNG] > thanks > > -- > You received this message because you are subscribed to the Google Groups >

Re: mysqlclient is already installed but it will give an error,please help

2018-09-09 Thread Deepak Kumar jha
Thanks buddy On Wed, Sep 5, 2018 at 10:10 PM Everett White wrote: > Hey yay > > -- > 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 django-users+unsubscr.

Re: mysqlclient is already installed but it will give an error,please help

2018-09-05 Thread Everett White
Hey yay -- 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 django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroup

Re: mysqlclient is already installed but it will give an error,please help

2018-09-05 Thread Gagan Kalia
With Anaconda distribution, use conda install command rather than using pip. On Wed 5 Sep, 2018, 7:23 PM Deepak Kumar jha, wrote: > Yes, i am using mysqlclient 1.3.13 > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from

Re: mysqlclient is already installed but it will give an error,please help

2018-09-05 Thread Vivek Jha
Use postgres instead of MySql On Wed 5 Sep, 2018, 8:58 AM Deepak Kumar jha, wrote: > deepak@deepak-HP-Pavilion-x360-Convertible:~/Desktop/mini_project/tutor$ > python manage.py runserver > Unhandled exception in thread started by check_errors..wrapper at 0x7f1f1d2e5b70> > Traceback (most recent

Re: mysqlclient is already installed but it will give an error,please help

2018-09-05 Thread Deepak Kumar jha
Yes, i am using 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 django-users+unsubscr...@googlegroups.com. To post to this group, send email t

Re: mysqlclient is already installed but it will give an error,please help

2018-09-05 Thread Jason
what version mysqlclient are you using? according to the docs, you need 1.3.7 or higher -- 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 django-users+unsubscr..