Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.71 KB | None | 0 0
  1. Exception:
  2. Traceback (most recent call last):
  3. File "/usr/share/python-wheels/urllib3-1.19.1-py2.py3-none-any.whl/urllib3/connectionpool.py", line 594, in urlopen
  4. chunked=chunked)
  5. File "/usr/share/python-wheels/urllib3-1.19.1-py2.py3-none-any.whl/urllib3/connectionpool.py", line 391, in _make_request
  6. six.raise_from(e, None)
  7. File "<string>", line 2, in raise_from
  8. File "/usr/share/python-wheels/urllib3-1.19.1-py2.py3-none-any.whl/urllib3/connectionpool.py", line 387, in _make_request
  9. httplib_response = conn.getresponse()
  10. File "/usr/lib/python3.5/http/client.py", line 1198, in getresponse
  11. response.begin()
  12. File "/usr/lib/python3.5/http/client.py", line 297, in begin
  13. version, status, reason = self._read_status()
  14. File "/usr/lib/python3.5/http/client.py", line 266, in _read_status
  15. raise RemoteDisconnected("Remote end closed connection without"
  16. http.client.RemoteDisconnected: Remote end closed connection without response
  17.  
  18. During handling of the above exception, another exception occurred:
  19.  
  20. Traceback (most recent call last):
  21. File "/usr/lib/python3/dist-packages/pip/basecommand.py", line 215, in main
  22. status = self.run(options, args)
  23. File "/usr/lib/python3/dist-packages/pip/commands/install.py", line 353, in run
  24. wb.build(autobuilding=True)
  25. File "/usr/lib/python3/dist-packages/pip/wheel.py", line 749, in build
  26. self.requirement_set.prepare_files(self.finder)
  27. File "/usr/lib/python3/dist-packages/pip/req/req_set.py", line 380, in prepare_files
  28. ignore_dependencies=self.ignore_dependencies))
  29. File "/usr/lib/python3/dist-packages/pip/req/req_set.py", line 554, in _prepare_file
  30. require_hashes
  31. File "/usr/lib/python3/dist-packages/pip/req/req_install.py", line 278, in populate_link
  32. self.link = finder.find_requirement(self, upgrade)
  33. File "/usr/lib/python3/dist-packages/pip/index.py", line 465, in find_requirement
  34. all_candidates = self.find_all_candidates(req.name)
  35. File "/usr/lib/python3/dist-packages/pip/index.py", line 423, in find_all_candidates
  36. for page in self._get_pages(url_locations, project_name):
  37. File "/usr/lib/python3/dist-packages/pip/index.py", line 568, in _get_pages
  38. page = self._get_page(location)
  39. File "/usr/lib/python3/dist-packages/pip/index.py", line 683, in _get_page
  40. return HTMLPage.get_page(link, session=self.session)
  41. File "/usr/lib/python3/dist-packages/pip/index.py", line 792, in get_page
  42. "Cache-Control": "max-age=600",
  43. File "/usr/share/python-wheels/requests-2.12.4-py2.py3-none-any.whl/requests/sessions.py", line 501, in get
  44. return self.request('GET', url, **kwargs)
  45. File "/usr/lib/python3/dist-packages/pip/download.py", line 386, in request
  46. return super(PipSession, self).request(method, url, *args, **kwargs)
  47. File "/usr/share/python-wheels/requests-2.12.4-py2.py3-none-any.whl/requests/sessions.py", line 488, in request
  48. resp = self.send(prep, **send_kwargs)
  49. File "/usr/share/python-wheels/requests-2.12.4-py2.py3-none-any.whl/requests/sessions.py", line 609, in send
  50. r = adapter.send(request, **kwargs)
  51. File "/usr/share/python-wheels/CacheControl-0.11.7-py2.py3-none-any.whl/cachecontrol/adapter.py", line 47, in send
  52. resp = super(CacheControlAdapter, self).send(request, **kw)
  53. File "/usr/share/python-wheels/requests-2.12.4-py2.py3-none-any.whl/requests/adapters.py", line 423, in send
  54. timeout=timeout
  55. File "/usr/share/python-wheels/urllib3-1.19.1-py2.py3-none-any.whl/urllib3/connectionpool.py", line 643, in urlopen
  56. _stacktrace=sys.exc_info()[2])
  57. File "/usr/share/python-wheels/urllib3-1.19.1-py2.py3-none-any.whl/urllib3/util/retry.py", line 315, in increment
  58. total -= 1
  59. TypeError: unsupported operand type(s) for -=: 'Retry' and 'int'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement