On Wed, 14 Apr 2021 13:59:00 +0100, Filipe Laíns <la...@archlinux.org> wrote:
> On Sun, 2021-04-11 at 00:59 +0000, Vincent Pelletier wrote:
> > Thanks for the pointer, I would love to use it. Unfortunately, this
> > fails to install on 2.7:
> > with
> >     install_requires=(
> >         "importlib_resources<=4.0.0;python_version<'3.0'",
> >         "importlib_resources;python_version>='3.0' and 
> > python_version<'3.7'",
> >     ),
> Can you share in more detail how find_namespace is being used? Python 2.7 does
> not support namespace packages, I'd say you probably don't really to use them
> anyway, putting a __init__.py in the target package folder and using the find
> directive instead should solve the issue.

This seems to actually be brought by the too-recent zipp that "setup.py
install" is fetching. "pip install ." works.
-- 
Vincent Pelletier
GPG fingerprint 983A E8B7 3B91 1598 7A92 3845 CAC9 3691 4257 B0C1

Attachment: pgpjKQCWY8VWC.pgp
Description: Signature digitale OpenPGP

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

Reply via email to