-
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
Infinite dependency loop for azure-core #4054
Comments
The problem appears to be with the azure-iot-hub v 2.4.0. If I pin that to 2.3.0 then the loop disappears. Hope this helps. |
Debugged this together with @davidmweber - it indeed seems to be version 2.4.0 of azure-iot-hub. You can reproduce by running Something awry with that package, but is there some way for poetry not to land in an infinite loop like this? |
Oh but that is pretty..... |
I can confirm this bug still exists for poetry 1.1.7 |
I can confirm that this is still present in 1.1.8 |
on the master branch, poetry says:
which isn't super-helpful about where that error comes from: but it's a start, and it's not an infinite loop. The error actually comes from the python version requirements of |
Anyone who cares to get this fixed should submit an MR to that project, fixing this line: https://github.com/Azure/azure-iot-sdk-python/blob/c56e40d82e97f0a4204efc2d7ad260933260245e/azure-iot-hub/setup.py#L83 |
On Poetry On Poetry Since the issue is with the dependency itself now, closing this, since Poetry is not at cause. |
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. |
Issue
When running
poetry update
on this file, it gets stuck in an infinite loop. The output ofpoetry update -vvv
isThese lines just repeat.
Here is the full output up to the point where the loop is established:
loop.txt
The text was updated successfully, but these errors were encountered: