Sunday, October 28, 2018

RE: Can't install mysqlclient

I have never used Linux before but now I want to start using it as a developer,

What shall I do. Thank you

 

 

Sent from Mail for Windows 10

 

From: Swetank Subham Roy
Sent: Friday, October 26, 2018 2:55 PM
To: django-users@googlegroups.com
Subject: Re: Can't install mysqlclient

 

If you are on Linux(debian):

You should first install libmysqlclient-dev using command

 

$ sudo apt-get install libmysqlclient-dev

 

Then proceed with installing mysqlclient through pip...

 

For more information you can follow link: https://pypi.org/project/mysqlclient/

 

On Thu 25 Oct, 2018, 6:59 PM lemme smash, <paxapy@gmail.com> wrote:

you sure you have mysql server installed?
also, if you plan to start development, i recommend you to seriously think about learning linux. it's a way more fit developers needs

On Thursday, October 25, 2018 at 2:27:43 PM UTC+3, Rabil Abdullahi wrote:

 

I received error message while trying to download mysqlclient using---pip install mysqlclient. Please help me out.

Sent from Mail for Windows 10

 

--
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+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@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/9b0c0310-5d5e-4dab-be5d-3ebb6e185520%40googlegroups.com.
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+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@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/CADQ%3DdppoGa7gE5-jRHQOwxr26szhDyQB6HYf%2B%2BKcqQV_rQPcsQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

 

No comments:

Post a Comment