Message9726

Author zyasoft
Recipients methane, zyasoft
Date 2015-03-29.05:22:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427606552.48.0.305902542566.issue2302@psf.upfronthosting.co.za>
In-reply-to
Content
This is a known issue with the html5lib vendor lib for pip, because it attempts to use isolated surrogate Unicode codepoints, and that's not legal for the UTF-16 used by Java/Jython.

You also reported #2301, so you're trying ensurepip. The other way to install the same pip we bundle with Jython is to install with setup.py directly from this fork: https://github.com/jythontools/pip
History
Date User Action Args
2015-03-29 05:22:32zyasoftsetmessageid: <1427606552.48.0.305902542566.issue2302@psf.upfronthosting.co.za>
2015-03-29 05:22:32zyasoftsetrecipients: + zyasoft, methane
2015-03-29 05:22:32zyasoftlinkissue2302 messages
2015-03-29 05:22:32zyasoftcreate