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
Today I ran into an issue with az aks nodepool add See this issue. Apparently the problem is brew automatically upgraded to Python 3.10 because of some other dependancy. This is not the first time I have run into CLI issues on the Mac because of Python incompatibilities. Hence I suggest the documentation note the option of using conda with a pinned version of Python and switch environments before running az
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
ID: d09ed623-c83f-6bae-639e-a5f9a31fe3bb
Version Independent ID: c5d0d722-aacd-47a3-3fcf-982c02c4d0e9
This is not the first time I have run into CLI issues on the Mac because of Python incompatibilities.
I have to admit Homebrew is indeed not very user-friendly to developers 🙁 (Homebrew/discussions#155).
Hence I suggest the documentation note the option of using conda with a pinned version of Python and switch environments before running az
We don't officially support conda either, but we do support Python's built-in module venv. You are welcome to create a venv and install Azure CLI with pip.
Today I ran into an issue with
az aks nodepool add
See this issue. Apparently the problem isbrew
automatically upgraded to Python 3.10 because of some other dependancy. This is not the first time I have run into CLI issues on the Mac because of Python incompatibilities. Hence I suggest the documentation note the option of usingconda
with a pinned version of Python and switch environments before runningaz
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
The text was updated successfully, but these errors were encountered: