Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 251 #5

Closed
jongra opened this issue Aug 11, 2019 · 0 comments
Closed

Comments

@jongra
Copy link

jongra commented Aug 11, 2019

File "/tmp/pip-install-_blny4xr/Products.DateRecurringIndex/setup.py", line 12, in <module>
open('CONTRIBUTORS.rst').read(),

File "/lib/python3.6/encodings/ascii.py", line 26, in decodemodule>
return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 251: ordinal not in range(128)

Unfortunatly the CONTRIBUTORS.rst contain unicode characters which lead to an error in my case.
One could modify the python .read() function or the CONTRIBUTORS.rst.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant