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
pip install -r requirement.txt 到安装mysql的时候就会报错
Collecting MySQL-python==1.2.5 (from -r requirement.txt (line 10))
Using cached MySQL-python-1.2.5.zip
Complete output from command python setup.py egg_info:
sh: mysql_config: command not found
Traceback (most recent call last):
File "", line 1, in
File "/private/var/folders/xx/ftb5d3rd7zsg620wkdydhq180000gn/T/pip-build-lao0vC/MySQL-python/setup.py", line 17, in
metadata, options = get_config()
File "setup_posix.py", line 43, in get_config
libs = mysql_config("libs_r")
File "setup_posix.py", line 25, in mysql_config
raise EnvironmentError("%s not found" % (mysql_config.path,))
EnvironmentError: mysql_config not found
The text was updated successfully, but these errors were encountered:
pip install -r requirement.txt 到安装mysql的时候就会报错
Collecting MySQL-python==1.2.5 (from -r requirement.txt (line 10))
Using cached MySQL-python-1.2.5.zip
Complete output from command python setup.py egg_info:
sh: mysql_config: command not found
Traceback (most recent call last):
File "", line 1, in
File "/private/var/folders/xx/ftb5d3rd7zsg620wkdydhq180000gn/T/pip-build-lao0vC/MySQL-python/setup.py", line 17, in
metadata, options = get_config()
File "setup_posix.py", line 43, in get_config
libs = mysql_config("libs_r")
File "setup_posix.py", line 25, in mysql_config
raise EnvironmentError("%s not found" % (mysql_config.path,))
EnvironmentError: mysql_config not found
The text was updated successfully, but these errors were encountered: