We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
python2.7 -B setup.py config Traceback (most recent call last): File "setup.py", line 53, in <module> readme = readme_file.read() File "/usr/lib/python2.7/encodings/ascii.py", line 26, in decode return codecs.ascii_decode(input, self.errors)[0] UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 1147: ordinal not in range(128)
The text was updated successfully, but these errors were encountered:
a24decb#diff-88b99bb28683bd5b7e3a204826ead112R25
This broke the parsing, it is not a normal hyphen.
Sorry, something went wrong.
Fix Python 2 build error
b73f106
Resolves #527.
@hasufell Should be fixed on coconut-develop (pip install coconut-develop) and I'll try to get a new release out soon fixing this on master.
coconut-develop
pip install coconut-develop
As a workaround (if someone else stumbles over it), I did:
iconv -c -f utf-8 -t ascii README.rst > README.tmp strings README.tmp > README.rst
d3b2bf2
No branches or pull requests
The text was updated successfully, but these errors were encountered: