Advertisement
acjohnson55

Failed pyscopg2 installation on Cloudbees Jenkins

Feb 24th, 2013
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. Downloading/unpacking psycopg2==2.4.5 (from -r requirements/dotcloud_production.txt (line 15))
  2. Storing download in cache at ./pip-cache/http%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fp%2Fpsycopg2%2Fpsycopg2-2.4.5.tar.gz
  3. Running setup.py egg_info for package psycopg2
  4.  
  5. Error: pg_config executable not found.
  6.  
  7. Please add the directory containing pg_config to the PATH
  8. or specify the full executable path with the option:
  9.  
  10. python setup.py build_ext --pg-config /path/to/pg_config build ...
  11.  
  12. or with the pg_config option in 'setup.cfg'.
  13. Complete output from command python setup.py egg_info:
  14. running egg_info
  15.  
  16. creating pip-egg-info/psycopg2.egg-info
  17.  
  18. writing pip-egg-info/psycopg2.egg-info/PKG-INFO
  19.  
  20. writing top-level names to pip-egg-info/psycopg2.egg-info/top_level.txt
  21.  
  22. writing dependency_links to pip-egg-info/psycopg2.egg-info/dependency_links.txt
  23.  
  24. writing manifest file 'pip-egg-info/psycopg2.egg-info/SOURCES.txt'
  25.  
  26. warning: manifest_maker: standard file '-c' not found
  27.  
  28.  
  29.  
  30. Error: pg_config executable not found.
  31.  
  32.  
  33.  
  34. Please add the directory containing pg_config to the PATH
  35.  
  36. or specify the full executable path with the option:
  37.  
  38.  
  39.  
  40. python setup.py build_ext --pg-config /path/to/pg_config build ...
  41.  
  42.  
  43.  
  44. or with the pg_config option in 'setup.cfg'.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement