iotedgedev icon indicating copy to clipboard operation
iotedgedev copied to clipboard

[BUG] `iotedgedev monitor` fails in devcontainer

Open beandrad opened this issue 3 years ago • 0 comments

Description

iotedgedev monitor fails when running it inside the devcontainer due to some issues related to the uamqp library.

One solution is to install azure-cli using pip when creating the devcontainer.

depends on: #560

Expected behavior

iotedgedev monitor to work from the devcontainer

Actual behavior

iotedgedev monitor throws an error message related to uamqp library. MicrosoftTeams-image

Steps to Reproduce

  • Start devcontainer.
  • Run iotedgedev monitor.

Environment

  • iotedgedev Version: v3.3.4
  • Python Version: 3.6
  • Pip Version:
  • Development machine OS Version: Ubuntu 20.04
  • IoT Edge device OS Version: Ubuntu 20.04

beandrad avatar May 13 '22 15:05 beandrad