Skip to content

UnicodeDecodeError in pip help bundle #794

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

Closed
peterdemin opened this issue Feb 7, 2013 · 1 comment
Closed

UnicodeDecodeError in pip help bundle #794

peterdemin opened this issue Feb 7, 2013 · 1 comment
Labels
auto-locked Outdated issues that have been locked by automation C: encoding Related to text encoding and likely, UnicodeErrors

Comments

@peterdemin
Copy link

internet@1:~/Загрузки> pip help bundle
Exception:
Traceback (most recent call last):
File "/usr/local/lib/python2.7/site-packages/pip/basecommand.py", line 107, in main
status = self.run(options, args)
File "/usr/local/lib/python2.7/site-packages/pip/commands/help.py", line 21, in run
command.parser.print_help()
File "/usr/lib/python2.7/optparse.py", line 1664, in print_help
file.write(self.format_help().encode(encoding, "replace"))
UnicodeDecodeError: 'ascii' codec can't decode byte 0xd0 in position 2800: ordinal not in range(128)

Storing complete log in /home/internet/.pip/pip.log

@qwcode
Copy link
Contributor

qwcode commented Feb 9, 2013

unfortunately, pip bundle is very likely going away. I'll leave this open until then, in case that changes.

@lock lock bot added the auto-locked Outdated issues that have been locked by automation label Jun 5, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Jun 5, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
auto-locked Outdated issues that have been locked by automation C: encoding Related to text encoding and likely, UnicodeErrors
Projects
None yet
Development

No branches or pull requests

2 participants