Skip to content

Instantly share code, notes, and snippets.

@seb-thomas
Created March 13, 2013 16:57
Show Gist options
  • Save seb-thomas/5154064 to your computer and use it in GitHub Desktop.
Save seb-thomas/5154064 to your computer and use it in GitHub Desktop.
errrroorrr
Requirement already satisfied (use --upgrade to upgrade): e==1.3 in /home/seb/.virtualenvs/defected/lib/python2.7/site-packages (from -r requirements.txt (line 3))
Downloading/unpacking docutils (from -r requirements.txt (line 4))
Downloading docutils-0.10.tar.gz (1.6MB): 684kB downloaded
Exception:
Traceback (most recent call last):
File "/home/seb/.virtualenvs/defected/local/lib/python2.7/site-packages/pip-1.2.1-py2.7.egg/pip/basecommand.py", line 107, in main
status = self.run(options, args)
File "/home/seb/.virtualenvs/defected/local/lib/python2.7/site-packages/pip-1.2.1-py2.7.egg/pip/commands/install.py", line 256, in run
requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
File "/home/seb/.virtualenvs/defected/local/lib/python2.7/site-packages/pip-1.2.1-py2.7.egg/pip/req.py", line 1018, in prepare_files
self.unpack_url(url, location, self.is_download)
File "/home/seb/.virtualenvs/defected/local/lib/python2.7/site-packages/pip-1.2.1-py2.7.egg/pip/req.py", line 1142, in unpack_url
retval = unpack_http_url(link, location, self.download_cache, self.download_dir)
File "/home/seb/.virtualenvs/defected/local/lib/python2.7/site-packages/pip-1.2.1-py2.7.egg/pip/download.py", line 463, in unpack_http_url
download_hash = _download_url(resp, link, temp_location)
File "/home/seb/.virtualenvs/defected/local/lib/python2.7/site-packages/pip-1.2.1-py2.7.egg/pip/download.py", line 380, in _download_url
chunk = resp.read(4096)
File "/usr/lib/python2.7/socket.py", line 380, in read
data = self._sock.recv(left)
File "/usr/lib/python2.7/httplib.py", line 561, in read
s = self.fp.read(amt)
File "/usr/lib/python2.7/socket.py", line 380, in read
data = self._sock.recv(left)
timeout: timed out
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment