Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
UnicodeDecodeError in tox install if LC_ALL = C #223
Comments
smoser
changed the title from
UnicodeDecodeError in tox install if LANG = C
to
UnicodeDecodeError in tox install if LC_ALL = C
Feb 24, 2015
smoser
commented
Feb 24, 2015
|
It seems that this appeared in 0.8.1 (using deps of 'httpretty==0.8.0' passes, but 'httpretty==0.8.1' fails). |
smoser
commented
Feb 24, 2015
|
seems likely to be related to 42b2476 and the unicode seen there in readme.rst |
JohnVillalovos
referenced this issue
Feb 25, 2015
Closed
Python3: httpretty fails to install if LANG=C environment variable is set. #224
|
Just tested it with |
smoser
commented
Mar 25, 2015
|
Well, the original test case that I opened with above is still failing. dies with: |
This was referenced Mar 26, 2015
Tarrasch
commented
May 13, 2015
|
Did you find any workaround @smoser? |
smoser
commented
May 14, 2015
|
The easiest work around is to just install with a utf-8 locale. (en_US.utf-8) |
Tarrasch
commented
May 14, 2015
|
Thanks @smoser! Do you happen to know if the locale for the Travis build environment suddenly changed since yesterday? Or is only spotify/luigi affected by this? |
Tarrasch
referenced this issue
in spotify/luigi
May 14, 2015
Closed
Test `test_get_info` is failing #951
smoser
commented
May 14, 2015
|
On Wed, 13 May 2015, Arash Rouhani wrote:
I don't know. old: new: |
aviau
commented
May 14, 2015
|
Same issue here |
smoser commentedFeb 24, 2015
if LC_ALL is 'C', then installation in a tox environment fails.
Removing the 'setenv' block allows it to work.