[issue32350] pip can't handle MSVC warnings containing special characters

2017-12-17 Thread Paul Moore
Paul Moore added the comment: This is a pip issue, not a Python issue. It's a known issue in the current version of pip, and should be fixed in the development version (via pull request https://github.com/pypa/pip/pull/4486). If you like, you can try the development

[issue32350] pip can't handle MSVC warnings containing special characters

2017-12-17 Thread Cutter
New submission from Cutter : When trying to install pylint using pip on Windows 10, the installation of wrapt (a dependency of pylint) fails because a special character in an MSVC warning can't be decoded to utf-8. Below is the relevant part of the console output: ---