-
-
Notifications
You must be signed in to change notification settings - Fork 424
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
Unable to add flakeheaven
dependency.
#908
Comments
Currently experiencing resolution loops as well with PDM 1.12.8. No further details yet. |
We've been able to fix it on our side by removing upper bounds of internal projects' dependencies. We just fixed the symptom though! |
It fails because
Currently, the resolver has to traverse the dependency tree back and try every older version until it can't find one satisfying the version constraints or the maximum resolution round(10000) is reached. So it looks like an infinite loop. As a workaround, you can manually set the resolution of |
Thanks for the solution @frostming |
Make sure you run commands with
-v
flag before pasting the output.Steps to reproduce
Actual behavior
The dependency is not added, and it enters in an endless loop
Could it be due to their python specifier?
It's similar to #627 but that one was supposed to be fixed
Expected behavior
Dependency is added
Environment Information
The text was updated successfully, but these errors were encountered: