Skip to content

ModuleNotFoundError: No module named '_cffi_backend' #13017

Description

This is autogenerated. Please review and update as needed.

Describe the bug

Command Name
az keyvault secret show

Errors:

No module named '_cffi_backend'
Traceback (most recent call last):
python3.6/site-packages/knack/cli.py, ln 215, in invoke
    cmd_result = self.invocation.execute(args)
cli/core/commands/__init__.py, ln 546, in execute
    self.commands_loader.load_arguments(command)
azure/cli/core/__init__.py, ln 330, in load_arguments
    self.command_table[command].load_arguments()  # this loads the arguments via reflection
...
site-packages/azure/keyvault/_internal.py, ln 16, in <module>
    from cryptography.hazmat.primitives import hashes, constant_time, padding, hmac
cryptography/hazmat/primitives/constant_time.py, ln 11, in <module>
    from cryptography.hazmat.bindings._constant_time import lib
ModuleNotFoundError: No module named '_cffi_backend'

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 keyvault secret show --vault-name {} --query {} --name {}

Expected Behavior

Environment Summary

Linux-5.5.15-200.fc31.x86_64-x86_64-with-fedora-31-Thirty_One
Python 3.7.6
Installer: RPM

azure-cli 2.3.1

Additional Context

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions