-
-
Notifications
You must be signed in to change notification settings - Fork 525
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
UnicodeDecodeError on Windows when not using -vv
.
#1550
Comments
Feel free to open a PR against master and fix it. My available efforts at the moment are aimed at fixing this as part of #1394, but that probably will take a while (ETA September). |
I'm unable to reproduce this (the However, I get a similar unidecode error on Windows regardless of I suspect #1237, which was merged in 3.8.4 is related |
Requires use of tox <=3.8.3. See tox-dev/tox#1550
Requires use of tox <=3.8.3. See tox-dev/tox#1550
Any news on this? I still get the issue with Edit: Just tested with Python 3.8.6 and the issue is still there. |
I can confirm what @jtpavlock said: 566b6b6 broke it (I tested it and its parent commit to make sure). Changing verbosity level did nothing for me and I ended up pinning tox to v3.8.3. @gaborbernat can you please look into reverting / fixing said commit? I think that at the moment, it is impossible to run the latest tox on Windows if tests contain a non-ASCII character (at least with Python 3). |
Thanks for this hint with the tox v3.8.3. I could solve my problem with:
In my last name of my user account there is a German umlaut "ö" which belongs probably to the unicode byte 0xf6 in the error message. |
Confirm with what @jtpavlock and @sbraz said. Just tested with python 3.7.5 and tox 3.21.3 on Window, issue is still there. If I use tox 3.8.3 then it's fine. |
Environment variable |
Here's a tox bug report for a similar but different issue to that which we are experiencing: tox-dev/tox#1550
This is to work-around a tox encoding bug. Ref: tox-dev/tox#1550
Closing per above. |
When running
tox
ortox -v
on my project, I get theUnicodeDecodeError
below, but not if I runtox -vv
.How to reproduce?
I can reproduce with this toy example: https://github.com/ferencberes/tox-example
System
tox --version
: 3.14.6python --version
: Python 3.7.2The error I get:
The text was updated successfully, but these errors were encountered: