Skip to content

Instantly share code, notes, and snippets.

@Olwaro
Created February 27, 2014 16:47
Show Gist options
  • Save Olwaro/9254010 to your computer and use it in GitHub Desktop.
Save Olwaro/9254010 to your computer and use it in GitHub Desktop.
Humanize setup fails on windows
Traceback (most recent call last):
File "setup.py", line 18, in <module>
long_description=open('README.rst').read(),
File "C:\Python33\lib\encodings\cp1252.py", line 23, in decode
return codecs.charmap_decode(input,self.errors,decoding_table)[0]
UnicodeDecodeError: 'charmap' codec can't decode byte 0x81 in position 2017: character maps to <undefined>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment