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

Add pyproject.toml for pip #5

Open
hoosnick opened this issue Aug 10, 2023 · 0 comments
Open

Add pyproject.toml for pip #5

hoosnick opened this issue Aug 10, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@hoosnick
Copy link
Member

pypa/pip#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 hoosnick added the bug Something isn't working label Aug 10, 2023
@hoosnick hoosnick changed the title add pyproject.toml for pip Add pyproject.toml for pip Aug 10, 2023
@Muhammadali-Akbarov Muhammadali-Akbarov added enhancement New feature or request and removed bug Something isn't working labels Aug 10, 2023
@hoosnick hoosnick self-assigned this Aug 18, 2023
hoosnick added a commit that referenced this issue Aug 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

2 participants