-
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
[SolverProblemError] Wrong dependency solving #3901
Comments
Hello @Olegt0rr, it seems that the resolver tries to find a solution for the latest major version of the dependency only and gives up if it cannot find a solution. Giving poetry a hint where to start searching works as a workaround, e.g. fin swimmer |
@finswimmer, |
another duplicate of #707 |
Good catch. |
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).Actions
pymongo = {version = "3.11.3", extras = ["srv"]}
poetry add dnspython
Expected output:
Real output
Rich log: https://gist.github.com/Olegt0rr/a464bc0f8fc6db6c87d9ba547273f8cb#file-console-log
The text was updated successfully, but these errors were encountered: