Skip to content

Instantly share code, notes, and snippets.

@cdeil
Created April 16, 2013 07:12
Show Gist options
  • Save cdeil/5393988 to your computer and use it in GitHub Desktop.
Save cdeil/5393988 to your computer and use it in GitHub Desktop.
$ pip-3.2 install ginga --user
Downloading/unpacking ginga
Downloading ginga-1.4-20130410193624.tar.gz (3.7MB): 3.7MB downloaded
Running setup.py egg_info for package ginga
Traceback (most recent call last):
File "<string>", line 16, in <module>
File "/var/folders/sb/4qv5j4m90pz1rw7m70rj1b1r0000gn/T/pip-build/ginga/setup.py", line 16, in <module>
long_description = read('README.txt'),
File "/var/folders/sb/4qv5j4m90pz1rw7m70rj1b1r0000gn/T/pip-build/ginga/setup.py", line 8, in read
return open(os.path.join(os.path.dirname(__file__), fname)).read()
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/encodings/ascii.py", line 26, in decode
return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe9 in position 1614: ordinal not in range(128)
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 16, in <module>
File "/var/folders/sb/4qv5j4m90pz1rw7m70rj1b1r0000gn/T/pip-build/ginga/setup.py", line 16, in <module>
long_description = read('README.txt'),
File "/var/folders/sb/4qv5j4m90pz1rw7m70rj1b1r0000gn/T/pip-build/ginga/setup.py", line 8, in read
return open(os.path.join(os.path.dirname(__file__), fname)).read()
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/encodings/ascii.py", line 26, in decode
return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe9 in position 1614: ordinal not in range(128)
----------------------------------------
Command python setup.py egg_info failed with error code 1 in /var/folders/sb/4qv5j4m90pz1rw7m70rj1b1r0000gn/T/pip-build/ginga
Storing complete log in /Users/deil/.pip/pip.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment