You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
ghost
added
the
needs-triage
This is a new issue that needs to be triaged to the appropriate team.
label
Jan 28, 2021
status_tag_messages= {
'preview': "{} is in preview. It may be changed/removed in a future release.",
'experimental': "{} is experimental and under development."
}
I believe pip will automatically install Knack 0.8.0rc2 for you whether you are installing the dev Azure CLI using
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).
The text was updated successfully, but these errors were encountered: