-
Notifications
You must be signed in to change notification settings - Fork 3k
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
cannot execute binary file: Exec format error #16822
Comments
should be caused by arch. @VidithAgarwal could you pls share more aobut the |
I'm seeing this same error running on Raspbian Buster on a Raspberry Pi 3. Looks like apt installed 2.21.0-1~buster version of CLI: The following NEW packages will be installed: I'm trying to login using service principal: az login --service-principal --username APP_ID --password PASSWORD --tenant TENANT_ID |
Our installer packages do not support ARM64 yet. Please try |
Thank you for the guidance @fengzhou-msft. Looks like |
@fengzhou-msft is it already supported or not yet? |
This is tracked by #7368. |
Maybe this should be added to the installation documentation. |
@dustindortch ARM64 support is added in #24180, we'll release official package later. |
After installing azure CLI on Azure IOT Edge terminal
Using az command leads to the following error:
/usr/bin/az: line 2: /opt/az/bin/python3: cannot execute binary file: Exec format error
The text was updated successfully, but these errors were encountered: