Advertisement
Guest User

Untitled

a guest
Nov 21st, 2014
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.19 KB | None | 0 0
  1. jchan@dev-jchan:~/code/pinboard$ use_virtualenv
  2. New python executable in /home/jchan/code/.venv/bin/python
  3. Installing Setuptools..............................................................................................................................................................................................................................done.
  4. Installing Pip.....................................................................................................................................................................................................................................................................................................................................done.
  5. Installing pip requirements.
  6. Cannot fetch index base URL http://devpi.pinadmin.com/root/pinternal/+simple/
  7. Error timed out while getting http://devpi.pinadmin.com/root/pypi/+e/http/effbot.org/media/downloads/PIL-1.1.7.tar.gz#md5=a4f6ff4fe9490171910ad1585aef85b5 (from http://devpi.pinadmin.com/root/pinternal/+simple/PIL/)
  8. Exception:
  9. Traceback (most recent call last):
  10. File "/home/jchan/code/.venv/local/lib/python2.7/site-packages/pip/basecommand.py", line 134, in main
  11. status = self.run(options, args)
  12. File "/home/jchan/code/.venv/local/lib/python2.7/site-packages/pip/commands/install.py", line 236, in run
  13. requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
  14. File "/home/jchan/code/.venv/local/lib/python2.7/site-packages/pip/req.py", line 1092, in prepare_files
  15. self.unpack_url(url, location, self.is_download)
  16. File "/home/jchan/code/.venv/local/lib/python2.7/site-packages/pip/req.py", line 1238, in unpack_url
  17. retval = unpack_http_url(link, location, self.download_cache, self.download_dir)
  18. File "/home/jchan/code/.venv/local/lib/python2.7/site-packages/pip/download.py", line 602, in unpack_http_url
  19. resp = _get_response_from_url(target_url, link)
  20. File "/home/jchan/code/.venv/local/lib/python2.7/site-packages/pip/download.py", line 638, in _get_response_from_url
  21. resp = urlopen(target_url)
  22. File "/home/jchan/code/.venv/local/lib/python2.7/site-packages/pip/download.py", line 176, in __call__
  23. response = self.get_opener(scheme=scheme).open(url)
  24. File "/usr/lib/python2.7/urllib2.py", line 400, in open
  25. response = self._open(req, data)
  26. File "/usr/lib/python2.7/urllib2.py", line 418, in _open
  27. '_open', req)
  28. File "/usr/lib/python2.7/urllib2.py", line 378, in _call_chain
  29. result = func(*args)
  30. File "/usr/lib/python2.7/urllib2.py", line 1207, in http_open
  31. return self.do_open(httplib.HTTPConnection, req)
  32. File "/usr/lib/python2.7/urllib2.py", line 1180, in do_open
  33. r = h.getresponse(buffering=True)
  34. File "/usr/lib/python2.7/httplib.py", line 1030, in getresponse
  35. response.begin()
  36. File "/usr/lib/python2.7/httplib.py", line 407, in begin
  37. version, status, reason = self._read_status()
  38. File "/usr/lib/python2.7/httplib.py", line 365, in _read_status
  39. line = self.fp.readline()
  40. File "/usr/lib/python2.7/socket.py", line 447, in readline
  41. data = self._sock.recv(self._rbufsize)
  42. timeout: timed out
  43.  
  44. Storing complete log in /home/jchan/.pip/pip.log
  45. (.venv)jchan@dev-jchan:~/code/pinboard$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement