[15:02:11] <KTS> Alright! Now it works! Thank you guys for helping me out for nooby question...!
[15:39:05] <aspiers> please can someone explain why "pip install git-deps -vvv" is still installing 1.0.0rc1 even though I've uploaded rc2 and it's clearly available via https://pypi.org/simple/git-deps/ ?
[15:39:33] <aspiers> it says "Analyzing links from page https://pypi.org/simple/git-deps/" but only admits to finding rc1
[15:42:38] <aspiers> weird, now it's installing rc2
[16:03:12] <di_codes> aspiers: it’s possible that pip’s local HTTP cache on your machine was not stale enough for it to go out to pypi and get the latest
[16:03:34] <aspiers> di_codes: it magically worked a few minutes later. where does that cache live?
[16:04:39] <di_codes> aspiers: depends on your platform. you can ignore it with `--no-cache-dir`
[16:04:57] <aspiers> di_codes: I would have expected -vvv to show the cache in use, but it didn't
[16:05:20] <di_codes> aspiers: can you share the output with -vvv via bpaste or a gist?
[16:06:10] <aspiers> sadly not unless I can reproduce it
[16:06:32] <di_codes> aspiers: ah, i as assuming it was in your scrollback
[16:49:07] <bitdancer> The one that gets me is when it says it can't find any version to satisfy a requirement, and I *know* I just uploaded that version to our index. That is a surprise *every* time :)
[18:18:19] <kiwi2> Hi folks.. is there a PGP signature or published checksum of https://bootstrap.pypa.io/get-pip.py so I can trust it hasn't been compromised?