[14:50:18] <dstufft> let me see if I can reproduce
[14:51:33] <dstufft> calston: I think I must be missing a step, I made a requirements.txt as you mentioned, then I did pip freeze and I didn't get an error
[17:53:14] <tdsmith> dstufft: hello! ping for the pip release?
[17:54:37] <dstufft> tdsmith: Yea, though I can submit a PR, I just wanted to double check that my memory was right that you just wanted PRs against CPython for right now
[17:56:19] <tdsmith> don't worry about a PR; I want to make some picky changes to how python3 and the pypys anyway
[18:06:11] <ionelmc> dstufft: i think i may have misreported the issue :-|
[18:06:41] <ionelmc> dstufft: initially i had something this issue https://github.com/pypa/pip/issues/2067
[18:08:42] <dstufft> ionelmc: Ok, so I'm confused :D Is your pip currently broken with an error?
[18:10:14] <ionelmc> dstufft: ok, so it was an bad error message caused by a bad import (not a circular import) - pip would exit anyway at that point but that got me very confused (and I mistook everything for a circular import issue)
[18:10:29] <ionelmc> the fix is in https://github.com/pypa/pip/pull/2247
[18:10:41] <ionelmc> i'll add repro instructions there
[18:12:43] <Embo`work> What's up with pip 6.0? What happened to 2-5?
[18:14:16] <ionelmc> dstufft: i've added details in the PR
[18:14:22] <Embo`work> It's breaking our jenkins builds for some reason, but that's just as much the fault of our outdated shiningpanda version which is still downloading it
[18:15:40] <Embo`work> for some reason pylint dies from missing deps. Hopefully we can get that jenkins plugin updated (though, why it has to have virtualenv plopped in it rather than using the system version, I really don't know)
[18:17:16] <dstufft> Embo`work: is it public? or can you paste a traceback
[18:17:16] <ionelmc> i have to say, the new pip has some nice stuff
[18:17:32] <ionelmc> is there some sort of highlevel overview with the new features?
[18:18:35] <Embo`work> dstufft: http://fpaste.org/162176/72202141/ << the relevant part
[18:19:18] <dstufft> Embo`work: hmm, that should work
[18:19:27] <dstufft> might be because of the 0.6c11 setuptools
[18:19:35] <dstufft> ionelmc: just the changelog really
[18:21:38] <Embo`work> I imagine it's that jenkins plugin. The dist-packages version of setuptools is 2.0.2, so I bet that old setuptools is probably coming from within the plugin