Pull request for Python pip installer accepted
https://github.com/pypa/pip/pull/374 The pull request addresses a UnicodeDecodeError bug in pip. It affects pip in Python 3 and it's triggered when a package install fails and emits Unicode characters to the console. A classic...