A new one. Trying to run the pip install command and get the following error. First time seeing this. Any ideas? (ENV)root@historicnewspapers:/opt/chronam# pip install -r requirements.pip Downloading/unpacking Django==1.8.12 (from -r requirements.pip (line 1)) Downloading Django-1.8.12-py2.py3-none-any.whl (6.2MB): 6.2MB downloaded Downloading/unpacking MySQL-python==1.2.5 (from -r requirements.pip (line 2)) Downloading MySQL-python-1.2.5.zip (108kB): 108kB downloaded Running setup.py (path:/opt/chronam/ENV/build/MySQL-python/setup.py) egg_info for package MySQL-python sh: 1: mysql_config: not found Traceback (most recent call last): File "<string>", line 17, in <module> File "/opt/chronam/ENV/build/MySQL-python/setup.py", line 17, in <module> 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 Complete output from command python setup.py egg_info: sh: 1: mysql_config: not found Traceback (most recent call last): File "<string>", line 17, in <module> File "/opt/chronam/ENV/build/MySQL-python/setup.py", line 17, in <module> 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 ---------------------------------------- Cleaning up... Command python setup.py egg_info failed with error code 1 in /opt/chronam/ENV/build/MySQL-python Storing debug log for failure in /root/.pip/pip.log