bkerby

pysucks

May 12th, 2012
301
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. #> pip install psycopg2ct
  2. Downloading/unpacking psycopg2ct
  3. Downloading psycopg2ct-2.4.4.tar.gz (46Kb): 46Kb downloaded
  4. Running setup.py egg_info for package psycopg2ct
  5.  
  6. Error: pg_config executable not found.
  7.  
  8. Please add the directory containing pg_config to the PATH
  9. or specify the full executable path with the option:
  10.  
  11. python setup.py build_py --pg-config /path/to/pg_config install ...
  12.  
  13. or with the pg_config option in 'setup.cfg'.
  14. Complete output from command python setup.py egg_info:
  15. running egg_info
  16.  
  17. creating pip-egg-info/psycopg2ct.egg-info
  18.  
  19. writing pip-egg-info/psycopg2ct.egg-info/PKG-INFO
  20.  
  21. writing top-level names to pip-egg-info/psycopg2ct.egg-info/top_level.txt
  22.  
  23. writing dependency_links to pip-egg-info/psycopg2ct.egg-info/dependency_links.txt
  24.  
  25. writing manifest file 'pip-egg-info/psycopg2ct.egg-info/SOURCES.txt'
  26.  
  27. warning: manifest_maker: standard file '-c' not found
  28.  
  29.  
  30.  
  31. Error: pg_config executable not found.
  32.  
  33.  
  34.  
  35. Please add the directory containing pg_config to the PATH
  36.  
  37. or specify the full executable path with the option:
  38.  
  39.  
  40.  
  41. python setup.py build_py --pg-config /path/to/pg_config install ...
  42.  
  43.  
  44.  
  45. or with the pg_config option in 'setup.cfg'.
  46.  
  47. ----------------------------------------
  48. Command python setup.py egg_info failed with error code 1 in /home/ilukinykh/build/psycopg2ct
  49. Storing complete log in /root/.pip/pip.log
Advertisement
Add Comment
Please, Sign In to add comment