Guest User

Untitled

a guest
Apr 17th, 2019
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.29 KB | None | 0 0
  1. File "/usr/lib/python3/dist-packages/pip/req/req_set.py", line 380, in prepare_files
  2. ignore_dependencies=self.ignore_dependencies))
  3. File "/usr/lib/python3/dist-packages/pip/req/req_set.py", line 554, in _prepare_file
  4. require_hashes
  5. File "/usr/lib/python3/dist-packages/pip/req/req_install.py", line 278, in populate_link
  6. self.link = finder.find_requirement(self, upgrade)
  7. File "/usr/lib/python3/dist-packages/pip/index.py", line 465, in find_requirement
  8. all_candidates = self.find_all_candidates(req.name)
  9. File "/usr/lib/python3/dist-packages/pip/index.py", line 423, in find_all_candidates
  10. for page in self._get_pages(url_locations, project_name):
  11. File "/usr/lib/python3/dist-packages/pip/index.py", line 568, in _get_pages
  12. page = self._get_page(location)
  13. File "/usr/lib/python3/dist-packages/pip/index.py", line 683, in _get_page
  14. return HTMLPage.get_page(link, session=self.session)
  15. File "/usr/lib/python3/dist-packages/pip/index.py", line 792, in get_page
  16. "Cache-Control": "max-age=600",
  17. File "/usr/share/python-wheels/requests-2.12.4-py2.py3-none-any.whl/requests/sessions.py", line 501, in get
  18. return self.request('GET', url, **kwargs)
  19. File "/usr/lib/python3/dist-packages/pip/download.py", line 386, in request
  20. return super(PipSession, self).request(method, url, *args, **kwargs)
  21. File "/usr/share/python-wheels/requests-2.12.4-py2.py3-none-any.whl/requests/sessions.py", line 488, in request
  22. resp = self.send(prep, **send_kwargs)
  23. File "/usr/share/python-wheels/requests-2.12.4-py2.py3-none-any.whl/requests/sessions.py", line 609, in send
  24. r = adapter.send(request, **kwargs)
  25. File "/usr/share/python-wheels/CacheControl-0.11.7-py2.py3-none-any.whl/cachecontrol/adapter.py", line 47, in send
  26. resp = super(CacheControlAdapter, self).send(request, **kw)
  27. File "/usr/share/python-wheels/requests-2.12.4-py2.py3-none-any.whl/requests/adapters.py", line 423, in send
  28. timeout=timeout
  29. File "/usr/share/python-wheels/urllib3-1.19.1-py2.py3-none-any.whl/urllib3/connectionpool.py", line 643, in urlopen
  30. _stacktrace=sys.exc_info()[2])
  31. File "/usr/share/python-wheels/urllib3-1.19.1-py2.py3-none-any.whl/urllib3/util/retry.py", line 315, in increment
  32. total -= 1
  33. TypeError: unsupported operand type(s) for -=: 'Retry' and 'int'
Add Comment
Please, Sign In to add comment