[00:10:02] <unstable> nevermind, I just discovered pyxmlsec fails on x64 systems, and the solution is pyxmlsec-next
[02:05:50] <rodguze> pip install <some package> succeeds while pip install -r requirements.txt to install the same package fails with “Could not find downloads that satisfy the requirement”. Does anyone know what could be causing this behavior?
[09:21:53] <stuples> I realise this is a big question. But I've been looking at https://pypi.python.org/pypi/ and I was wondering if there is a way I can grab the PKG-INFO that sits inside each of the packages?
[09:22:51] <stuples> I could download *every* package and unpack them, and pull them out. But I was wondering if there is an easier/less instensive way?
[09:28:42] <stuples> I guess what I'm asking is; is there a straightforward way of looking at the meta-info (PKG-INFO) of a package?
[09:53:10] <stuples> i'll be back in a bit, but i'll probably download all the packages and extract the meta-info
[17:17:20] <JoeHazzers> i'm having trouble using pip behind a firewall. i have a proxy (which works with curl) that pip refuses to use