-
-
Notifications
You must be signed in to change notification settings - Fork 451
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
Infinite recursion on setuptools with Poetry 1.2 beta #648
Comments
Also happens for version A workaround is to remove
|
having the same issue as @vale981 |
I'm also having the same problem! |
#673 fixes it for me |
Seems like the recent setuptools-scm update broke something again :( |
Indeed. Deleting |
#736 is relevant to this as well it seems :) |
Fixed in #736. |
Temporary workaround for <nix-community/poetry2nix#648>.
* build(deps): bump urllib3 from 1.26.5 to 1.26.12 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.5 to 1.26.12. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@1.26.5...1.26.12) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * fix: Remove mention of setuptools Temporary workaround for <nix-community/poetry2nix#648>. Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Victor Engmark <[email protected]>
As of Poetry ≥ 1.2.0a1, specifically python-poetry/poetry@9a68da3 (python-poetry/poetry#2826),
setuptools
is no longer excluded frompoetry.lock
. This apparently leads to infinite recursion on various packages that transitively dependsetuptools
.Reproduction:
The text was updated successfully, but these errors were encountered: