You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
-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 addsix
,azure-core
, andrequests
manually, it still loops infinitely.The part that loops forever looks like this.
It happens when I run
poetry add -D azure-iot-hub
orpoetry add azure-iot-hub
.The text was updated successfully, but these errors were encountered: