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

Error message on "az iot hub monitor-events -n" #499

Closed
donkyduck opened this issue Mar 9, 2022 · 3 comments
Closed

Error message on "az iot hub monitor-events -n" #499

donkyduck opened this issue Mar 9, 2022 · 3 comments

Comments

@donkyduck
Copy link

This is autogenerated. Please review and update as needed.

Describe the bug

Command Name
az iot hub monitor-events Extension Name: azure-iot. Version: 0.13.0.

Errors:

The command failed with an unexpected error. Here is the traceback:
cannot import name 'c_uamqp' from partially initialized module 'uamqp' (most likely due to a circular import) (/home/kalika/.azure/cliextensions/azure-iot/uamqp/__init__.py)
Traceback (most recent call last):
  File "/opt/az/lib/python3.8/site-packages/knack/cli.py", line 231, in invoke
    cmd_result = self.invocation.execute(args)
  File "/opt/az/lib/python3.8/site-packages/azure/cli/core/commands/__init__.py", line 658, in execute
    raise ex
  File "/opt/az/lib/python3.8/site-packages/azure/cli/core/commands/__init__.py", line 721, in _run_jobs_serially
    results.append(self._run_job(expanded_arg, cmd_copy))
  File "/opt/az/lib/python3.8/site-packages/azure/cli/core/commands/__init__.py", line 692, in _run_job
    result = cmd_copy(params)
  File "/opt/az/lib/python3.8/site-packages/azure/cli/core/commands/__init__.py", line 328, in __call__
    return self.handler(*args, **kwargs)
  File "/opt/az/lib/python3.8/site-packages/azure/cli/core/commands/command_operation.py", line 121, in handler
    return op(**command_args)
  File "/home/kalika/.azure/cliextensions/azure-iot/azext_iot/operations/hub.py", line 2945, in iot_hub_monitor_events
    _iot_hub_monitor_events(
  File "/home/kalika/.azure/cliextensions/azure-iot/azext_iot/operations/hub.py", line 3058, in _iot_hub_monitor_events
    from azext_iot.monitor.builders import hub_target_builder
  File "/home/kalika/.azure/cliextensions/azure-iot/azext_iot/monitor/builders/hub_target_builder.py", line 8, in <module>
    import uamqp
  File "/home/kalika/.azure/cliextensions/azure-iot/uamqp/__init__.py", line 12, in <module>
    from uamqp import c_uamqp  # pylint: disable=import-self
ImportError: cannot import name 'c_uamqp' from partially initialized module 'uamqp' (most likely due to a circular import) (/home/kalika/.azure/cliextensions/azure-iot/uamqp/__init__.py)

To Reproduce:

Steps to reproduce the behavior. Note that argument values have been redacted, as they may contain sensitive information.

  • Put any pre-requisite steps here...
  • az iot hub monitor-events -n {}

Expected Behavior

Environment Summary

Linux-5.4.0-1070-azure-x86_64-with-glibc2.28 (Cloud Shell), Common Base Linux Delridge (quinault)
Python 3.8.12
Installer: DEB

azure-cli 2.34.1

Extensions:
azure-iot 0.13.0
ai-examples 0.2.5
ssh 1.0.0

Dependencies:
msal 1.16.0
azure-mgmt-resource 20.0.0

Additional Context

@digimaun
Copy link
Member

digimaun commented Mar 9, 2022

Hi @donkyduck , can you please try appending --repair to the command to force a re-install of uamqp?

@donkyduck
Copy link
Author

Thank you for your suggestion! The problem has been solved. :-)

@vilit1
Copy link
Contributor

vilit1 commented Mar 15, 2022

Closing since this is the same issue as #465

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants