-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
pip fails when (windows 8.1 64-bit) user directory contains unicode #1713
Comments
reproduced on OSX; I created a user with a unicode character it home directory path, and then:
|
needs to be labeled with bug, windows, encoding |
The problem is with the usage of This happens when the full path of the home directory contains unicode and encoding of the stdout stream is not unicode. |
We should make sure these kinds of streams have permissive unicode On Mon, Apr 14, 2014, at 11:22 AM, Guy Rozendorn wrote: The problem is with the usage of --log-file, which contains the full This happens when the full path of the home directory contains — Reply to this email directly or [1]view it on GitHub. References |
An irc user reported that pip fails if your Windows home directory contains an acute capital A in Python 2.7.
C:\Users\Álex\Desktop>pip
Instead, pip should be able to handle any valid path name, not just the ones that encode to ascii.
The text was updated successfully, but these errors were encountered: