Skip to content

Deprecated setup.py warning #87

Description

@beauremus

Describe the bug
When installing acsys-python there's a deprecation warning from pip.

DEPRECATION: acsys 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

To Reproduce
Steps to reproduce the behavior:

  1. Run pip install --extra-index-url=https://www-bd.fnal.gov/pip3 acsys
  2. See the error

Expected behavior
acsys-python installs without warnings or errors.

Screenshots

(venv) [beau@jupyter-beau--41-43-53ys-2d-50ython-2d-50layground delete-me]$ pip install --extra-index-url=https://www-bd.fnal.gov/pip3 acsys
Looking in indexes: https://pypi.org/simple, https://www-bd.fnal.gov/pip3
Collecting acsys
  Downloading https://www-bd.fnal.gov/pip3/acsys/acsys-0.12.8.tar.gz (31 kB)
  Preparing metadata (setup.py) ... done
Collecting nest_asyncio
  Downloading nest_asyncio-1.6.0-py3-none-any.whl (5.2 kB)
Installing collected packages: nest_asyncio, acsys
  DEPRECATION: acsys 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 acsys ... done
Successfully installed acsys-0.12.8 nest_asyncio-1.6.0

Environment (please complete the following information):

  • clx
  • EAF

Activity

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions