[Distutils] Re: pip and PEP 517 Backends

2019-08-25 Thread Phil Thompson
On 25/08/2019 19:46, Chris Jerdonek wrote: On Sun, Aug 25, 2019 at 8:15 AM Phil Thompson wrote: On 24/08/2019 10:27, Paul Moore wrote: > pip -v (or maybe -vv) should show this (plus a chunk of other stuff, > unfortunately, but we don't have any finer control over what gets > logged (and I'm n

[Distutils] Re: pip and PEP 517 Backends

2019-08-25 Thread Chris Jerdonek
On Sun, Aug 25, 2019 at 8:15 AM Phil Thompson wrote: > On 24/08/2019 10:27, Paul Moore wrote: > > pip -v (or maybe -vv) should show this (plus a chunk of other stuff, > > unfortunately, but we don't have any finer control over what gets > > logged (and I'm not even sure what a good UI for somethi

[Distutils] Re: pip and PEP 517 Backends

2019-08-25 Thread Phil Thompson
On 24/08/2019 10:27, Paul Moore wrote: On Sat, 24 Aug 2019 at 06:46, Phil Thompson wrote: I have a PEP 517 compatible backend which works with pip to install from an sdist (via an internal wheel). However there are a couple of issues... pip swallows all output from the backend. Is there any

[Distutils] Re: pip and PEP 517 Backends

2019-08-24 Thread Paul Moore
On Sat, 24 Aug 2019 at 06:46, Phil Thompson wrote: > > I have a PEP 517 compatible backend which works with pip to install from > an sdist (via an internal wheel). However there are a couple of > issues... > > pip swallows all output from the backend. Is there anyway for the user > to see the outp