PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Monday the 13th of June, 2016

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[15:07:46] <amsharma> Hey guys, can someone please have a look at this pip related issue: https://github.com/mitmproxy/mitmproxy/issues/1249
[15:08:02] <amsharma> A user tried to install a package on their raspberry pi
[15:08:19] <amsharma> and experienced "ImportError: cannot import name HashMissing"
[15:23:58] <dstufft> amsharma: looks like a broken pip install, there's no released version of pip that has pip/utils/hashes.py that doesn't have HashMissing
[15:24:02] <dstufft> maybe their OS patched it or something
[15:24:32] <amsharma> um, so the correct course of action would be to re-install pip?
[15:31:58] <dstufft> amsharma: probably yea
[15:32:08] <amsharma> okay, thanks!