Advertisement
Guest User

Untitled

a guest
Dec 27th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.90 KB | None | 0 0
  1. gfbot@gfbot:~/Github/helios-server$ source venv/bin/activate
  2. (venv) gfbot@gfbot:~/Github/helios-server$ pip install -r requirements.txt
  3. Collecting Django==1.8.18 (from -r requirements.txt (line 1))
  4.   Using cached Django-1.8.18-py2.py3-none-any.whl
  5. Collecting anyjson==0.3.3 (from -r requirements.txt (line 2))
  6.   Using cached anyjson-0.3.3.tar.gz
  7. Collecting celery==3.1.18 (from -r requirements.txt (line 3))
  8.   Using cached celery-3.1.18-py2.py3-none-any.whl
  9. Collecting django-celery==3.1.16 (from -r requirements.txt (line 4))
  10.   Using cached django_celery-3.1.16-py2-none-any.whl
  11. Collecting django-picklefield==0.3.0 (from -r requirements.txt (line 5))
  12.   Using cached django-picklefield-0.3.0.tar.gz
  13. Collecting kombu==3.0.26 (from -r requirements.txt (line 6))
  14.   Using cached kombu-3.0.26-py2.py3-none-any.whl
  15. Collecting html5lib==0.999 (from -r requirements.txt (line 7))
  16.   Using cached html5lib-0.999.tar.gz
  17. Collecting psycopg2==2.6.1 (from -r requirements.txt (line 8))
  18.   Using cached psycopg2-2.6.1.tar.gz
  19.     Complete output from command python setup.py egg_info:
  20.     running egg_info
  21.     creating pip-egg-info/psycopg2.egg-info
  22.     writing pip-egg-info/psycopg2.egg-info/PKG-INFO
  23.     writing top-level names to pip-egg-info/psycopg2.egg-info/top_level.txt
  24.     writing dependency_links to pip-egg-info/psycopg2.egg-info/dependency_links.txt
  25.     writing manifest file 'pip-egg-info/psycopg2.egg-info/SOURCES.txt'
  26.     Error: pg_config executable not found.
  27.    
  28.     Please add the directory containing pg_config to the PATH
  29.     or specify the full executable path with the option:
  30.    
  31.         python setup.py build_ext --pg-config /path/to/pg_config build ...
  32.    
  33.     or with the pg_config option in 'setup.cfg'.
  34.    
  35.     ----------------------------------------
  36. Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-DsvDG6/psycopg2/
  37. (venv) gfbot@gfbot:~/Github/helios-server$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement