[13:47:19] <dstufft> glyph: the wheel cache is _only_ for stuff that it built locally, the http cache is for stuff it pulled down, and that one is less introspectable, it uses a hash of the request itself, and serislizes the actual HTTP response and saves it
[14:51:07] <Earchcraft> is there a way for pip to install -r from requirements but disregard the version in the file and just install the latest version?
[16:35:10] <Earchcraft> ionelmc: thanks i'll give it a try
[16:50:09] <doismellburning> I am both impressed and scared by AWS Lambda supporting zipped virtualenvs
[18:35:26] <[Tritium]> I am installing a bunch of things in a virtualenv and getting a lot of errors building wheels with assert tag == supported_tags[0] AssertionError
[18:38:40] <[Tritium]> apparently only in virtualenvs
[18:44:49] <[Tritium]> I think I need to update virtualenv... wheel outside of venvs is up-to-date, but inside brand new ones, its a version or two out of date
[18:46:47] <ionelmc> [Tritium]: that's because virtualenv bundles wheel