-
-
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
Adding httpx - infinity loop #1119
Comments
May I ask for a minimal reproducible example? I will need you to reduce the number of dependencies as much as possible. |
I think this is minimal I can provide
|
The MRE does help. This is a known issue with resolvelib, it just needs incredibly many rounds to find the resolution, not infinite. The conflict is brought by As a workaround, you can add |
Hmmmm.... i think that something is wrong. Almost 51 minutes is way too long. pipenv
pdm
Pipfile
|
I’m trying to add httpx to my existing project. But after
pdm add httpx
resolving the dependencies not ends - infinity loop in console.Steps to reproduce
pdm install --prod
pdm add httpx
Actual behavior
Resolving of dependecies not ends
Expected behavior
Resolving of dependencies should ends in some way - error or success
Environment Information
The text was updated successfully, but these errors were encountered: