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
用bae专业版正式环境部署,会失败,失败信息如下:
RequestID: f819d934-3f30-497f-82c7-d7f92d1ec107
错误代码: CmdBuildAppError
错误信息: Collecting Jinja2==2.6 (from -r /home/bae/app/requirements.txt (line 1))
Downloading Jinja2-2.6.tar.gz (389kB)
Collecting pybcs==1.2.91 (from -r /home/bae/app/requirements.txt (line 2))
Downloading pybcs-1.2.91.tar.gz
Collecting bae-memcache==1.0.0 (from -r /home/bae/app/requirements.txt (line 3))
Downloading bae_memcache-1.0.0.tar.gz (3.1MB)
Collecting MySQL-python==1.2.3 (from -r /home/bae/app/requirements.txt (line 4))
Downloading MySQL-python-1.2.3.tar.gz (70kB)
Complete output from command python setup.py egg_info:
sh: 1: mysql_config: not found
Traceback (most recent call last):
File "", line 20, in
File "/tmp/pip-build-zUSsLe/MySQL-python/setup.py", line 15, in
metadata, options = get_config()
File "setup_posix.py", line 43, in get_config
libs = mysql_config("libs_r")
File "setup_posix.py", line 24, 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-zUSsLe/MySQL-python
You are using pip version 7.1.2, however version 8.1.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Install dependency error: pip install error
The text was updated successfully, but these errors were encountered:
用bae专业版正式环境部署,会失败,失败信息如下:
RequestID: f819d934-3f30-497f-82c7-d7f92d1ec107
错误代码: CmdBuildAppError
错误信息: Collecting Jinja2==2.6 (from -r /home/bae/app/requirements.txt (line 1))
Downloading Jinja2-2.6.tar.gz (389kB)
Collecting pybcs==1.2.91 (from -r /home/bae/app/requirements.txt (line 2))
Downloading pybcs-1.2.91.tar.gz
Collecting bae-memcache==1.0.0 (from -r /home/bae/app/requirements.txt (line 3))
Downloading bae_memcache-1.0.0.tar.gz (3.1MB)
Collecting MySQL-python==1.2.3 (from -r /home/bae/app/requirements.txt (line 4))
Downloading MySQL-python-1.2.3.tar.gz (70kB)
Complete output from command python setup.py egg_info:
sh: 1: mysql_config: not found
Traceback (most recent call last):
File "", line 20, in
File "/tmp/pip-build-zUSsLe/MySQL-python/setup.py", line 15, in
metadata, options = get_config()
File "setup_posix.py", line 43, in get_config
libs = mysql_config("libs_r")
File "setup_posix.py", line 24, 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-zUSsLe/MySQL-python
You are using pip version 7.1.2, however version 8.1.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Install dependency error: pip install error
The text was updated successfully, but these errors were encountered: