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

README.rst contains a non ascii character causing install failure with Python 3.5 Ubuntu #83

Closed
UTAS-Nick-Howden opened this issue Jun 29, 2016 · 4 comments

Comments

@UTAS-Nick-Howden
Copy link

The tick in the string ........ (if you're not using pypy)
is not an ascii tick but is \xe2 \x80 \x99

This causes the error
File "/tmp/easy_install-dd0xuxvq/bcrypt-3.0.0/setup.py", line 195, in
File "/usr/lib/python3.5/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 521: ordinal not in range(128)

@reaperhulk
Copy link
Member

You can fix this by setting your shell LC_ALL to a UTF8 locale, but this has been corrected in master as well and won't be present in the next release.

@pypingou
Copy link

won't be present in the next release.

Won't or will?

@reaperhulk
Copy link
Member

Not the clearest phrasing I suppose. The unicode character has been removed.

@dstufft
Copy link
Member

dstufft commented Jun 30, 2016

Closing this as it is resolved in master and will be fixed in the 3.1.0 release.

@dstufft dstufft closed this as completed Jun 30, 2016
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 15, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

4 participants