-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Resolving pdfminer-six depedency causes infinite loop #3132
Comments
@sdispater seems that Similar issue #3200. Seems to be acused due to some issue with the name normalisation process. |
Relates-to: python-poetry/poetry#3132 Relates-to: python-poetry/poetry#3200
Relates-to: python-poetry/poetry#3132 Relates-to: python-poetry/poetry#3200
I am experiencing a similar infinite loop in dependency solving for a different package:
|
Worked for me:
|
should be closed by python-poetry/poetry-core#328 |
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. |
-vvv
option).Issue
Minimal toml to replicate issue:
Running poetry update -vvv results in infinite loop:
The issue is most likely cause be that inconsistent naming: package pdfminer.six is correctly selected, it just doesn't match the provided pdfminer-six constraint.
The text was updated successfully, but these errors were encountered: