PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Thursday the 31st of March, 2016

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[11:27:54] <knoxxs> hey guys, can someone help me with https://groups.google.com/forum/#!topic/python-virtualenv/L4fqjsQpiPw
[11:39:34] <knoxxs> anyone there?
[12:05:44] <dstufft> knoxxs: I think Jython might require a patched copy of pip, or at the very least I think a newer version of virtualenv
[13:49:27] <disq> Hey, I'm getting a "pkg_resources._vendor.packaging.markers.UndefinedEnvironmentName: 'extra' does not exist in evaluation environment" in my virtualenv after today's setuptools 20.6.6 release, any ideas how to circumvent this? I have no idea what this is btw :)
[13:50:38] <disq> creating the virtualenv with --no-setuptools and then doing a pip install setuptools==20.4 seems to fix it
[15:59:07] <mhils> is there any way we can make `pip install https://snapshots.mitmproxy.org/mitmproxy-latest-py2-none-any.whl` work?
[15:59:24] <mhils> this currently complains about an invalid wheel filename :(
[17:40:06] <dstufft> mhils: "latest" isn't a real version number
[17:40:15] <mhils> dstufft: I know!
[17:40:19] <dstufft> which is I think, why that doesn't work
[17:40:39] <dstufft> arguably we should just blindly install whatever someone explicitly tells us to install in that scenario
[17:41:13] <mhils> We'd just like to have a "latest" wheel we can refer to in response to user queries
[17:41:52] <mhils> it may work with a 301 redirect (haven't verified that?), but that does not play well with simple HTTP/FTP servers. :-(
[17:43:23] <dstufft> a 301 redirect ight work yea
[17:43:53] <dstufft> I think you'd need a PR against pip to make the simplest thing there work
[17:52:22] <mhils> dstufft: thx :-)
[17:52:22] <mhils> +
[18:00:21] <aclark> dstufft: looks like this is happening again, FYI: https://github.com/aclark4life/vanity/issues/22
[18:07:21] <dstufft> [Arfrever]: sigh
[18:07:22] <dstufft> er
[18:07:23] <dstufft> aclark:
[18:07:30] <dstufft> the legacy stats stuff is horribad
[18:07:48] <aclark> Yep
[18:08:47] <dstufft> the new stuff is nice though!
[18:08:53] <dstufft> I just need to finish it :/