Skip to content
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

poetry add azure-iot-hub infinite loop #4154

Closed
2 tasks done
aressler38 opened this issue Jun 8, 2021 · 4 comments
Closed
2 tasks done

poetry add azure-iot-hub infinite loop #4154

aressler38 opened this issue Jun 8, 2021 · 4 comments
Labels
kind/bug Something isn't working as expected

Comments

@aressler38
Copy link

aressler38 commented Jun 8, 2021

  • I am on the latest Poetry version.
  • I have searched the issues of this repo and believe that this is not a duplicate.
  • [ x If an exception occurs when executing a command, I executed it again in debug mode (-vvv option).

Issue

I cannot add azure-iot-hub to a project. I can't add it to a blank project or one with existing dependencies. I see it looping infinitely when I try to add it. Even if I add six, azure-core, and requests manually, it still loops infinitely.

The part that loops forever looks like this.

   1: selecting azure-core (1.15.0)
   1: fact: azure-core (1.15.0) depends on requests (>=2.18.4)
   1: fact: azure-core (1.15.0) depends on six (>=1.11.0)
   1: selecting azure-core (1.15.0)
   1: fact: azure-core (1.15.0) depends on requests (>=2.18.4)
   1: fact: azure-core (1.15.0) depends on six (>=1.11.0)
   1: selecting azure-core (1.15.0)
   1: fact: azure-core (1.15.0) depends on requests (>=2.18.4)
   1: fact: azure-core (1.15.0) depends on six (>=1.11.0)
   1: selecting azure-core (1.15.0)
   1: fact: azure-core (1.15.0) depends on requests (>=2.18.4)
   1: fact: azure-core (1.15.0) depends on six (>=1.11.0)

It happens when I run poetry add -D azure-iot-hub or poetry add azure-iot-hub.

@aressler38 aressler38 added kind/bug Something isn't working as expected status/triage This issue needs to be triaged labels Jun 8, 2021
@aressler38
Copy link
Author

save.log

@davidmweber
Copy link

This is a duplicate of #4054

@mkniewallner
Copy link
Member

Similar to #4054, so closing as duplicate.

@mkniewallner mkniewallner closed this as not planned Won't fix, can't repro, duplicate, stale Jul 9, 2022
@mkniewallner mkniewallner removed the status/triage This issue needs to be triaged label Jul 9, 2022
Copy link

github-actions bot commented Mar 1, 2024

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/bug Something isn't working as expected
Projects
None yet
Development

No branches or pull requests

3 participants