Advertisement
Guest User

Untitled

a guest
Sep 21st, 2015
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.28 KB | None | 0 0
  1. Collecting psycopg2 (from -r /root/gnocchi/requirements.txt (line 30))
  2. Downloading psycopg2-2.6.1.tar.gz (371kB)
  3. Complete output from command python setup.py egg_info:
  4. running egg_info
  5. creating pip-egg-info/psycopg2.egg-info
  6. writing pip-egg-info/psycopg2.egg-info/PKG-INFO
  7. writing dependency_links to pip-egg-info/psycopg2.egg-info/dependency_links.txt
  8. writing top-level names to pip-egg-info/psycopg2.egg-info/top_level.txt
  9. writing manifest file 'pip-egg-info/psycopg2.egg-info/SOURCES.txt'
  10. warning: manifest_maker: standard file '-c' not found
  11.  
  12. Error: pg_config executable not found.
  13.  
  14. Please add the directory containing pg_config to the PATH
  15. or specify the full executable path with the option:
  16.  
  17. python setup.py build_ext --pg-config /path/to/pg_config build ...
  18.  
  19. or with the pg_config option in 'setup.cfg'.
  20.  
  21. ----------------------------------------
  22. Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-H5hh1B/psycopg2
  23. /root/gnocchi/.tox/genconfig/local/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:90: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
  24. InsecurePlatformWarning
  25.  
  26. ERROR: could not install deps [-r/root/gnocchi/requirements.txt, -r/root/gnocchi/test-requirements.txt]; v = InvocationError('/root/gnocchi/.tox/genconfig/bin/pip install -r/root/gnocchi/requirements.txt -r/root/gnocchi/test-requirements.txt (see /root/gnocchi/.tox/genconfig/log/genconfig-1.log)', 1)
  27. ______________________________________________________________________________________________________________________________ summary _______________________________________________________________________________________________________________________________
  28. ERROR: genconfig: could not install deps [-r/root/gnocchi/requirements.txt, -r/root/gnocchi/test-requirements.txt]; v = InvocationError('/root/gnocchi/.tox/genconfig/bin/pip install -r/root/gnocchi/requirements.txt -r/root/gnocchi/test-requirements.txt (see /root/gnocchi/.tox/genconfig/log/genconfig-1.log)', 1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement