-
-
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
2018.11.14 regression: UnicodeEncodeError: 'ascii' codec can't encode character u'\u2718' in position 0: ordinal not in range(128) #3223
Comments
We are sorry for the trouble. As a workaround, you can set |
What is your locale setting? Do you have LANG set? I think I’m using a better approach in most places... |
Seriously need to consolidate the output code |
This is an unaltered
|
Until this release did this work at all? |
Context: pipenv has required LANG to be set forever as far as I recall... |
- Add spiner symbols to unicode translation map - Update pythonfinder to master (ignore vendor update for now) - Fixes #3223 - Fixes #3224 Signed-off-by: Dan Ryan <[email protected]>
Yeah, things worked on pipenv 2018.10.13 and before. Working
Broken
|
(Waiting on a clean build of that PR but eventually it should be the right approach) |
- Add spiner symbols to unicode translation map - Update pythonfinder to master (ignore vendor update for now) - Fixes pypa#3223 - Fixes pypa#3224 Signed-off-by: Dan Ryan <[email protected]>
While at it, fix emoji issues with latest virtualenv [1]. JIRA: FUEL-398 [1] pypa/pipenv#3223 Change-Id: Ice5937222bf75c1ddadc6b9f1994635bc10faf57 Signed-off-by: Alexandru Avadanii <[email protected]>
While at it, fix emoji issues with latest virtualenv [1]. JIRA: FUEL-398 [1] pypa/pipenv#3223 Change-Id: Ice5937222bf75c1ddadc6b9f1994635bc10faf57 Signed-off-by: Alexandru Avadanii <[email protected]> (cherry picked from commit f03a33b)
When running
pipenv install --system --deploy
with pipenv 2018.11.14 on Ubuntu 16.04, I see the following crash:(What follows is some light investigation)
This new
PIPENV_SPINNER_FAIL_TEXT
variable seems to have been introduced in 4dac167. The crash is happening infs_str
here:pipenv/pipenv/vendor/vistir/compat.py
Lines 174 to 182 in d9ebad3
sys.getfilesystemencoding()
returns"ANSI_X3.4-1968"
on Ubuntu 16.04:Hope this helps!
The text was updated successfully, but these errors were encountered: