Skip to content
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

Support aarch64 Linux packages #5657

Closed
PatrickLang opened this issue Feb 23, 2018 · 5 comments
Closed

Support aarch64 Linux packages #5657

PatrickLang opened this issue Feb 23, 2018 · 5 comments
Assignees

Comments

@PatrickLang
Copy link

PatrickLang commented Feb 23, 2018

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
@PatrickLang PatrickLang changed the title No aarch64 builds available in deb repo No aarch64 packages available in deb repo Feb 23, 2018
@derekbekoe
Copy link
Member

@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.

@tjprescott tjprescott changed the title No aarch64 packages available in deb repo Support aarch64 Linux packages Nov 14, 2018
@yonzhan
Copy link
Collaborator

yonzhan commented Dec 22, 2019

issue triaged.

@fengzhou-msft
Copy link
Member

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

@jamesthurley
Copy link

jamesthurley commented Sep 14, 2020

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.

@jiasli
Copy link
Member

jiasli commented Oct 20, 2021

Tracked by #7368

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

8 participants