Linux install script not working with Python 3.10 #20713
Labels
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
Packaging/Pip
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Describe the bug
The install script
https://aka.ms/InstallAzureCli
does not work with python >= 3.10To Reproduce
Expected behavior
It installs.
Environment summary
Additional context
https://github.com/Azure/azure-cli/blob/azure-cli-2.31.0/scripts/curl_install_pypi/install.py#L44-L47
pypa/virtualenv#2109
https://virtualenv.pypa.io/en/legacy/changes.html#v16-7-11-2021-07-20
Virutalenv is fixed to 16.7.7, it seems we need at least 16.7.11
The text was updated successfully, but these errors were encountered: