Advertisement
Guest User

Untitled

a guest
Sep 10th, 2018
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.87 KB | None | 0 0
  1. Exception:
  2. Traceback (most recent call last):
  3. File "/srv/homeassistant/share/python-wheels/urllib3-1.19.1-py2.py3-none-any.whl/urllib3/connectionpool.py", line 594, in urlopen
  4. chunked=chunked)
  5. File "/srv/homeassistant/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 "/srv/homeassistant/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 258, in _read_status
  15. line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  16. File "/usr/lib/python3.5/socket.py", line 576, in readinto
  17. return self._sock.recv_into(b)
  18. File "/usr/lib/python3.5/ssl.py", line 937, in recv_into
  19. return self.read(nbytes, buffer)
  20. File "/usr/lib/python3.5/ssl.py", line 799, in read
  21. return self._sslobj.read(len, buffer)
  22. File "/usr/lib/python3.5/ssl.py", line 583, in read
  23. v = self._sslobj.read(len, buffer)
  24. ConnectionResetError: [Errno 104] Connection reset by peer
  25.  
  26. During handling of the above exception, another exception occurred:
  27.  
  28. Traceback (most recent call last):
  29. File "/srv/homeassistant/lib/python3.5/site-packages/pip/basecommand.py", line 215, in main
  30. status = self.run(options, args)
  31. File "/srv/homeassistant/lib/python3.5/site-packages/pip/commands/install.py", line 353, in run
  32. wb.build(autobuilding=True)
  33. File "/srv/homeassistant/lib/python3.5/site-packages/pip/wheel.py", line 749, in build
  34. self.requirement_set.prepare_files(self.finder)
  35. File "/srv/homeassistant/lib/python3.5/site-packages/pip/req/req_set.py", line 380, in prepare_files
  36. ignore_dependencies=self.ignore_dependencies))
  37. File "/srv/homeassistant/lib/python3.5/site-packages/pip/req/req_set.py", line 620, in _prepare_file
  38. session=self.session, hashes=hashes)
  39. File "/srv/homeassistant/lib/python3.5/site-packages/pip/download.py", line 821, in unpack_url
  40. hashes=hashes
  41. File "/srv/homeassistant/lib/python3.5/site-packages/pip/download.py", line 659, in unpack_http_url
  42. hashes)
  43. File "/srv/homeassistant/lib/python3.5/site-packages/pip/download.py", line 853, in _download_http_url
  44. stream=True,
  45. File "/srv/homeassistant/share/python-wheels/requests-2.12.4-py2.py3-none-any.whl/requests/sessions.py", line 501, in get
  46. return self.request('GET', url, **kwargs)
  47. File "/srv/homeassistant/lib/python3.5/site-packages/pip/download.py", line 386, in request
  48. return super(PipSession, self).request(method, url, *args, **kwargs)
  49. File "/srv/homeassistant/share/python-wheels/requests-2.12.4-py2.py3-none-any.whl/requests/sessions.py", line 488, in request
  50. resp = self.send(prep, **send_kwargs)
  51. File "/srv/homeassistant/share/python-wheels/requests-2.12.4-py2.py3-none-any.whl/requests/sessions.py", line 609, in send
  52. r = adapter.send(request, **kwargs)
  53. File "/srv/homeassistant/share/python-wheels/CacheControl-0.11.7-py2.py3-none-any.whl/cachecontrol/adapter.py", line 47, in send
  54. resp = super(CacheControlAdapter, self).send(request, **kw)
  55. File "/srv/homeassistant/share/python-wheels/requests-2.12.4-py2.py3-none-any.whl/requests/adapters.py", line 423, in send
  56. timeout=timeout
  57. File "/srv/homeassistant/share/python-wheels/urllib3-1.19.1-py2.py3-none-any.whl/urllib3/connectionpool.py", line 643, in urlopen
  58. _stacktrace=sys.exc_info()[2])
  59. File "/srv/homeassistant/share/python-wheels/urllib3-1.19.1-py2.py3-none-any.whl/urllib3/util/retry.py", line 315, in increment
  60. total -= 1
  61. TypeError: unsupported operand type(s) for -=: 'Retry' and 'int'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement