mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
UnicodeDecodeError #277
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bombolini on GitHub (Apr 17, 2019).
Hello,
During installation on ubuntu14.04, I receive below error:
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 42: ordinal not in range(128)Thanks
Bombolini
@eustas commented on GitHub (Apr 17, 2019):
Hello. Did you mean some package installation?
@bombolini commented on GitHub (Apr 17, 2019):
Hello,
Yes, during installation. Let me try one more time this evening.
@eustas commented on GitHub (Apr 17, 2019):
Sure. Please more output (surrounding error message), so it will be easier to pinpoint the problem. Thanks.
@eustas commented on GitHub (May 7, 2019):
Any updates?