Skip to content
This repository has been archived by the owner on Mar 28, 2022. It is now read-only.

Build breaks due to nin-ascii chars in README #19

Closed
yurivict opened this issue Mar 29, 2018 · 1 comment
Closed

Build breaks due to nin-ascii chars in README #19

yurivict opened this issue Mar 29, 2018 · 1 comment

Comments

@yurivict
Copy link

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.

@yurivict yurivict changed the title Build breaks with python-2.7 Build breaks due to nin-ascii chars in README Mar 29, 2018
@bjodah bjodah closed this as completed in 2824e01 Mar 30, 2018
bjodah added a commit that referenced this issue Mar 30, 2018
Use io.open throught setup.py (fixes gh-19)
@bjodah
Copy link
Owner

bjodah commented Mar 30, 2018

Thanks, should (hopefully) work since gh-20.

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

No branches or pull requests

2 participants