Discussion:
mysql client error
highnes joseph
2018-10-13 11:00:24 UTC
Permalink
how to fix pip install mysqlclient error?
--
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+***@googlegroups.com.
To post to this group, send email to django-***@googlegroups.com.
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/233b7426-cd70-45c2-bbb2-fd9cc367cf60%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Joel
2018-10-13 13:36:34 UTC
Permalink
What exactly is the error?
Post by highnes joseph
how to fix pip install mysqlclient error?
--
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
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/233b7426-cd70-45c2-bbb2-fd9cc367cf60%40googlegroups.com
<https://groups.google.com/d/msgid/django-users/233b7426-cd70-45c2-bbb2-fd9cc367cf60%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 django-users+***@googlegroups.com.
To post to this group, send email to django-***@googlegroups.com.
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/CAA%3Diw_95pbrpOqOtDHNax1ym%2BxahJcxf%3Djyp%3DFokH9A6pKv8dw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
msembijoseph4
2018-10-15 09:48:28 UTC
Permalink
Try this ;
pip install --only-binary :all: mysqlclient
Post by highnes joseph
how to fix pip install mysqlclient error?
--
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+***@googlegroups.com.
To post to this group, send email to django-***@googlegroups.com.
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/fc541420-85f3-4514-91d7-e8dc826ce5ad%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
omar mustafa
2018-11-17 18:13:51 UTC
Permalink
Thanks, msembijoseph4, you saved my time.
Post by msembijoseph4
Try this ;
pip install --only-binary :all: mysqlclient
Post by highnes joseph
how to fix pip install mysqlclient error?
--
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+***@googlegroups.com.
To post to this group, send email to django-***@googlegroups.com.
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/d2f2bc59-1a28-465f-93e5-06114db24f46%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
JAGADESH M
2018-11-19 02:42:14 UTC
Permalink
install mysqlclient type this command -------> pip install mysqlclient.
if the above command any error try with the given attached file.

*pip install filename*
Post by omar mustafa
Thanks, msembijoseph4, you saved my time.
Post by msembijoseph4
Try this ;
pip install --only-binary :all: mysqlclient
Post by highnes joseph
how to fix pip install mysqlclient error?
--
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
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/d2f2bc59-1a28-465f-93e5-06114db24f46%40googlegroups.com
<https://groups.google.com/d/msgid/django-users/d2f2bc59-1a28-465f-93e5-06114db24f46%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 django-users+***@googlegroups.com.
To post to this group, send email to django-***@googlegroups.com.
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/CAD66v%3DFp5YqCZia2M6CWxjP%2BtqpDfESPtdmJ%3D%3DNk%3DW%3D-Et5zbA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
Loading...