-
Notifications
You must be signed in to change notification settings - Fork 66
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
[bug] - UAMQP / monitor-events - Apple Silicon is not supported #468
Comments
Update on working before - I wonder if the Azure CLI was running under Rosetta 2 before, so was ok with the x86_64 builds. |
Issue raised for UAMQP for lack of Apple Silicon support: Azure/azure-uamqp-python#284 |
Update - I can make this work by:
So as a fix - can the setup code for this extension be changed to install uamqp with the no-binary flag? Not sure how to do this in a setup.py. |
For me, this was a better approach than having to copy-paste with #468 (comment). |
Describe the bug
When running this extension on a Mac using Apple Silicon, an error is thrown by UAMQP that the hardware is not supported.
To Reproduce
Use an Apple Silicon based Mac.
Install the az cli and the IoT extension
Try to use the extension, for example to monitor a hub
Expected behavior
It should work
Environment (please complete the following information):
Additional context
Error message:
This also appears to be a new issue - this was used earlier this year with no problems (before July 2021).
The text was updated successfully, but these errors were encountered: