On 2021-03-25 20:01:12 +0000 (+0000), Thomas Kluyver wrote:
> I'm surprised it fails on the wheels - how exactly are you using
> pip?
> 
> If you're relying on PEP 517, then pip 18.1 is too old to install
> it from an sdist - PEP 517 support was added in 19.0
> (https://pip.pypa.io/en/stable/news/#id448 ). But that shouldn't
> be a problem for installing from a wheel that has already been
> made.

Unless you're making ABI3 wheels, which require pip 20.0 or later to
find them (and then they'll fall back to pulling the sdist which
they can't build because of no pyproject.toml support before 19.0).
-- 
Jeremy Stanley

Attachment: signature.asc
Description: PGP signature

--
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/Y4DS6NLB4GMWSZUQBUJPFSH7ED326DFP/

Reply via email to