Guest User

CB Install Error

a guest
Mar 28th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.01 KB | None | 0 0
  1. Home-Computer:~/Desktop/CB/critiquebrainz-master/docs$ pip3 install -r requirements.txt
  2. Collecting git+https://github.com/metabrainz/brainzutils-python.git@v1.1.0 (from -r ../requirements.txt (line 1))
  3.   Cloning https://github.com/metabrainz/brainzutils-python.git (to v1.1.0) to /tmp/pip-e9occk3u-build
  4. Collecting Sphinx==1.5.1 (from -r requirements.txt (line 1))
  5.   Using cached Sphinx-1.5.1-py2.py3-none-any.whl
  6. Collecting Pygments==2.1.3 (from -r requirements.txt (line 2))
  7.   Using cached Pygments-2.1.3-py2.py3-none-any.whl
  8. Collecting sphinxcontrib-httpdomain==1.5.0 (from -r requirements.txt (line 3))
  9.   Using cached sphinxcontrib_httpdomain-1.5.0-py2.py3-none-any.whl
  10. Collecting beautifulsoup4==4.4.1 (from -r ../requirements.txt (line 2))
  11.   Using cached beautifulsoup4-4.4.1-py3-none-any.whl
  12. Collecting coverage==4.1 (from -r ../requirements.txt (line 3))
  13.   Using cached coverage-4.1.tar.gz
  14. Collecting click==6.6 (from -r ../requirements.txt (line 4))
  15.   Using cached click-6.6-py2.py3-none-any.whl
  16. Collecting Flask-Babel==0.11.1 (from -r ../requirements.txt (line 5))
  17.   Using cached Flask-Babel-0.11.1.tar.gz
  18. Collecting Flask-Login==0.3.2 (from -r ../requirements.txt (line 6))
  19.   Using cached Flask-Login-0.3.2.tar.gz
  20. Collecting Flask-SQLAlchemy==2.1 (from -r ../requirements.txt (line 7))
  21.   Using cached Flask-SQLAlchemy-2.1.tar.gz
  22. Collecting Flask-Testing==0.6.1 (from -r ../requirements.txt (line 8))
  23.   Using cached Flask-Testing-0.6.1.tar.gz
  24. Collecting Flask-WTF==0.12 (from -r ../requirements.txt (line 9))
  25.   Using cached Flask-WTF-0.12.tar.gz
  26. Collecting Markdown==2.6.6 (from -r ../requirements.txt (line 10))
  27.   Using cached Markdown-2.6.6.zip
  28. Collecting musicbrainzngs==0.6 (from -r ../requirements.txt (line 11))
  29.   Using cached musicbrainzngs-0.6.tar.gz
  30. Collecting pytest==3.0.4 (from -r ../requirements.txt (line 12))
  31.   Using cached pytest-3.0.4-py2.py3-none-any.whl
  32. Collecting pytest-cov==2.4.0 (from -r ../requirements.txt (line 13))
  33.   Using cached pytest_cov-2.4.0-py2.py3-none-any.whl
  34. Collecting psycopg2==2.6.1 (from -r ../requirements.txt (line 14))
  35.   Using cached psycopg2-2.6.1.tar.gz
  36.     Complete output from command python setup.py egg_info:
  37.     running egg_info
  38.     creating pip-egg-info/psycopg2.egg-info
  39.     writing top-level names to pip-egg-info/psycopg2.egg-info/top_level.txt
  40.     writing pip-egg-info/psycopg2.egg-info/PKG-INFO
  41.     writing dependency_links to pip-egg-info/psycopg2.egg-info/dependency_links.txt
  42.     writing manifest file 'pip-egg-info/psycopg2.egg-info/SOURCES.txt'
  43.     warning: manifest_maker: standard file '-c' not found
  44.    
  45.     Error: pg_config executable not found.
  46.    
  47.     Please add the directory containing pg_config to the PATH
  48.     or specify the full executable path with the option:
  49.    
  50.         python setup.py build_ext --pg-config /path/to/pg_config build ...
  51.    
  52.     or with the pg_config option in 'setup.cfg'.
  53.    
  54.     ----------------------------------------
  55. Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-2eyrzubh/psycopg2/
Advertisement
Add Comment
Please, Sign In to add comment