click-default-group icon indicating copy to clipboard operation
click-default-group copied to clipboard

Deprecation during install with latest version of `pip`

Open WilliamJamieson opened this issue 1 year ago • 15 comments

When installing towncrier in Python 3.11 using pip 23.0.1, I got the warning:

DEPRECATION: click-default-group 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

This appears to be an issue with how click-default-group handles getting itself installed.

WilliamJamieson avatar Mar 30 '23 20:03 WilliamJamieson