You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 28, 2022. It is now read-only.
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "setup.py", line 136, in <module>
long_description = open('README.rst').read()
File "/usr/local/lib/python3.6/encodings/ascii.py", line 26, in decode
return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 3019: ordinal not in range(128)
This is because you have non-ascii characters in README.
The text was updated successfully, but these errors were encountered:
yurivict
changed the title
Build breaks with python-2.7
Build breaks due to nin-ascii chars in README
Mar 29, 2018
This is because you have non-ascii characters in README.
The text was updated successfully, but these errors were encountered: