[13:50:02] <jonathanj> You are not allowed to store 'compose' package information
[13:50:32] <jonathanj> i'm not sure why i'm not allowed to store it, https://pypi.python.org/pypi/compose is 404
[13:51:46] <tos9> jonathanj: the URLs (at least used to be) case sensitive, so it could be at Compose
[13:51:56] <tos9> but that doesn't appear to be the case this time
[13:52:07] <tos9> so I'd guess what happened is a package that got taken down possibly.
[13:52:46] <jonathanj> so if there's no package currently on pypi with that name, is it possible i can have that name?
[13:52:48] <tos9> jonathanj: dstufft or richard jones (who doesn't appear to be in here but I think is in #python-infra or you could mail him) should be able to tell you exactly
[13:53:01] <tos9> jonathanj: "probably yes" I think, assuming my guess is right
[13:53:39] <tos9> never mind he's not there either, not sure what TZ he's in.
[13:53:56] <jonathanj> tos9: thanks, i'll wait until someone has time to take a look
[16:02:08] <dstufft> jonathanj: compose is registered by someone, they don't have any releases published though
[20:58:22] <agronholm> ubuntu 15.04...works fine here
[20:58:54] <nanonyme> robak, why on earth would you even consider --no-setuptools?
[20:59:21] <nanonyme> Oh, bad workaround. Never mind
[20:59:32] <wsanchez> Does this PITA look familiar to anyone:
[20:59:32] <wsanchez> Download error on https://pypi.python.org/simple/cffi/: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590) -- Some packages may not be found!
[20:59:47] <wsanchez> I'm using Linux, which is confusing and scary
[21:02:03] <nanonyme> wsanchez, I'd try running it with more verbosity levels to see if there's a more specific error to the SSL
[23:05:09] <robak> nanonyme: I am not considering it, I was simply debugging the problem and discovered that when this option is being used, the problem goes away - I even said that the venv is useless when this is used