-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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:
- Run
pip install --extra-index-url=https://www-bd.fnal.gov/pip3 acsys - 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
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working