[21:54:57] <dstufft> lifeless: the tl;dr is that Extras is some OSX crap where Apple puts the stuff they preinstall (Ok fine, give it it's own dir that's cool), but they put it on the sys.path _before_ site-packages
[21:55:07] <dstufft> so if something is in Extras, you can't upgrade it with pip
[21:56:19] <lifeless> dstufft: so yeah, I'm fighting these reports at regular intervals now
[21:56:40] <lifeless> dstufft: I'm wondering if pip should grow some error mode w.r.t. anything it installs that won't be importable
[21:57:02] <lifeless> dstufft: with perhaps argparse and wsgiref special cased to not complain