-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Description
On a call to pip install pybars3 on a pip version >= 22.3.1 I get the following warning:
Collecting pybars3
Downloading pybars3-0.9.7.tar.gz (29 kB)
Preparing metadata (setup.py) ... done
Collecting PyMeta3>=0.5.1
Downloading PyMeta3-0.5.1.tar.gz (29 kB)
Preparing metadata (setup.py) ... done
Installing collected packages: PyMeta3, pybars3
DEPRECATION: PyMeta3 is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/8559
Running setup.py install for PyMeta3 ... done
DEPRECATION: pybars3 is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/8559
Running setup.py install for pybars3 ... done
Successfully installed PyMeta3-0.5.1 pybars3-0.9.7
So it seems pip 23.1 users will no longer be able to install pybars3 (or PyMeta3)
Metadata
Metadata
Assignees
Labels
No labels