Skip to content

pip deprecation warning when installing pybars3 #80

Description

@sjep

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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions