-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
werid behavior #486
Comments
Yes, there is. I'll send a fix very soon. Thank you for reporting this
|
Sorry for the delay. |
Thanks hope this is pushed to pip as soon as possible. |
@chantisnake: No problem 😃 In the meantime you can update to |
#486: Use alternative encoding when sys.stdout.encoding is None
@chantisnake already in pip =) |
Thanks, I just got the fix, it is awesome, but there is still decoding error like
this... Is there a way to fix this? |
I can hunt this one at some easy pace. Subshell execution for variable definition is probably messing color sequences. In the meantime I've already setup a Windows build on AppVeyor and things are looking good. BTW, @nvbn, what do you think of these fancy badges? |
@scorphus it woild be nice to have them. |
nvbn#486: Use alternative encoding when sys.stdout.encoding is None
nvbn#486: Use alternative encoding when sys.stdout.encoding is None
I have problem like this. How fix it?
|
Please check #673 for hints/solutions. |
nvbn#486: Use alternative encoding when sys.stdout.encoding is None
python 2.7.10
windows powershell
when I type:
it gives me something that is completely weird:
and then give an exception:
I think this is related to UTF-8 encoding in python2...
I cannot add python3 to path, because my vim plugins will require python2 in the path...
Is there any way I can fix this?
The text was updated successfully, but these errors were encountered: