Skip to content

Instantly share code, notes, and snippets.

@cocoatomo
Created February 16, 2013 12:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cocoatomo/4966725 to your computer and use it in GitHub Desktop.
Save cocoatomo/4966725 to your computer and use it in GitHub Desktop.
Downloading/unpacking Jinja2>=2.3 (from sphinx)
Downloading Jinja2-2.6.tar.gz (389kB): 389kB downloaded
Exception in thread Thread-4:
Traceback (most recent call last):
File "/usr/local/Cellar/python3/3.3.0/Frameworks/Python.framework/Versions/3.3/lib/python3.3/threading.py", line 639, in _bootstrap_inner
self.run()
File "/usr/local/Cellar/python3/3.3.0/Frameworks/Python.framework/Versions/3.3/lib/python3.3/threading.py", line 596, in run
self._target(*self._args, **self._kwargs)
File "/Users/<user>/.virtualenvs/sphinx3/lib/python3.3/site-packages/pip-1.2.1-py3.3.egg/pip/index.py", line 245, in _get_queued_page
page = self._get_page(location, req)
File "/Users/<user>/.virtualenvs/sphinx3/lib/python3.3/site-packages/pip-1.2.1-py3.3.egg/pip/index.py", line 337, in _get_page
return HTMLPage.get_page(link, req, cache=self.cache)
File "/Users/<user>/.virtualenvs/sphinx3/lib/python3.3/site-packages/pip-1.2.1-py3.3.egg/pip/index.py", line 466, in get_page
inst = cls(u(contents), real_url, headers)
File "/Users/<user>/.virtualenvs/sphinx3/lib/python3.3/site-packages/pip-1.2.1-py3.3.egg/pip/backwardcompat.py", line 44, in u
return s.decode('utf-8')
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x8b in position 1: invalid start byte
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment