Advertisement
Guest User

Untitled

a guest
Jun 10th, 2018
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.23 KB | None | 0 0
  1. C:\Users\zenix>pip install pynput
  2. Collecting pynput
  3. c:\python27\lib\site-packages\pip\_vendor\urllib3\util\ssl_.py:339: SNIMissingWa
  4. rning: An HTTPS request has been made, but the SNI (Subject Name Indication) ext
  5. ension to TLS is not available on this platform. This may cause the server to pr
  6. esent an incorrect TLS certificate, which can cause validation failures. You can
  7. upgrade to a newer version of Python to solve this. For more information, see h
  8. ttps://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
  9. SNIMissingWarning
  10. c:\python27\lib\site-packages\pip\_vendor\urllib3\util\ssl_.py:137: InsecurePlat
  11. formWarning: A true SSLContext object is not available. This prevents urllib3 fr
  12. om configuring SSL appropriately and may cause certain SSL connections to fail.
  13. You can upgrade to a newer version of Python to solve this. For more information
  14. , see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
  15. InsecurePlatformWarning
  16. Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None))
  17. after connection broken by 'SSLError(SSLError(1, '_ssl.c:504: error:1407742E:SS
  18. L routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version'),)': /simple/pyn
  19. put/
  20. c:\python27\lib\site-packages\pip\_vendor\urllib3\util\ssl_.py:137: InsecurePlat
  21. formWarning: A true SSLContext object is not available. This prevents urllib3 fr
  22. om configuring SSL appropriately and may cause certain SSL connections to fail.
  23. You can upgrade to a newer version of Python to solve this. For more information
  24. , see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
  25. InsecurePlatformWarning
  26. Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None))
  27. after connection broken by 'SSLError(SSLError(1, '_ssl.c:504: error:1407742E:SS
  28. L routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version'),)': /simple/pyn
  29. put/
  30. c:\python27\lib\site-packages\pip\_vendor\urllib3\util\ssl_.py:137: InsecurePlat
  31. formWarning: A true SSLContext object is not available. This prevents urllib3 fr
  32. om configuring SSL appropriately and may cause certain SSL connections to fail.
  33. You can upgrade to a newer version of Python to solve this. For more information
  34. , see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
  35. InsecurePlatformWarning
  36. Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None))
  37. after connection broken by 'SSLError(SSLError(1, '_ssl.c:504: error:1407742E:SS
  38. L routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version'),)': /simple/pyn
  39. put/
  40. c:\python27\lib\site-packages\pip\_vendor\urllib3\util\ssl_.py:137: InsecurePlat
  41. formWarning: A true SSLContext object is not available. This prevents urllib3 fr
  42. om configuring SSL appropriately and may cause certain SSL connections to fail.
  43. You can upgrade to a newer version of Python to solve this. For more information
  44. , see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
  45. InsecurePlatformWarning
  46. Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None))
  47. after connection broken by 'SSLError(SSLError(1, '_ssl.c:504: error:1407742E:SS
  48. L routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version'),)': /simple/pyn
  49. put/
  50. c:\python27\lib\site-packages\pip\_vendor\urllib3\util\ssl_.py:137: InsecurePlat
  51. formWarning: A true SSLContext object is not available. This prevents urllib3 fr
  52. om configuring SSL appropriately and may cause certain SSL connections to fail.
  53. You can upgrade to a newer version of Python to solve this. For more information
  54. , see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
  55. InsecurePlatformWarning
  56. Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None))
  57. after connection broken by 'SSLError(SSLError(1, '_ssl.c:504: error:1407742E:SS
  58. L routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version'),)': /simple/pyn
  59. put/
  60. c:\python27\lib\site-packages\pip\_vendor\urllib3\util\ssl_.py:137: InsecurePlat
  61. formWarning: A true SSLContext object is not available. This prevents urllib3 fr
  62. om configuring SSL appropriately and may cause certain SSL connections to fail.
  63. You can upgrade to a newer version of Python to solve this. For more information
  64. , see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
  65. InsecurePlatformWarning
  66. Could not fetch URL https://pypi.python.org/simple/pynput/: There was a proble
  67. m confirming the ssl certificate: HTTPSConnectionPool(host='pypi.python.org', po
  68. rt=443): Max retries exceeded with url: /simple/pynput/ (Caused by SSLError(SSLE
  69. rror(1, '_ssl.c:504: error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 al
  70. ert protocol version'),)) - skipping
  71. Could not find a version that satisfies the requirement pynput (from versions:
  72. )
  73. No matching distribution found for pynput
  74. c:\python27\lib\site-packages\pip\_vendor\urllib3\util\ssl_.py:137: InsecurePlat
  75. formWarning: A true SSLContext object is not available. This prevents urllib3 fr
  76. om configuring SSL appropriately and may cause certain SSL connections to fail.
  77. You can upgrade to a newer version of Python to solve this. For more information
  78. , see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
  79. InsecurePlatformWarning
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement