Advertisement
montrix

Untitled

Dec 8th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.52 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/usr/lib/python2.7/dist-packages/pip/basecommand.py", line 215, in main
  3. status = self.run(options, args)
  4. File "/usr/lib/python2.7/dist-packages/pip/commands/install.py", line 353, in run
  5. wb.build(autobuilding=True)
  6. File "/usr/lib/python2.7/dist-packages/pip/wheel.py", line 749, in build
  7. self.requirement_set.prepare_files(self.finder)
  8. File "/usr/lib/python2.7/dist-packages/pip/req/req_set.py", line 380, in prepare_files
  9. ignore_dependencies=self.ignore_dependencies))
  10. File "/usr/lib/python2.7/dist-packages/pip/req/req_set.py", line 620, in _prepare_file
  11. session=self.session, hashes=hashes)
  12. File "/usr/lib/python2.7/dist-packages/pip/download.py", line 821, in unpack_url
  13. hashes=hashes
  14. File "/usr/lib/python2.7/dist-packages/pip/download.py", line 659, in unpack_http_url
  15. hashes)
  16. File "/usr/lib/python2.7/dist-packages/pip/download.py", line 882, in _download_http_url
  17. _download_url(resp, link, content_file, hashes)
  18. File "/usr/lib/python2.7/dist-packages/pip/download.py", line 603, in _download_url
  19. hashes.check_against_chunks(downloaded_chunks)
  20. File "/usr/lib/python2.7/dist-packages/pip/utils/hashes.py", line 46, in check_against_chunks
  21. for chunk in chunks:
  22. File "/usr/lib/python2.7/dist-packages/pip/download.py", line 571, in written_chunks
  23. for chunk in chunks:
  24. File "/usr/lib/python2.7/dist-packages/pip/utils/ui.py", line 139, in iter
  25. for x in it:
  26. File "/usr/lib/python2.7/dist-packages/pip/download.py", line 560, in resp_read
  27. decode_content=False):
  28. File "/usr/share/python-wheels/urllib3-1.19.1-py2.py3-none-any.whl/urllib3/response.py", line 432, in stream
  29. data = self.read(amt=amt, decode_content=decode_content)
  30. File "/usr/share/python-wheels/urllib3-1.19.1-py2.py3-none-any.whl/urllib3/response.py", line 380, in read
  31. data = self._fp.read(amt)
  32. File "/usr/share/python-wheels/CacheControl-0.11.7-py2.py3-none-any.whl/cachecontrol/filewrapper.py", line 63, in read
  33. self._close()
  34. File "/usr/share/python-wheels/CacheControl-0.11.7-py2.py3-none-any.whl/cachecontrol/filewrapper.py", line 50, in _close
  35. self.__callback(self.__buf.getvalue())
  36. File "/usr/share/python-wheels/CacheControl-0.11.7-py2.py3-none-any.whl/cachecontrol/controller.py", line 275, in cache_response
  37. self.serializer.dumps(request, response, body=body),
  38. File "/usr/share/python-wheels/CacheControl-0.11.7-py2.py3-none-any.whl/cachecontrol/serialize.py", line 87, in dumps
  39. ).encode("utf8"),
  40. MemoryError
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement