-
-
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
ValueError: unknown locale: UTF-8 #187
Comments
Yep, looks like this is a macOS bug that |
I keep getting this even if I added the lines in .profile and .bash_profile. :/ |
@behconsci , what shell are you using ? |
Adding the following lines into "~/.zshrc" fixed the problem in my environment:
|
Placing this on my .bash_profile worked for me
|
remember to |
Seems this is caused by terminal apps automatically setting locale variables. Both iTerm and Terminal.app have an option "Set locale variables..." enabled by default and set |
This is a workaround for pypa/pipenv#187
hi guys, export LC_ALL=en_US.UTF-8 |
thanks @douglasmiranda it works with me. |
if you have to create a |
This is a workaround for pypa/pipenv#187
So, I was using pipenv 3.1.* or 3.2.*, now I'm using pipenv==3.3.3 on macOS Sierra.
And this happens:
A strange thing, since I didn't changed anything on macOS locale settings, but I've fixed by adding, on my ~/.bash_profile (~/.zshrc):
I don't know if anyone will have the same issue, but if this is not something for pipenv to bypass without error or something, you can close the issue. =]
The text was updated successfully, but these errors were encountered: