You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Guys, I just tried to install your module, however it asks me for some mysql configuration.
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
The text was updated successfully, but these errors were encountered: