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 seanmccully
Recipients ezio.melotti, seanmccully, vstinner
Date 2017-05-20.03:41:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495251704.43.0.135851535967.issue30409@psf.upfronthosting.co.za>
In-reply-to
Content
Exception:
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/pip/basecommand.py", line 215, in main
    status = self.run(options, args)
  File "/usr/lib/python2.7/site-packages/pip/commands/install.py", line 312, in run
    wheel_cache
  File "/usr/lib/python2.7/site-packages/pip/basecommand.py", line 295, in populate_requirement_set
    wheel_cache=wheel_cache):
  File "/usr/lib/python2.7/site-packages/pip/req/req_file.py", line 84, in parse_requirements
    filename, comes_from=comes_from, session=session
  File "/usr/lib/python2.7/site-packages/pip/download.py", line 422, in get_file_content
    content = auto_decode(f.read())
  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
History
Date User Action Args
2017-05-20 03:41:44seanmccullysetrecipients: + seanmccully, vstinner, ezio.melotti
2017-05-20 03:41:44seanmccullysetmessageid: <1495251704.43.0.135851535967.issue30409@psf.upfronthosting.co.za>
2017-05-20 03:41:44seanmccullylinkissue30409 messages
2017-05-20 03:41:43seanmccullycreate