goldmann / docker-squash

Docker image squashing tool
MIT License
831 stars 108 forks source link

docker-squash 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 #221

Closed benchonaut closed 7 months ago

benchonaut commented 1 year ago

Error message says it all

#87 31.13 Installing collected packages: docker-squash
#87 31.14   DEPRECATION: docker-squash 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
rnc commented 7 months ago

I am unable to reproduce this on Fedora or Ubunutu. Can you please provide more details on your system, what was installed, and how you provoked the error.

rnc commented 7 months ago

I'm closing this ; please reopen if you can provide more diagnostics.