-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Description
az feedbackauto-generates most of the information requested below, as of CLI version 2.0.62
Describe the bug
After forking and cloning the repo, I tried to do some development. I cannot start the app because of an import of this line: https://github.com/Azure/azure-cli/blob/dev/src/azure-cli-core/azure/cli/core/__init__.py#L45.
Investigating, the functionality which defines knack.util.status_tag_messages was introduced on Dec 16, 2020 but the knack package on PyPi.org has not been updated since July 28, 2020 (https://pypi.org/project/knack/).
To Reproduce
Follow setup instructions, try to run. If you do not have the latest knack, you cannot proceed. Author who introduced the issue is also the maintainer of knack.
Expected behavior
The import should work and code should proceed.
Environment summary
Running on Windows using VS Code and a clean virtual environment (never installing packages into the global libraries for python).
Additional context
Also submitted details to author of the changes (discovered using BLAME).