No module named 'azure.keyvault.v7_0' after CLI Installation #26835
Labels
Auto-Assign
Auto assign by bot
Auto-Resolve
Auto resolve by bot
Azure CLI Team
The command of the issue is owned by Azure CLI team
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
Installation
KeyVault
az keyvault
Packaging
Possible-Solution
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Similar-Issue
Upgrade
az upgrade
Milestone
Describe the bug
After installing the Azure CLI on Debian 11 using either the "one step" install or the multi-step install
az keyvault
commands fail with a missing Python library error.For example, the command:
fails with the following traceback:
pip
reports that the keyvault packages are installed:Downgrading to
azure-keyvault==1.1.0
resolves the issue. This seems like the version requirements of the CLI are incorrect.I also tried upgrading the CLI which failed.
Related command
az keyvault secret show --vault-name somer-vault -n SOME-KEY
Errors
Issue script & Debug output
Expected behavior
azure-keyvault==1.1.0
is pinned in the requirements of the CLI so thataz keyvault
commands succeed.Environment Summary
Additional context
No response
The text was updated successfully, but these errors were encountered: