You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 5, 2026. It is now read-only.
I have a Mac with M1-processor, so as long as not all Python packages are published as arm64 or universal binaries I have to run Python in emulated mode under Rosetta 2.
So when I saw that uamqp was released as universal binary, I gave it a go. But it still fails like I've installed it for the wrong architecture...
MacBook Pro M1
macOS Monterey 12.0.1
Python 3.10.0 installed through Brew on arm64 (arch -arm64 brew install python@3.10)
pip install uamqp in my Py3.10 venv installs uamqp-1.4.3-cp310-cp310-macosx_10_9_universal2.whl
I have a Mac with M1-processor, so as long as not all Python packages are published as arm64 or universal binaries I have to run Python in emulated mode under Rosetta 2.
So when I saw that uamqp was released as universal binary, I gave it a go. But it still fails like I've installed it for the wrong architecture...
arch -arm64 brew install python@3.10)pip install uamqpin my Py3.10 venv installsuamqp-1.4.3-cp310-cp310-macosx_10_9_universal2.whlSo when I install the same package under Python 3.10.0 installed through my x86_64 version of brew, it works just fine.