robotpy / robotpy-installer

RobotPy installer program
MIT License
5 stars 11 forks source link

resolve #3 (download tarballs rather than wheels) #10

Closed czhao39 closed 7 years ago

virtuald commented 7 years ago

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.

virtuald commented 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.

czhao39 commented 7 years ago

Okay I really over-complicated things. Just adding --no-cache does the same as what I did.

virtuald commented 7 years ago

You don't have to close the PR, you could have just force-pushed to this branch.