payme-pkg icon indicating copy to clipboard operation
payme-pkg copied to clipboard

Add `pyproject.toml` for pip

Open hoosnick opened this issue 2 years ago • 0 comments

https://github.com/pypa/pip/issues/8559

  1. A package failing to build. Scroll up in the output to see if "Building wheel" failed for the same package. If yes, then you want to investigate that issue and not this warning.

  2. Or, wheel not being installed in your environment. If you're a user, install that package in the environment to avoid hitting this issue. If you're the package author, make sure you can install the package with --use-pep517 passed into pip.

hoosnick avatar Aug 10 '23 07:08 hoosnick