Re: [Distutils] Re: Linux binary wheels?

Paul Moore <[email protected]>
Newsgroups gmane.comp.python.ideas,gmane.comp.python.distutils.devel
Message-ID <CACac1F80vMJJkTaaokZP0Q+ZH8RJxJpUDmfpgJdUQ7qOjBB4-A@mail.gmail.com>
On Tue, 20 Aug 2019 at 14:50, Brian Skinn <[email protected]> wrote:

> I wonder if there's an OS dependence here, though -- I'm almost certain I've had to use `--only-binary` in the past, to avoid pip on my Windows machines trying to download and build sdists, even when wheels were available.

Pip prefers newer versions over older ones. If there's a newer version
with no binaries, pip will use the source for that version and try to
build, even if there are older binaries. `--only-binary` would address
that (although there is also a `--prefer-binary` flag in newer
versions of pip, which is better suited to that situation).

Paul
_______________________________________________
Python-ideas mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at https://mail.python.org/archives/list/[email protected]/message/FR464FPXMZKTR5QBCWYTYSPBSOXFRKYM/
Code of Conduct: http://python.org/psf/codeofconduct/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.