-
-
Notifications
You must be signed in to change notification settings - Fork 704
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
Watchdog v0.10.0 fails to install (UnicodeDecodeError): v0.9.0 works fine #615
Comments
From https://www.python.org/dev/peps/pep-0540/#locale-encoding-and-utf-8 : |
I cannot thank you enough @tehkirill for the fix, we spent the morning trying to fix this and your fix works like a charm. |
Why is this needed in v0.10.0 where it wasn't needed before? Also, I'm installing about 100 other requirements without needing said workaround. |
I cannot reproduce, even with Once I can reproduce, I will patch |
There is a unicode character
@BoboTiG is your In any case, specifying encoding |
@tehkirill do you want to open a PR? |
* enforce 'utf-8' encoding, fixes #615 * using `open` from `codecs` for py2.7 support * Updated changelog to reflect OS locale fix
…hargosh#616) * enforce 'utf-8' encoding, fixes gorakhargosh#615 * using `open` from `codecs` for py2.7 support * Updated changelog to reflect OS locale fix
The text was updated successfully, but these errors were encountered: