Python versions above 3.8 should not be reported as OK #26590
Labels
Auto-Assign
Auto assign by bot
Azure CLI Team
The command of the issue is owned by Azure CLI team
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
Installation
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Milestone
Describe the bug
On rolling releases Linux systems, where Python is regularily updated to the latest version, the BASH install script reports, for example Python version 3.11.3 to be OK:
This is currently wrong, because Az CLI installs
virtualenv-16.7.11
which still uses thedistutils
module, which is hard deprecated: https://peps.python.org/pep-0632/This leads to :
Related command
curl -L https://aka.ms/InstallAzureCli | bash
Errors
Issue script & Debug output
Expected behavior
Expectation is just that the install script executes.
Environment Summary
Az CLI cannot be installed.
Additional context
No response
The text was updated successfully, but these errors were encountered: