Azure-cli: Support aarch64 Linux packages

Created on 23 Feb 2018  路  4Comments  路  Source: Azure/azure-cli

I'm trying to find deb packages to run under aarch64. I only see amd64 packages published


Environment summary

Install Method : attempting with apt using WSL on an ARM64 machine

$ uname -rvi
4.4.0-17107-Microsoft #1000-Microsoft Tue Feb 20 13:50:00 PST 2018 aarch64
PackaginDebian

All 4 comments

@PatrickLang We don't have packages for ARM64.
The best way to go would be install Python on the machine and run pip install azure-cli.

issue triaged.

We have no plans to add package support for ARM64. Please use pip install azure-cli.

For future people trying this, for pip install azure-cli to succeed you'll also need to have done sudo apt-get install for gcc, python3-dev and libffi-dev. After doing this on my Surface Pro X the Azure CLI installed fine in Ubuntu on WSL2.

Was this page helpful?
0 / 5 - 0 ratings