-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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 when installing ansible #623
Comments
Is your locale set up correctly? From the command line what is the value of the following command: These need to be set to "en_us.UTF-8" in your |
Hi, The output of these is:
So last two aren't set. But why pip works, virtualenv works and pipenv throws an error ? |
pip issue, not pipenv issue |
@marcinkuzminski more specifically, this seems like a pip-tools issue related issues:
if you read through some of the issues, people have a lot of issues reproducing this bug.
|
let's get this fixed in pip-tools then! |
Hi,
I installed pipenv 7.4.3, and trying to install ansible (pipenv install ansible) i get this traceback:
The text was updated successfully, but these errors were encountered: