This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients dstufft, ezio.melotti, seanmccully, vstinner
Date 2017-05-20.05:29:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495258162.21.0.221664645433.issue30409@psf.upfronthosting.co.za>
In-reply-to
Content
File "/usr/lib/python2.7/site-packages/pip/utils/encoding.py", line 31, in auto_decode
    return data.decode(locale.getpreferredencoding(False))
TypeError: decode() argument 1 must be string, not None

I'm sorry, but this issue looks like a bug in pip, not in Python. Please report the issue at https://github.com/pypa/pip/issues
History
Date User Action Args
2017-05-20 05:29:22vstinnersetrecipients: + vstinner, ezio.melotti, dstufft, seanmccully
2017-05-20 05:29:22vstinnersetmessageid: <1495258162.21.0.221664645433.issue30409@psf.upfronthosting.co.za>
2017-05-20 05:29:22vstinnerlinkissue30409 messages
2017-05-20 05:29:22vstinnercreate