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

Doesn't support PEP 517 – A build-system independent format for source trees #14

Open
ktdiedrich opened this issue Jul 11, 2023 · 0 comments

Comments

@ktdiedrich
Copy link

poetry install fails

     143│ 
      144│                 error = ChefBuildError("\n\n".join(message_parts))
      145│ 
      146│             if error is not None:
    → 147│                 raise error from None
      148│ 
      149│             return path
      150│ 
      151│     def _prepare_sdist(self, archive: Path, destination: Path | None = None) -> Path:

Note: This error originates from the build backend, and is likely not a problem with poetry but with pystrum (0.3) not supporting PEP 517 builds. You can verify this by running 'pip wheel --use-pep517 "pystrum (==0.3)"'.

This can be worked around with pip install pystrum from in an activated poetry shell.

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

1 participant