miloradkrstevski commented on issue #5013: Connecting MySQL and PostgreSQL into 
SQLAlchemy URI 
URL: 
https://github.com/apache/incubator-superset/issues/5013#issuecomment-389605825
 
 
   @mistercrunch When I try to install `pip install mysqlclient`, it goes me 
the following error:
   
   > Collecting mysqlclient
     Downloading 
https://files.pythonhosted.org/packages/6f/86/bad31f1c1bb0cc99e88ca2adb7cb5c71f7a6540c1bb001480513de76a931/mysqlclient-1.3.12.tar.gz
 (89kB)
       100% |████████████████████████████████| 92kB 735kB/s 
       Complete output from command python setup.py egg_info:
       sh: 1: mysql_config: not found
       Traceback (most recent call last):
         File "<string>", line 1, in <module>
         File "/tmp/pip-build-WdyxRX/mysqlclient/setup.py", line 17, in <module>
           metadata, options = get_config()
         File "setup_posix.py", line 44, in get_config
           libs = mysql_config("libs_r")
         File "setup_posix.py", line 26, in mysql_config
           raise EnvironmentError("%s not found" % (mysql_config.path,))
       EnvironmentError: mysql_config not found
       
       ----------------------------------------
   Command "python setup.py egg_info" failed with error code 1 in 
/tmp/pip-build-WdyxRX/mysqlclient/
   
   What does this mean? Can anyone please explain me? I am novice in this and 
using only Superset. Thank you.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org
For additional commands, e-mail: notifications-h...@superset.apache.org

Reply via email to