Guest User

Untitled

a guest
May 22nd, 2017
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.56 KB | None | 0 0
  1. root@cssos-dev-ci:/etc#
  2. root@cssos-dev-ci:/etc# pip install bindep
  3. Collecting bindep
  4. /usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:318: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#snimissingwarning.
  5. SNIMissingWarning
  6. /usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#insecureplatformwarning.
  7. InsecurePlatformWarning
  8. Downloading bindep-2.4.0-py2.py3-none-any.whl
  9. Requirement already satisfied: pbr>=2.0.0 in /usr/local/lib/python2.7/dist-packages (from bindep)
  10. Collecting Parsley (from bindep)
  11. Downloading Parsley-1.3-py2.py3-none-any.whl (88kB)
  12. 100% |████████████████████████████████| 92kB 213kB/s
  13. Installing collected packages: Parsley, bindep
  14. Successfully installed Parsley-1.3 bindep-2.4.0
  15. root@cssos-dev-ci:/etc#
  16. root@cssos-dev-ci:/etc#
  17. root@cssos-dev-ci:/etc# pip uninstall bindep
  18. Uninstalling bindep-2.4.0:
  19. /usr/local/bin/bindep
  20. /usr/local/lib/python2.7/dist-packages/bindep-2.4.0.dist-info/DESCRIPTION.rst
  21. /usr/local/lib/python2.7/dist-packages/bindep-2.4.0.dist-info/INSTALLER
  22. /usr/local/lib/python2.7/dist-packages/bindep-2.4.0.dist-info/METADATA
  23. /usr/local/lib/python2.7/dist-packages/bindep-2.4.0.dist-info/RECORD
  24. /usr/local/lib/python2.7/dist-packages/bindep-2.4.0.dist-info/WHEEL
  25. /usr/local/lib/python2.7/dist-packages/bindep-2.4.0.dist-info/entry_points.txt
  26. /usr/local/lib/python2.7/dist-packages/bindep-2.4.0.dist-info/metadata.json
  27. /usr/local/lib/python2.7/dist-packages/bindep-2.4.0.dist-info/pbr.json
  28. /usr/local/lib/python2.7/dist-packages/bindep-2.4.0.dist-info/top_level.txt
  29. /usr/local/lib/python2.7/dist-packages/bindep/__init__.py
  30. /usr/local/lib/python2.7/dist-packages/bindep/__init__.pyc
  31. /usr/local/lib/python2.7/dist-packages/bindep/depends.py
  32. /usr/local/lib/python2.7/dist-packages/bindep/depends.pyc
  33. /usr/local/lib/python2.7/dist-packages/bindep/main.py
  34. /usr/local/lib/python2.7/dist-packages/bindep/main.pyc
  35. /usr/local/lib/python2.7/dist-packages/bindep/tests/__init__.py
  36. /usr/local/lib/python2.7/dist-packages/bindep/tests/__init__.pyc
  37. /usr/local/lib/python2.7/dist-packages/bindep/tests/test_depends.py
  38. /usr/local/lib/python2.7/dist-packages/bindep/tests/test_depends.pyc
  39. /usr/local/lib/python2.7/dist-packages/bindep/tests/test_main.py
  40. /usr/local/lib/python2.7/dist-packages/bindep/tests/test_main.pyc
  41. Proceed (y/n)? y
  42. Successfully uninstalled bindep-2.4.0
  43. root@cssos-dev-ci:/etc#
  44. root@cssos-dev-ci:/etc#
  45. root@cssos-dev-ci:/etc#
  46. root@cssos-dev-ci:/etc# sudo -H /usr/bindep-env/bin/pip install bindep
  47. Downloading/unpacking bindep
  48. Cannot fetch index base URL https://pypi.python.org/simple/
  49. Could not find any downloads that satisfy the requirement bindep
  50. Cleaning up...
  51. No distributions at all found for bindep
  52. Storing debug log for failure in /root/.pip/pip.log
  53. root@cssos-dev-ci:/etc#
Advertisement
Add Comment
Please, Sign In to add comment