[02:31:06] <Ivo> agronholm: there is https://github.com/dstufft/peps/blob/master/moar-better-wheels.rst to comment / PR on if you'd like to help change things in the future :)
[02:31:26] <agronholm> the thing is, I'm trying to set up continuous integration
[02:32:42] <agronholm> I have to point pip to a specific filename
[02:32:59] <agronholm> if I use -f, pip will take a long time looking for the packages in PyPI
[02:43:27] <Ivo> basically what it's designed for, creating a local cache of package wheels
[15:31:48] <Alex_Gaynor> dstufft: is --find-links deprecated (in favor of --extra-index-url)
[15:47:50] <dstufft> Alex_Gaynor: --find-links is not deprecated (because it does something slightly different than --extra-index-url). I want to unify --extra-index-url, --find-links, and --index-url.. I just haven't sorted out how yet
[23:27:09] <kevr> pip3 is trying to use a python 2 setup.py file to install something.
[23:27:28] <kevr> does that mean the package i'm trying to install is only meant for python 2?
[23:45:56] <agronholm> kevr: what are you trying to install?
[23:46:11] <agronholm> and what do you mean by a python 2 setup file
[23:46:20] <agronholm> are there several in the project...?