Ok, if I remove the whl from the cache, it gives me the tar.gz, and now this is expected. And as we said perhaps download does not check for cached wheels anymore (where can I ask to confirm this? the github project sends here, perhaps I create a new topic with that exact question).
How is that whl ending up there? Here is my lead: I am using pybuilder and calling install_runtime_dependencies against a requirements.txt, and this caches the whl. Maybe this is a feature of pybuilder to speed up future builds, but in this case I am back asking what's in the topic title: what are the implications of having whl vs tar.gz? (consider that I am shipping those dependencies along in my deployments, which are not guaranteed 100% to be the same combination of SW/HW of the building agent) On Fri, Jan 20, 2017 at 1:16 PM, Donald Stufft <don...@stufft.io> wrote: > > On Jan 20, 2017, at 3:50 AM, Diego Costantini <diego.costant...@gmail.com> > wrote: > > I also noticed that I am on pip 8 which deprecates --download already, and > on latest documentation <https://pip.pypa.io/en/stable/user_guide/#id20>, > they still reference only that old syntax, but they also mention something > that might have changed: > > >> Note that pip install --download will look in your wheel cache first, >> before trying to download from PyPI. If you've never installed your >> requirements before, you won't have a wheel cache for those items. >> > > In that case, since some of the packages never provided a whl, how would I > have them in my wheel cache? > > > > The wheel cache is filled with wheels that pip built locally. It’s > possible that ``pip install —download`` gives you one of those locally > built wheels but pip download does not. > > — > Donald Stufft > > > > -- > You received this message because you are subscribed to a topic in the > Google Groups "virtualenv" group. > To unsubscribe from this topic, visit https://groups.google.com/d/ > topic/python-virtualenv/1trXi2y8C-Q/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > python-virtualenv+unsubscr...@googlegroups.com. > To post to this group, send email to python-virtualenv@googlegroups.com. > Visit this group at https://groups.google.com/group/python-virtualenv. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "virtualenv" group. To unsubscribe from this group and stop receiving emails from it, send an email to python-virtualenv+unsubscr...@googlegroups.com. To post to this group, send email to python-virtualenv@googlegroups.com. Visit this group at https://groups.google.com/group/python-virtualenv. For more options, visit https://groups.google.com/d/optout.