Advertisement
Guest User

Untitled

a guest
Aug 26th, 2015
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.62 KB | None | 0 0
  1.  
  2. ..( thrawn@derricks-mbp (fix_test_password_prompted): ~/Development/python-cinderclient : )..
  3. >> virtualenv .tox/py26 --python=python2.6
  4. Running virtualenv with interpreter /Library/Frameworks/Python.framework/Versions/2.6/bin/python2.6
  5. New python executable in .tox/py26/bin/python
  6. Installing setuptools, pip, wheel...done.
  7.  
  8. ..( thrawn@derricks-mbp (fix_test_password_prompted): ~/Development/python-cinderclient : )..
  9. >> source .tox/py26/bin/activate
  10.  
  11. (py26)..( thrawn@derricks-mbp (fix_test_password_prompted): ~/Development/python-cinderclient : )..
  12. >> pip install prettytable
  13. Collecting prettytable
  14. /Users/thrawn/Development/python-cinderclient/.tox/py26/lib/python2.6/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.
  15. InsecurePlatformWarning
  16. /Users/thrawn/Development/python-cinderclient/.tox/py26/lib/python2.6/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.
  17. InsecurePlatformWarning
  18. Could not find a version that satisfies the requirement prettytable (from versions: )
  19. No matching distribution found for prettytable
  20. /Users/thrawn/Development/python-cinderclient/.tox/py26/lib/python2.6/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.
  21. InsecurePlatformWarning
  22.  
  23. (py26)..( thrawn@derricks-mbp (fix_test_password_prompted): ~/Development/python-cinderclient : )..
  24. >> pip install pbr
  25. Collecting pbr
  26. /Users/thrawn/Development/python-cinderclient/.tox/py26/lib/python2.6/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.
  27. InsecurePlatformWarning
  28. /Users/thrawn/Development/python-cinderclient/.tox/py26/lib/python2.6/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.
  29. InsecurePlatformWarning
  30. Could not find a version that satisfies the requirement pbr (from versions: )
  31. No matching distribution found for pbr
  32. /Users/thrawn/Development/python-cinderclient/.tox/py26/lib/python2.6/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.
  33. InsecurePlatformWarning
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement