-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
az aks addon list-available crashes with cannot import name 'Iterable' from 'collections' #20527
Comments
The problem is in the file /usr/local/Cellar/azure-cli/2.30.0_1/libexec/lib/python3.10/site-packages/tabulate.py I fixed this by replacing
by:
|
The issue with the tabulate packages documented here astanin/python-tabulate#104 The issue was fixed. |
The Azure-cli homebrew package installs the following tabulate version:
The current version of tabulate is 0.8.9 |
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @Azure/aks-pm. Issue DetailsThis is autogenerated. Please review and update as needed.Describe the bugCommand Name Errors:
To Reproduce:Steps to reproduce the behavior. Note that argument values have been redacted, as they may contain sensitive information.
Expected BehaviorList of available AKS addons Environment Summary
Additional Context
|
route to service team |
Duplicate of #20348 |
This is autogenerated. Please review and update as needed.
Describe the bug
Command Name
az aks addon list-available
Errors:
To Reproduce:
Steps to reproduce the behavior. Note that argument values have been redacted, as they may contain sensitive information.
az aks addon list-available
Expected Behavior
List of available AKS addons
Environment Summary
Additional Context
The text was updated successfully, but these errors were encountered: