-
-
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
pipenv crashes with an click error #1151
Comments
More details: Python installed via homebrew. |
@halloleo sorry that you ran into this issue, thanks for the report. There is actually a known issue with locale settings and MacOS terminals with regard to unicode. In order to run anything at all involving python3 or requiring unicode support (including pipenv) I think you'll have to set Hope that helps, and thanks again! |
Thank @techalchemy! |
Interesting. In my zsh profile everything works normal, but with circus (https://circus.readthedocs.io) it breaks with this error. Too, macos. Will try with language update: works this: [env]
LC_ALL = en_US.UTF-8
LANG = en_US.UTF-8 |
When running
pipenv
without any parameters (installed into Python 3.6) I get:Environment:
OS is macOS 10.11
Python is 3.6.3
Terminal is (and has to be) set to ASCII.
LANG
environment variable is not set (but could be if that helps).The text was updated successfully, but these errors were encountered: