Closed czhao39 closed 7 years ago
Also, if you're going to mess with pip, you should add --disable-pip-version-check
, as that slows things down a tiny bit.
Okay I really over-complicated things. Just adding --no-cache
does the same as what I did.
You don't have to close the PR, you could have just force-pushed to this branch.
Also, I'm not opposed to wheels -- the main problem is just that the installer doesn't copy them over (I think it just looks for tar.gz?). I think maybe we could force pip >= 9 and then use
--platform
to make sure that if we do download a wheel, it's at least not a binary wheel.