Advertisement
Guest User

Untitled

a guest
Feb 1st, 2013
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.41 KB | None | 0 0
  1. $ pip install mysql-python
  2. Downloading/unpacking mysql-python
  3.   Downloading MySQL-python-1.2.4.zip (113kB): 113kB downloaded
  4.   Running setup.py egg_info for package mysql-python
  5.     sh: 1: mysql_config: not found
  6.     Traceback (most recent call last):
  7.       File "<string>", line 16, in <module>
  8.       File "/path/to/folder/env/build/mysql-python/setup.py", line 18, in <module>
  9.         metadata, options = get_config()
  10.       File "setup_posix.py", line 43, in get_config
  11.         libs = mysql_config("libs_r")
  12.       File "setup_posix.py", line 25, in mysql_config
  13.         raise EnvironmentError("%s not found" % (mysql_config.path,))
  14.     EnvironmentError: mysql_config not found
  15.     Complete output from command python setup.py egg_info:
  16.     sh: 1: mysql_config: not found
  17.  
  18. Traceback (most recent call last):
  19.  
  20.   File "<string>", line 16, in <module>
  21.  
  22.   File "/path/to/folder/env/build/mysql-python/setup.py", line 18, in <module>
  23.  
  24.     metadata, options = get_config()
  25.  
  26.   File "setup_posix.py", line 43, in get_config
  27.  
  28.     libs = mysql_config("libs_r")
  29.  
  30.   File "setup_posix.py", line 25, in mysql_config
  31.  
  32.     raise EnvironmentError("%s not found" % (mysql_config.path,))
  33.  
  34. EnvironmentError: mysql_config not found
  35.  
  36. ----------------------------------------
  37. Command python setup.py egg_info failed with error code 1 in /path/to/folder/env/build/mysql-python
  38. Storing complete log in /home/daniel/.pip/pip.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement