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

Can't install a package that has fire #7726

Closed
yingshaoxo opened this issue Mar 28, 2023 · 2 comments
Closed

Can't install a package that has fire #7726

yingshaoxo opened this issue Mar 28, 2023 · 2 comments
Labels
area/installer Related to the dependency installer kind/bug Something isn't working as expected status/duplicate Duplicate issues

Comments

@yingshaoxo
Copy link

 ChefBuildError

  Backend 'setuptools.build_meta:__legacy__' is not available.

  at /usr/local/lib/python3.10/site-packages/poetry/installation/chef.py:152 in _prepare
      148│ 
      149│                 error = ChefBuildError("\n\n".join(message_parts))
      150│ 
      151│             if error is not None:
    → 152│                 raise error from None
      153│ 
      154│             return path
      155│ 
      156│     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 fire (0.5.0) not supporting PEP 517 builds. You can verify this by running 'pip wheel --use-pep517 "fire (==0.5.0)"'.

1 error occurred:
        * Status: The command '/bin/sh -c poetry install' returned a non-zero code: 1, Code: 1
@yingshaoxo yingshaoxo added kind/bug Something isn't working as expected status/triage This issue needs to be triaged labels Mar 28, 2023
@dimbleby
Copy link
Contributor

works fine for me:

$ poetry add fire==0.5.0

Updating dependencies
Resolving dependencies... (0.4s)

Writing lock file

Package operations: 3 installs, 0 updates, 0 removals

  • Installing six (1.16.0)
  • Installing termcolor (2.2.0)
  • Installing fire (0.5.0)

duplicate #7611, if this is reproducible please leave a note there.

This one should be closed.

@radoering radoering added area/installer Related to the dependency installer status/duplicate Duplicate issues and removed status/triage This issue needs to be triaged labels Mar 28, 2023
@radoering radoering closed this as not planned Won't fix, can't repro, duplicate, stale Mar 28, 2023
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 29, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area/installer Related to the dependency installer kind/bug Something isn't working as expected status/duplicate Duplicate issues
Projects
None yet
Development

No branches or pull requests

3 participants