Guest User

Untitled

a guest
May 9th, 2020
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.21 KB | None | 0 0
  1. C:\Users\Skyler\Downloads>python -m pip -vvv install selenium
  2. WARNING: pip is configured with locations that require TLS/SSL, however the ssl
  3. module in Python is not available.
  4. Created temporary directory: C:\Users\Skyler\AppData\Local\Temp\pip-ephem-wheel-
  5. cache-5nne7t63
  6. Created temporary directory: C:\Users\Skyler\AppData\Local\Temp\pip-req-tracker-
  7. fu8i30a1
  8. Created requirements tracker 'C:\\Users\\Skyler\\AppData\\Local\\Temp\\pip-req-t
  9. racker-fu8i30a1'
  10. Created temporary directory: C:\Users\Skyler\AppData\Local\Temp\pip-install-nwu_
  11. hcqi
  12. Collecting selenium
  13. 1 location(s) to search for versions of selenium:
  14. * https://pypi.org/simple/selenium/
  15. Getting page https://pypi.org/simple/selenium/
  16. Found index url https://pypi.org/simple
  17. Getting credentials from keyring for https://pypi.org/simple
  18. Getting credentials from keyring for pypi.org
  19. Looking up "https://pypi.org/simple/selenium/" in the cache
  20. Request header has "max_age" as 0, cache bypassed
  21. Starting new HTTPS connection (1): pypi.org:443
  22. Incremented Retry for (url='/simple/selenium/'): Retry(total=4, connect=None,
  23. read=None, redirect=None, status=None)
  24. WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, stat
  25. us=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL becau
  26. se the SSL module is not available.")': /simple/selenium/
  27. Starting new HTTPS connection (2): pypi.org:443
  28. Incremented Retry for (url='/simple/selenium/'): Retry(total=3, connect=None,
  29. read=None, redirect=None, status=None)
  30. WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, stat
  31. us=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL becau
  32. se the SSL module is not available.")': /simple/selenium/
  33. Starting new HTTPS connection (3): pypi.org:443
  34. Incremented Retry for (url='/simple/selenium/'): Retry(total=2, connect=None,
  35. read=None, redirect=None, status=None)
  36. WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, stat
  37. us=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL becau
  38. se the SSL module is not available.")': /simple/selenium/
  39. Starting new HTTPS connection (4): pypi.org:443
  40. Incremented Retry for (url='/simple/selenium/'): Retry(total=1, connect=None,
  41. read=None, redirect=None, status=None)
  42. WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, stat
  43. us=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL becau
  44. se the SSL module is not available.")': /simple/selenium/
  45. Starting new HTTPS connection (5): pypi.org:443
  46. Incremented Retry for (url='/simple/selenium/'): Retry(total=0, connect=None,
  47. read=None, redirect=None, status=None)
  48. WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, stat
  49. us=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL becau
  50. se the SSL module is not available.")': /simple/selenium/
  51. Starting new HTTPS connection (6): pypi.org:443
  52. Could not fetch URL https://pypi.org/simple/selenium/: There was a problem con
  53. firming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max
  54. retries exceeded with url: /simple/selenium/ (Caused by SSLError("Can't connect
  55. to HTTPS URL because the SSL module is not available.")) - skipping
  56. Config variable 'Py_DEBUG' is unset, Python ABI tag may be incorrect
  57. Config variable 'WITH_PYMALLOC' is unset, Python ABI tag may be incorrect
  58. Given no hashes to check 0 links for project 'selenium': discarding no candida
  59. tes
  60. ERROR: Could not find a version that satisfies the requirement selenium (from
  61. versions: none)
  62. Cleaning up...
  63. Removed build tracker 'C:\\Users\\Skyler\\AppData\\Local\\Temp\\pip-req-tracker-
  64. fu8i30a1'
  65. ERROR: No matching distribution found for selenium
  66. Exception information:
  67. Traceback (most recent call last):
  68. File "C:\ProgramData\Anaconda3\lib\site-packages\pip\_internal\cli\base_comman
  69. d.py", line 188, in main
  70. status = self.run(options, args)
  71. File "C:\ProgramData\Anaconda3\lib\site-packages\pip\_internal\commands\instal
  72. l.py", line 345, in run
  73. resolver.resolve(requirement_set)
  74. File "C:\ProgramData\Anaconda3\lib\site-packages\pip\_internal\legacy_resolve.
  75. py", line 196, in resolve
  76. self._resolve_one(requirement_set, req)
  77. File "C:\ProgramData\Anaconda3\lib\site-packages\pip\_internal\legacy_resolve.
  78. py", line 359, in _resolve_one
  79. abstract_dist = self._get_abstract_dist_for(req_to_install)
  80. File "C:\ProgramData\Anaconda3\lib\site-packages\pip\_internal\legacy_resolve.
  81. py", line 307, in _get_abstract_dist_for
  82. self.require_hashes
  83. File "C:\ProgramData\Anaconda3\lib\site-packages\pip\_internal\operations\prep
  84. are.py", line 134, in prepare_linked_requirement
  85. req.populate_link(finder, upgrade_allowed, require_hashes)
  86. File "C:\ProgramData\Anaconda3\lib\site-packages\pip\_internal\req\req_install
  87. .py", line 211, in populate_link
  88. self.link = finder.find_requirement(self, upgrade)
  89. File "C:\ProgramData\Anaconda3\lib\site-packages\pip\_internal\index.py", line
  90. 1228, in find_requirement
  91. 'No matching distribution found for %s' % req
  92. pip._internal.exceptions.DistributionNotFound: No matching distribution found fo
  93. r selenium
  94. WARNING: pip is configured with locations that require TLS/SSL, however the ssl
  95. module in Python is not available.
  96. 1 location(s) to search for versions of pip:
  97. * https://pypi.org/simple/pip/
  98. Getting page https://pypi.org/simple/pip/
  99. Found index url https://pypi.org/simple
  100. Getting credentials from keyring for https://pypi.org/simple
  101. Getting credentials from keyring for pypi.org
  102. Looking up "https://pypi.org/simple/pip/" in the cache
  103. Request header has "max_age" as 0, cache bypassed
  104. Starting new HTTPS connection (1): pypi.org:443
  105. Could not fetch URL https://pypi.org/simple/pip/: There was a problem confirming
  106. the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retrie
  107. s exceeded with url: /simple/pip/ (Caused by SSLError("Can't connect to HTTPS UR
  108. L because the SSL module is not available.")) - skipping
  109. Config variable 'Py_DEBUG' is unset, Python ABI tag may be incorrect
  110. Config variable 'WITH_PYMALLOC' is unset, Python ABI tag may be incorrect
  111. Given no hashes to check 0 links for project 'pip': discarding no candidates
Add Comment
Please, Sign In to add comment