Advertisement
Guest User

Untitled

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