-
Notifications
You must be signed in to change notification settings - Fork 47
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
[1.6.9] Failed building wheel for uamqp #386
Comments
I am facing the same issue but for all versions of uampq with Python 3.11.8 on a Macbook with Sonoma 14.4.1 and an M3 chip. |
Edit: I followed the recommendation and updated my Azure SDK |
Hi everyone, are yall using uAMQP with either the eventhub or servicebus python sdks ? If thats the case we are wanting users to move over to the new versions of the SDK that uses a pure python based AMQP library As such this library never officially supported ARM and didn't have wheels pushed out for it. We are just pushing out small updates overall as this library is no longer in active maintenance. |
I have the same issue with Python 3.11 on an Apple M2 Max with macOS Sonoma Version 14.3.1. I encountered this when I was trying to install azure-iot-hub. |
Which one? Because I installed |
@rtrive are you using the Azure Event Hub or Service Bus SDKs? Those also used uAMQP but now are using a new python based on. Upgrading those most likely fixed the issue for them |
have the same problem with 1.6.8 and 1.6.9 Same error:
thank you |
UAMQP Package Version: 1.6.9 It is possible to build with this flag: Not sure if there are side effects, but I only require to install uampq as a dependency of azure-iot-hub, and it doesn't seems to affect the functionality I need. With Python 3.12 this workaround doesn't work. |
This worked for me installing the latest version. Thanks!
|
This works on python 3.11 for me: UAMQP Package Version: 1.6.9
3.12 - still haven't found a solution |
Describe the bug
Failed to install directly with pip:
To Reproduce
Steps to reproduce the behavior:
pip install uamqp
orpip install uamqp==1.6.9
Expected behavior
Package should be installed.
Additional context
Installation of version
1.6.8
works fine.Release
1.6.9
is blocking installation of requirements for azure collection.The text was updated successfully, but these errors were encountered: