Multi-Architecture Python Wheels
Built using Docker QEMU emulation for precise ABI control and broad compatibility.
Target Environments
| Distribution | glibc Version | Architecture | Use Case |
|---|---|---|---|
| Debian 12 | 2.36 | AMD64, ARM64 | Modern Linux systems |
| Rocky Linux 9 | 2.34 | AMD64, ARM64 | Enterprise RHEL environments |
| Ubuntu 24.04 | 2.39 | AMD64, ARM64 | Latest Ubuntu LTS |
Python Support
- CPython: 3.11, 3.12, 3.13, 3.14
- PyPy: 3.11
- Extensions: Native CFFI modules included
Installation
Option 1: Auto-detect (pip will choose best wheel)
pip install autobahn[all]Option 2: Specific wheel download
# Download the wheel for your platform
wget https://github.com/crossbario/autobahn-python/releases/download/${RELEASE_TAG}/autobahn-*-linux_*.whl
pip install autobahn-*-linux_*.whlBuild Information
- Build Date: $(date -u +"%Y-%m-%d %H:%M:%S UTC")
- Commit: ${GITHUB_SHA::8}
- Total Wheels: 4
- Build Method: Docker + QEMU emulation
- ABI: Precise glibc targeting per distribution