Skip to content

Seeing this error while running az interactive --update #15559

Open

Description

Seeing this error while running az interactive --updateCommand Name
az interactive

I ran this once: az interactive --update
and it got stuck at a question on sending telemetry and I press ctrl + C.

The subsequent executions seems to throw below error.

Errors:

'azext_interactive'
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 654, in execute
    raise ex
cli/core/commands/__init__.py, ln 718, in _run_jobs_serially
    results.append(self._run_job(expanded_arg, cmd_copy))
cli/core/commands/__init__.py, ln 711, in _run_job
    six.reraise(*sys.exc_info())
...
cli/command_modules/interactive/custom.py, ln 27, in start_shell
    reload_extension(INTERACTIVE_EXTENSION_NAME)
cli/core/extension/operations.py, ln 408, in reload_extension
    return reload_module(extension_module if extension_module else get_extension_modname(ext_name=extension_name))
azure/cli/core/util.py, ln 697, in reload_module
    reload(sys.modules[module])
KeyError: 'azext_interactive'

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 interactive --update

Expected Behavior

Environment Summary

Linux-4.15.0-1098-azure-x86_64-with-debian-stretch-sid (Cloud Shell)
Python 3.6.10
Installer: DEB

azure-cli 2.13.0

Extensions:
interactive 0.4.4
ai-examples 0.2.4

Additional Context

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

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions