Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make use of recent cached setuptools/pip/wheel wheels when creating #801

Closed
Ivoz opened this issue Oct 1, 2015 · 2 comments
Closed

Make use of recent cached setuptools/pip/wheel wheels when creating #801

Ivoz opened this issue Oct 1, 2015 · 2 comments

Comments

@Ivoz
Copy link

Ivoz commented Oct 1, 2015

Given the presence of https://pip.pypa.io/en/stable/reference/pip_install/#wheel-cache

It might be possible that newer pip & setuptools & wheel wheels could be present there... is it worth trying to discover and use them, in priority of those present in /virtualenv_support/?

@FlipperPA
Copy link

Plus one to this, if possible. My python 3.5 branch of a Vagrant box I maintain currently removes wheel-0.24* from /virtualenv_support/ and copies wheel-0.26 in place, which works, but is ugly. I see that 0.26 is on the develop branch, so thanks for that!

@tysonclugg
Copy link

+1 on this, as setuptools 18.2 is being installed but doesn't support the python_platform_implementation environment marker which was introduced in setuptools 18.5.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants