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 output (builds can take several minutes)?

I would like to pass options from the pip command line to the backend but neither --global-option or --install-option have any effect (the config_settings argument is always None). How do I achieve this?

Thanks,
Phil
--
Distutils-SIG mailing list -- distutils-sig@python.org
To unsubscribe send an email to distutils-sig-le...@python.org
https://mail.python.org/mailman3/lists/distutils-sig.python.org/
Message archived at 
https://mail.python.org/archives/list/distutils-sig@python.org/message/2QY5SC4OQ5R4LYCW52AROMPRCPWONEGG/

Reply via email to