2017-08-06 3 views
0

J'ai créé un environnement virtuel, avec python 3 et installé django
Je ne peux pas installer mysqlclient, il dit problème avec setup.pyInstallation client MySQL dans un environnement virtuel django

[email protected]:~$ source env/bin/activate 
(env) [email protected]:~$ pip install mysqlclient 
Collecting mysqlclient 
     Using cached mysqlclient-1.3.10.tar.gz 
     Complete output from command python setup.py egg_info: 
     /bin/sh: 1: mysql_config: not found 
     Traceback (most recent call last): 
      File "<string>", line 1, in <module> 
      File "/tmp/pip-build-4pbezvx6/mysqlclient/setup.py", line 17, in <module> 
      metadata, options = get_config() 
      File "/tmp/pip-build-4pbezvx6/mysqlclient/setup_posix.py", line 44, in get_config 
      libs = mysql_config("libs_r") 
      File "/tmp/pip-build-4pbezvx6/mysqlclient/setup_posix.py", line 26, in mysql_config 
      raise EnvironmentError("%s not found" % (mysql_config.path,)) 
     OSError: mysql_config not found 
    Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-4pbezvx6/mysqlclient/ 
+0

Télécharger ce fichier 'mysqlclient-1.3.10.tar.gz', extraire puis exécuter' setup.py'. –

+0

Ou essayez ceci 'sudo apt-get install python3-mysqlclient' –

Répondre

1

sur Ubuntu, vous devez installer la paquet:

sudo apt-get install libmysqlclient-dev