Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why do I need mysql for a python package? #316

Open
silgon opened this issue Nov 18, 2020 · 1 comment
Open

Why do I need mysql for a python package? #316

silgon opened this issue Nov 18, 2020 · 1 comment

Comments

@silgon
Copy link

silgon commented Nov 18, 2020

Guys, I just tried to install your module, however it asks me for some mysql configuration.

    ERROR: Complete output from command python setup.py egg_info:                                                                                                                                                                              
    ERROR: /bin/sh: 1: mysql_config: not found                                                                                                                                                                                                 
    /bin/sh: 1: mariadb_config: not found                                                                                                                                                                                                      
    /bin/sh: 1: mysql_config: not found                                                                                                                                                                                                        
    Traceback (most recent call last):                                                                                                                                                                                                         
      File "<string>", line 1, in <module>                                                                                                                                                                                                     
      File "/tmp/pip-install-9i47p9nz/mysqlclient/setup.py", line 15, in <module>
        metadata, options = get_config()
      File "/tmp/pip-install-9i47p9nz/mysqlclient/setup_posix.py", line 65, in get_config
        libs = mysql_config("libs")
      File "/tmp/pip-install-9i47p9nz/mysqlclient/setup_posix.py", line 31, in mysql_config
        raise OSError("{} not found".format(_mysql_config_path))
    OSError: mysql_config not found
    ----------------------------------------
ERROR: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-9i47p9nz/mysqlclient/

I don't have 'mysql' server on this computer, and also I would like to avoid installing another deamon on my computer.
I would like just your point of view. Thanks

@Sjoerd82
Copy link

Duplicate of #250.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants