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

mysqlclient for django

2020-03-02 Thread shedd tutt
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 it, send an email to django-users+unsubscr...@googlegroups.com. To view this discussion on the web visit

mysqlclient for django

2020-03-02 Thread hajar Benjat
hello everyone ! hope you are fine ! I want to connect my database with django to do some reports on this data ( that's like business intelligence ) I have problems to install mysqlclient in my windows , can you advice me guys which command I should try ? also I want to ask if someone have alr