-
Notifications
You must be signed in to change notification settings - Fork 3k
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 with pip installing anything #5016
Comments
So I found the cause of the issue. I was not aware that pip would read the file This umlaut has been there forever and until last week never caused this error. |
Hi! Thanks for filing this issue! Could you take a look and determine if this is still an issue with the latest master? |
Closing due to a lack of a response. |
@pradyunsg Yes, there is. Environment: Below is the stack trace: ` Errors: |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Description:
I am trying to install any package with pip, but this gives me a UnicodeDecodeError. Strangely this does work in the main user directory, but not in a python package directory.
What I've run:
For example update pip itself:
Returns:
Notes
which pip
from the main and sub directory return the same pip (/home/USER/miniconda3/envs/PYENV/bin/pip)The text was updated successfully, but these errors were encountered: