Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Bug#1034797: azure-cli: az keyvault show fails with No module named 'azure.keyvault.v7_0'

321 views
Skip to first unread message

Gregor Riepl

unread,
Apr 24, 2023, 1:20:04 PM4/24/23
to
Package: azure-cli
Version: 2.45.0-1
Severity: normal
X-Debbugs-Cc: oni...@gmail.com

Dear Maintainer,

az keyvault secret show (options don't matter) currently fails on Debian with
the following error:
----
The command failed with an unexpected error. Here is the traceback:
No module named 'azure.keyvault.v7_0'
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/knack/cli.py", line 233, in invoke
cmd_result = self.invocation.execute(args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/azure/cli/core/commands/__init__.py",
line 561, in execute
self.commands_loader.load_arguments(command)
File "/usr/lib/python3/dist-packages/azure/cli/core/__init__.py", line 507,
in load_arguments
self.command_table[command].load_arguments() # this loads the arguments
via reflection
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/azure/cli/core/commands/__init__.py",
line 318, in load_arguments
super(AzCliCommand, self).load_arguments()
File "/usr/lib/python3/dist-packages/knack/commands.py", line 104, in
load_arguments
cmd_args = self.arguments_loader()
^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-
packages/azure/cli/command_modules/keyvault/_command_type.py", line 75, in
keyvault_arguments_loader
op = get_op_handler()
^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-
packages/azure/cli/command_modules/keyvault/_command_type.py", line 72, in
get_op_handler
return
self.command_loader.get_op_handler(operations_tmpl.format(method_name))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/azure/cli/core/__init__.py", line 884,
in get_op_handler
op = import_module(mod_to_import)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/importlib/__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen importlib._bootstrap>", line 1206, in _gcd_import
File "<frozen importlib._bootstrap>", line 1178, in _find_and_load
File "<frozen importlib._bootstrap>", line 1128, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
File "<frozen importlib._bootstrap>", line 1206, in _gcd_import
File "<frozen importlib._bootstrap>", line 1178, in _find_and_load
File "<frozen importlib._bootstrap>", line 1142, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'azure.keyvault.v7_0'
----

az --version shows:
----
azure-cli 2.45.0 *

core 2.45.0 *
telemetry 1.0.8

Extensions:
azure-devops 0.26.0

Dependencies:
msal 1.21.0
azure-mgmt-resource 22.0.0

Python location '/usr/bin/python3'
Extensions directory '${HOME}/.azure/cliextensions'
Extensions system directory '/usr/lib/python3/dist-packages/azure-cli-
extensions'

Python (Linux) 3.11.2 (main, Mar 13 2023, 12:18:29) [GCC 12.2.0]
----

This also happens in a freshly created sid container, so it doesn't look like
it's related to any local configuration.


-- System Information:
Debian Release: 12.0
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable-debug'), (500, 'testing-security'), (500, 'testing-debug'), (500, 'unstable'), (500, 'stable'), (1, 'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.1.0-7-amd64 (SMP w/16 CPU threads; PREEMPT)
Kernel taint flags: TAINT_WARN
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), LANGUAGE=en_GB:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages azure-cli depends on:
ii python3 3.11.2-1+b1
ii python3-azure-cli 2.45.0-1

azure-cli recommends no packages.

azure-cli suggests no packages.

-- no debconf information

Gregor Riepl

unread,
Jul 12, 2023, 9:00:04 AM7/12/23
to
Package: azure-cli
Version: 2.50.0-2
Severity: important
Followup-For: Bug #1034797
X-Debbugs-Cc: oni...@gmail.com

With azure-cli 2.50.0-2, the keyvault feature is still broken, but it fails
with a different error now:

$ az keyvault secret show --vault-name myvault --name mykey
No module named 'azure.keyvault.key_vault_id'

This is similar to https://github.com/Azure/azure-cli/issues/17981

Other keyvault commands, such as keyvault list, keyvault secret list, keyvault
show, work fine.


-- System Information:
Debian Release: 12.0
APT prefers stable-security
APT policy: (990, 'stable-security'), (990, 'stable'), (500, 'unstable-debug'), (500, 'stable-debug'), (500, 'proposed-updates-debug'), (500, 'unstable'), (1, 'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.1.0-10-amd64 (SMP w/16 CPU threads; PREEMPT)
Kernel taint flags: TAINT_WARN
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), LANGUAGE=en_GB:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages azure-cli depends on:
ii python3 3.11.2-1+b1
ii python3-azure-cli 2.50.0-2
0 new messages