Advertisement
Guest User

Untitled

a guest
Nov 15th, 2014
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.41 KB | None | 0 0
  1. (website)rnikhil275@infamous:~/streaming-system/website$ pip install django==1.5Downloading/unpacking django==1.5
  2. Downloading Django-1.5.tar.gz (8.0MB): 126kB downloaded
  3. Cleaning up...
  4. Exception:
  5. Traceback (most recent call last):
  6. File "/home/rnikhil275/streaming-system/website/local/lib/python2.7/site-packages/pip/basecommand.py", line 122, in main
  7. status = self.run(options, args)
  8. File "/home/rnikhil275/streaming-system/website/local/lib/python2.7/site-packages/pip/commands/install.py", line 278, in run
  9. requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
  10. File "/home/rnikhil275/streaming-system/website/local/lib/python2.7/site-packages/pip/req.py", line 1197, in prepare_files
  11. do_download,
  12. File "/home/rnikhil275/streaming-system/website/local/lib/python2.7/site-packages/pip/req.py", line 1375, in unpack_url
  13. self.session,
  14. File "/home/rnikhil275/streaming-system/website/local/lib/python2.7/site-packages/pip/download.py", line 572, in unpack_http_url
  15. download_hash = _download_url(resp, link, temp_location)
  16. File "/home/rnikhil275/streaming-system/website/local/lib/python2.7/site-packages/pip/download.py", line 433, in _download_url
  17. for chunk in resp_read(4096):
  18. File "/home/rnikhil275/streaming-system/website/local/lib/python2.7/site-packages/pip/download.py", line 421, in resp_read
  19. chunk_size, decode_content=False):
  20. File "/home/rnikhil275/streaming-system/website/local/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/response.py", line 240, in stream
  21. data = self.read(amt=amt, decode_content=decode_content)
  22. File "/home/rnikhil275/streaming-system/website/local/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/response.py", line 187, in read
  23. data = self._fp.read(amt)
  24. File "/usr/lib/python2.7/httplib.py", line 567, in read
  25. s = self.fp.read(amt)
  26. File "/usr/lib/python2.7/socket.py", line 380, in read
  27. data = self._sock.recv(left)
  28. File "/usr/lib/python2.7/ssl.py", line 341, in recv
  29. return self.read(buflen)
  30. File "/usr/lib/python2.7/ssl.py", line 260, in read
  31. return self._sslobj.read(len)
  32. SSLError: The read operation timed out
  33.  
  34. Storing debug log for failure in /home/rnikhil275/.pip/pip.log
  35. (website)rnikhil275@infamous:~/streaming-system/website$ pip install django=="1.5"
  36. Downloading/unpacking django==1.5
  37. Downloading Django-1.5.tar.gz (8.0MB): 14% 1.2MB
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement