Re: problems with mysql client

2019-07-10 Thread ANIL UMARANE
install mysqlclient wheel file

Regards..
Anil.K
Mob:9019094199


On Thu, Jul 11, 2019 at 6:31 AM Sidy Ababacar Dieye <
sidyababacar.di...@uadb.edu.sn> wrote:

> Did you have any solutions for this now
>
> Le samedi 11 mai 2019 15:16:10 UTC, Rob W a écrit :
>>
>> for my django project, we are using mysql.
>>
>> no matter how i try to install it, python-mysqldb, or just pip install
>> mysqlclient, it fails.
>>
>> i've installed mysqlconnector, i've tried everything.
>>
>> any suggestions ?
>>
>>
>> Collecting mysqlclient
>>
>>   Downloading
>> https://files.pythonhosted.org/packages/f4/f1/3bb6f64ca7a429729413e6556b7ba5976df06019a5245a43d36032f1061e/mysqlclient-1.4.2.post1.tar.gz
>> (85kB)
>>
>>  || 92kB 1.3MB/s
>>
>> ERROR: Complete output from command python setup.py egg_info:
>>
>> ERROR: /bin/sh: mysql_config: command not found
>>
>> Traceback (most recent call last):
>>
>>   File "", line 1, in 
>>
>>   File "/private/tmp/pip-install-suhqq3eh/mysqlclient/setup.py",
>> line 16, in 
>>
>> metadata, options = get_config()
>>
>>   File
>> "/private/tmp/pip-install-suhqq3eh/mysqlclient/setup_posix.py", line 51, in
>> get_config
>>
>> libs = mysql_config("libs")
>>
>>   File
>> "/private/tmp/pip-install-suhqq3eh/mysqlclient/setup_posix.py", line 29, in
>> mysql_config
>>
>> raise EnvironmentError("%s not found" % (_mysql_config_path,))
>>
>> OSError: mysql_config not found
>>
>> 
>>
>> ERROR: Command "python setup.py egg_info" failed with error code 1 in
>> /private/tmp/pip-install-suhqq3eh/mysqlclient/
>>
>
>
> --
>
> Ce mail est à l’attention exclusive des destinataires désignés. Il peut
> contenir des informations confidentielles.
>
> Si vous le recevez par erreur, merci de le détruire et d’en informer sans
> délais l’expéditeur.
>
> Le contenu de ce mail ne pourrait engager la responsabilité de
> l’Université Alioune DIOP de Bambey que s’il a été émis par une personne d
> ûment habilitée, agissant dans le cadre strict des fonctions auxquelles
> elle est employée et à des fins non étrangères à ses attributions.
>
> Toute diffusion, copie, publication partielle ou totale, ou toute autre
> utilisation est interdite, sauf autorisation.
>
>
> --
> 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@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/1382f045-4e66-4c19-9b1a-8572847f6d92%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+unsubscr...@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/CAKfwX9wMrThAxeKMFvHPeuySBBqnaBEAsaPpn2-f8nuk_exZjQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: problems with mysql client

2019-07-10 Thread Sidy Ababacar Dieye
Did you have any solutions for this now

Le samedi 11 mai 2019 15:16:10 UTC, Rob W a écrit :
>
> for my django project, we are using mysql.
>
> no matter how i try to install it, python-mysqldb, or just pip install 
> mysqlclient, it fails.
>
> i've installed mysqlconnector, i've tried everything. 
>
> any suggestions ?
>
>
> Collecting mysqlclient
>
>   Downloading 
> https://files.pythonhosted.org/packages/f4/f1/3bb6f64ca7a429729413e6556b7ba5976df06019a5245a43d36032f1061e/mysqlclient-1.4.2.post1.tar.gz
>  
> (85kB)
>
>  || 92kB 1.3MB/s 
>
> ERROR: Complete output from command python setup.py egg_info:
>
> ERROR: /bin/sh: mysql_config: command not found
>
> Traceback (most recent call last):
>
>   File "", line 1, in 
>
>   File "/private/tmp/pip-install-suhqq3eh/mysqlclient/setup.py", line 
> 16, in 
>
> metadata, options = get_config()
>
>   File 
> "/private/tmp/pip-install-suhqq3eh/mysqlclient/setup_posix.py", line 51, in 
> get_config
>
> libs = mysql_config("libs")
>
>   File 
> "/private/tmp/pip-install-suhqq3eh/mysqlclient/setup_posix.py", line 29, in 
> mysql_config
>
> raise EnvironmentError("%s not found" % (_mysql_config_path,))
>
> OSError: mysql_config not found
>
> 
>
> ERROR: Command "python setup.py egg_info" failed with error code 1 in 
> /private/tmp/pip-install-suhqq3eh/mysqlclient/
>

-- 





Ce mail est à l’attention
exclusive des destinataires désignés. Il 
peut contenir des informations
confidentielles. 

Si
vous le recevez par 
erreur, merci de le détruire et d’en informer sans délais l’expéditeur. 



Le
contenu de ce mail ne pourrait engager la responsabilité de l’Université

Alioune DIOP de Bambey que s’il a été émis par une personne dûment 
habilitée,
agissant dans le cadre strict des fonctions auxquelles elle est 
employée et à
des fins non étrangères à ses attributions. 

Toute

diffusion, copie, publication partielle ou totale, ou toute autre 
utilisation
est interdite, sauf autorisation. 


-- 
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@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/1382f045-4e66-4c19-9b1a-8572847f6d92%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: problems with mysql client

2019-05-12 Thread Rob W
I did, but believe it or not, that install fails too.


> On May 11, 2019, at 12:12 PM, Jorge Gimeno  wrote:
> 
> Rob,
> 
> On the off chance you haven't seen it, I found a Stack Overflow question on 
> this:  
> https://stackoverflow.com/questions/25459386/mac-os-x-environmenterror-mysql-config-not-found
>  
> .
>  Unfortunately, I don't know Mac OS all that well to offer more help than 
> that.
> 
> -Jorge
> 
> On Sat, May 11, 2019 at 9:04 AM Rob Gmail  > wrote:
> Mac OS 
> 
> Rob 
> 203-671-6514
> Sent from my mobile device, please excuse the typos. 
> 
> On May 11, 2019, at 11:42 AM, Jorge Gimeno  > wrote:
> 
>> 
>> 
>> On Sat, May 11, 2019 at 8:16 AM Rob W > > wrote:
>> for my django project, we are using mysql.
>> 
>> no matter how i try to install it, python-mysqldb, or just pip install 
>> mysqlclient, it fails.
>> 
>> i've installed mysqlconnector, i've tried everything. 
>> 
>> any suggestions ?
>> 
>> 
>> Collecting mysqlclient
>> 
>>   Downloading 
>> https://files.pythonhosted.org/packages/f4/f1/3bb6f64ca7a429729413e6556b7ba5976df06019a5245a43d36032f1061e/mysqlclient-1.4.2.post1.tar.gz
>>  
>> 
>>  (85kB)
>> 
>>  || 92kB 1.3MB/s 
>> 
>> ERROR: Complete output from command python setup.py egg_info:
>> 
>> ERROR: /bin/sh: mysql_config: command not found
>> 
>> Traceback (most recent call last):
>> 
>>   File "", line 1, in 
>> 
>>   File "/private/tmp/pip-install-suhqq3eh/mysqlclient/setup.py", line 
>> 16, in 
>> 
>> metadata, options = get_config()
>> 
>>   File "/private/tmp/pip-install-suhqq3eh/mysqlclient/setup_posix.py", 
>> line 51, in get_config
>> 
>> libs = mysql_config("libs")
>> 
>>   File "/private/tmp/pip-install-suhqq3eh/mysqlclient/setup_posix.py", 
>> line 29, in mysql_config
>> 
>> raise EnvironmentError("%s not found" % (_mysql_config_path,))
>> 
>> OSError: mysql_config not found
>> 
>> 
>> 
>> ERROR: Command "python setup.py egg_info" failed with error code 1 in 
>> /private/tmp/pip-install-suhqq3eh/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 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/31f86e65-7e0a-49c7-b574-1670fba1ca18%40googlegroups.com
>>  
>> .
>> For more options, visit https://groups.google.com/d/optout 
>> .
>> 
>> Rob,
>> 
>> What operating system are you using?
>> 
>> -Jorge 
>> 
>> -- 
>> 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@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/CANfN%3DK-vw16fWxhZYa3f8VP6t6cCi5BA%2BoNtjmof99CQWNKb-Q%40mail.gmail.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+unsubscr...@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 

Re: problems with mysql client

2019-05-11 Thread Jorge Gimeno
Rob,

On the off chance you haven't seen it, I found a Stack Overflow question on
this:
https://stackoverflow.com/questions/25459386/mac-os-x-environmenterror-mysql-config-not-found.
Unfortunately, I don't know Mac OS all that well to offer more help than
that.

-Jorge

On Sat, May 11, 2019 at 9:04 AM Rob Gmail  wrote:

> Mac OS
>
> Rob
> 203-671-6514
> Sent from my mobile device, please excuse the typos.
>
> On May 11, 2019, at 11:42 AM, Jorge Gimeno  wrote:
>
>
>
> On Sat, May 11, 2019 at 8:16 AM Rob W  wrote:
>
>> for my django project, we are using mysql.
>>
>> no matter how i try to install it, python-mysqldb, or just pip install
>> mysqlclient, it fails.
>>
>> i've installed mysqlconnector, i've tried everything.
>>
>> any suggestions ?
>>
>>
>> Collecting mysqlclient
>>
>>   Downloading
>> https://files.pythonhosted.org/packages/f4/f1/3bb6f64ca7a429729413e6556b7ba5976df06019a5245a43d36032f1061e/mysqlclient-1.4.2.post1.tar.gz
>> (85kB)
>>
>>  || 92kB 1.3MB/s
>>
>> ERROR: Complete output from command python setup.py egg_info:
>>
>> ERROR: /bin/sh: mysql_config: command not found
>>
>> Traceback (most recent call last):
>>
>>   File "", line 1, in 
>>
>>   File "/private/tmp/pip-install-suhqq3eh/mysqlclient/setup.py",
>> line 16, in 
>>
>> metadata, options = get_config()
>>
>>   File
>> "/private/tmp/pip-install-suhqq3eh/mysqlclient/setup_posix.py", line 51, in
>> get_config
>>
>> libs = mysql_config("libs")
>>
>>   File
>> "/private/tmp/pip-install-suhqq3eh/mysqlclient/setup_posix.py", line 29, in
>> mysql_config
>>
>> raise EnvironmentError("%s not found" % (_mysql_config_path,))
>>
>> OSError: mysql_config not found
>>
>> 
>>
>> ERROR: Command "python setup.py egg_info" failed with error code 1 in
>> /private/tmp/pip-install-suhqq3eh/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 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/31f86e65-7e0a-49c7-b574-1670fba1ca18%40googlegroups.com
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
> Rob,
>
> What operating system are you using?
>
> -Jorge
>
> --
> 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@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/CANfN%3DK-vw16fWxhZYa3f8VP6t6cCi5BA%2BoNtjmof99CQWNKb-Q%40mail.gmail.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+unsubscr...@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/E5694676-28BF-4FEB-92B8-0B5A86300438%40gmail.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+unsubscr...@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/CANfN%3DK8Bkqk8-8qFV9Wx6QGqUVK2nSCU-u67oFh7TcK63-bw5Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: problems with mysql client

2019-05-11 Thread Rob Gmail
Mac OS 

Rob 
203-671-6514
Sent from my mobile device, please excuse the typos. 

> On May 11, 2019, at 11:42 AM, Jorge Gimeno  wrote:
> 
> 
> 
>> On Sat, May 11, 2019 at 8:16 AM Rob W  wrote:
>> for my django project, we are using mysql.
>> 
>> no matter how i try to install it, python-mysqldb, or just pip install 
>> mysqlclient, it fails.
>> 
>> i've installed mysqlconnector, i've tried everything. 
>> 
>> any suggestions ?
>> 
>> 
>> Collecting mysqlclient
>> 
>>   Downloading 
>> https://files.pythonhosted.org/packages/f4/f1/3bb6f64ca7a429729413e6556b7ba5976df06019a5245a43d36032f1061e/mysqlclient-1.4.2.post1.tar.gz
>>  (85kB)
>> 
>>  || 92kB 1.3MB/s 
>> 
>> ERROR: Complete output from command python setup.py egg_info:
>> 
>> ERROR: /bin/sh: mysql_config: command not found
>> 
>> Traceback (most recent call last):
>> 
>>   File "", line 1, in 
>> 
>>   File "/private/tmp/pip-install-suhqq3eh/mysqlclient/setup.py", line 
>> 16, in 
>> 
>> metadata, options = get_config()
>> 
>>   File "/private/tmp/pip-install-suhqq3eh/mysqlclient/setup_posix.py", 
>> line 51, in get_config
>> 
>> libs = mysql_config("libs")
>> 
>>   File "/private/tmp/pip-install-suhqq3eh/mysqlclient/setup_posix.py", 
>> line 29, in mysql_config
>> 
>> raise EnvironmentError("%s not found" % (_mysql_config_path,))
>> 
>> OSError: mysql_config not found
>> 
>> 
>> 
>> ERROR: Command "python setup.py egg_info" failed with error code 1 in 
>> /private/tmp/pip-install-suhqq3eh/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 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/31f86e65-7e0a-49c7-b574-1670fba1ca18%40googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
> 
> Rob,
> 
> What operating system are you using?
> 
> -Jorge 
> -- 
> 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@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/CANfN%3DK-vw16fWxhZYa3f8VP6t6cCi5BA%2BoNtjmof99CQWNKb-Q%40mail.gmail.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+unsubscr...@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/E5694676-28BF-4FEB-92B8-0B5A86300438%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: problems with mysql client

2019-05-11 Thread Jorge Gimeno
On Sat, May 11, 2019 at 8:16 AM Rob W  wrote:

> for my django project, we are using mysql.
>
> no matter how i try to install it, python-mysqldb, or just pip install
> mysqlclient, it fails.
>
> i've installed mysqlconnector, i've tried everything.
>
> any suggestions ?
>
>
> Collecting mysqlclient
>
>   Downloading
> https://files.pythonhosted.org/packages/f4/f1/3bb6f64ca7a429729413e6556b7ba5976df06019a5245a43d36032f1061e/mysqlclient-1.4.2.post1.tar.gz
> (85kB)
>
>  || 92kB 1.3MB/s
>
> ERROR: Complete output from command python setup.py egg_info:
>
> ERROR: /bin/sh: mysql_config: command not found
>
> Traceback (most recent call last):
>
>   File "", line 1, in 
>
>   File "/private/tmp/pip-install-suhqq3eh/mysqlclient/setup.py", line
> 16, in 
>
> metadata, options = get_config()
>
>   File
> "/private/tmp/pip-install-suhqq3eh/mysqlclient/setup_posix.py", line 51, in
> get_config
>
> libs = mysql_config("libs")
>
>   File
> "/private/tmp/pip-install-suhqq3eh/mysqlclient/setup_posix.py", line 29, in
> mysql_config
>
> raise EnvironmentError("%s not found" % (_mysql_config_path,))
>
> OSError: mysql_config not found
>
> 
>
> ERROR: Command "python setup.py egg_info" failed with error code 1 in
> /private/tmp/pip-install-suhqq3eh/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 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/31f86e65-7e0a-49c7-b574-1670fba1ca18%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

Rob,

What operating system are you using?

-Jorge

-- 
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@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/CANfN%3DK-vw16fWxhZYa3f8VP6t6cCi5BA%2BoNtjmof99CQWNKb-Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


problems with mysql client

2019-05-11 Thread Rob W
for my django project, we are using mysql.

no matter how i try to install it, python-mysqldb, or just pip install 
mysqlclient, it fails.

i've installed mysqlconnector, i've tried everything. 

any suggestions ?


Collecting mysqlclient

  Downloading 
https://files.pythonhosted.org/packages/f4/f1/3bb6f64ca7a429729413e6556b7ba5976df06019a5245a43d36032f1061e/mysqlclient-1.4.2.post1.tar.gz
 
(85kB)

 || 92kB 1.3MB/s 

ERROR: Complete output from command python setup.py egg_info:

ERROR: /bin/sh: mysql_config: command not found

Traceback (most recent call last):

  File "", line 1, in 

  File "/private/tmp/pip-install-suhqq3eh/mysqlclient/setup.py", line 
16, in 

metadata, options = get_config()

  File "/private/tmp/pip-install-suhqq3eh/mysqlclient/setup_posix.py", 
line 51, in get_config

libs = mysql_config("libs")

  File "/private/tmp/pip-install-suhqq3eh/mysqlclient/setup_posix.py", 
line 29, in mysql_config

raise EnvironmentError("%s not found" % (_mysql_config_path,))

OSError: mysql_config not found



ERROR: Command "python setup.py egg_info" failed with error code 1 in 
/private/tmp/pip-install-suhqq3eh/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 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/31f86e65-7e0a-49c7-b574-1670fba1ca18%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.