Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DEPRECATION: amazon.ion is being installed using the legacy 'setup.py install' method #305

Open
lasley opened this issue Nov 21, 2023 · 1 comment
Labels

Comments

@lasley
Copy link

lasley commented Nov 21, 2023

Performing a pip install amazon.ion yields the following deprecation notice

Installing collected packages: amazon.ion
DEPRECATION: amazon.ion 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 pypa/pip#8559

@lasley lasley added the bug label Nov 21, 2023
@jobarr-amzn
Copy link

Thanks for bringing this to our attention. I am not personally very familiar with this, from some reading just now in the Python Packaging User Guide it seems like a pyproject.toml would (could?) replace requirements.txt and some amount of setup.cfg and setup.py?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants