[Python-ideas] Re: [Distutils] Re: Linux binary wheels?

2019-08-20 Thread Nick Timkovich
On Tue, Aug 20, 2019, at 5:05 AM Matthew Brett wrote: > ... Unless you meant wheels for non-Intel platforms, in which case, > please do say more about you need. Minor tangent: I've seen some people use https://www.piwheels.org/ for Raspberry Pi (ARM 6/7), but could the ARM binaries be

[Python-ideas] Re: [Distutils] Re: Linux binary wheels?

2019-08-20 Thread Paul Moore
On Tue, 20 Aug 2019 at 14:50, Brian Skinn 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

[Python-ideas] Re: [Distutils] Re: Linux binary wheels?

2019-08-20 Thread Brian Skinn
On Tue, Aug 20, 2019 at 6:14 AM Matthew Brett wrote: > Hi, > > On Tue, Aug 20, 2019 at 11:10 AM Brian Skinn > wrote: > > > > > > > > On Tue, Aug 20, 2019, 06:05 Matthew Brett > wrote: > >> > >> Hi, > > > > > >> See the links that Wes posted for more details, or try pip installing > >> Numpy