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

pip3 deprecation warning for coming pip23.1 when installing swat #153

Open
dstonehouse opened this issue Mar 17, 2023 · 1 comment
Open

Comments

@dstonehouse
Copy link

I got this warning when I installed swat today:
DEPRECATION: swat 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

I resolved this by installing the wheel package. It seems one of two things is needed:
a) update the doc to mention the wheel package as a dependency or
b) make the swat install compatible with the coming pip 23.1 release

@bkemper24
Copy link
Contributor

Thanks for letting me know about this. I'll take a look at it.

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

No branches or pull requests

2 participants