-
Notifications
You must be signed in to change notification settings - Fork 2.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
UnicodeEncodeError while doing docker setup. #3672
Comments
@viksts ENV PYTHONIOENCODING=utf-8 |
This didn't work for me. If you are using
|
Related: #1427 (comment) |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
-vvv
option).Issue
Trying to do setup of my project through docker on my development server. While installing poetry it is giving error
UnicodeEncodeError 'ascii' codec can't encode character '\u2022' in position 2: ordinal not in range(128) at ~/.poetry/lib/poetry/_vendor/py3.6/clikit/io/output_stream/stream_output_stream.py:24 in write The command '/bin/sh -c python3 ~/.poetry/bin/poetry install -n' returned a non-zero code: 1
but when i downgraded the poetry version to 1.0.10 it got installed properly.Command :- curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
The text was updated successfully, but these errors were encountered: