-
Notifications
You must be signed in to change notification settings - Fork 770
Open
Description
Bug Description
Summary: PyPI is missing the cp312 wheel for manylinux aarch64.
Expected Behavior:
For PyPI to have a cp312 wheel for manylinux aarch64 (like is present for cp311 & cp313).
Actual Behavior:
PyPI doesn't have a cp312 wheel for manylinux aarch64 (unlike cp311 & cp313).
Reproduction Steps
Execute:
pip download autobahn==25.12.2 -d /wheels --platform manylinux_2_34_aarch64 --platform manylinux_2_28_aarch64 --platform manylinux_2_17_aarch64 --platform manylinux2014_aarch64 --only-binary :all:
Minimal Reproducible Example:
Execute:
pip download autobahn==25.12.2 -d /wheels --platform manylinux_2_34_aarch64 --platform manylinux_2_28_aarch64 --platform manylinux_2_17_aarch64 --platform manylinux2014_aarch64 --only-binary :all:
Environment
- Package: autobahn-python
- Version: 25.12.2
- Python Version: CPython 3.12
- Operating System: Ubuntu 24.04 on aarch64 (arm64)
- Framework: n/a
Additional Context
Error Messages:
ERROR: Could not find a version that satisfies the requirement autobahn==25.12.2 (from versions: 0.14.0, 0.14.1, 0.15.0, 0.16.0, 0.16.1, 0.17.0, 0.17.1, 0.17.2, 0.18.0, 0.18.1, 0.18.2, 17.5.1, 17.6.1, 17.6.2, 17.7.1, 17.8.1, 17.9.1, 17.9.2, 17.9.3, 17.10.1, 18.3.1, 18.4.1, 18.5.1, 18.5.2, 18.6.1, 18.7.1, 18.8.1, 18.8.2, 18.9.1, 18.9.2, 18.10.1, 18.11.1, 18.11.2, 18.12.1, 19.1.1, 19.2.1, 19.3.1, 19.3.2, 19.3.3, 19.5.1, 19.6.1, 19.6.2, 19.7.1, 19.7.2, 19.8.1, 19.9.1, 19.9.2, 19.9.3, 19.10.1, 19.11.1, 19.11.2, 20.1.2, 20.1.3, 20.2.1, 20.2.2, 20.3.1, 20.4.1, 20.4.2, 20.4.3, 20.6.1, 20.6.2, 20.7.1, 20.12.1, 20.12.2, 20.12.3, 21.1.1, 21.2.1, 21.2.2, 21.3.1, 24.4.2)
ERROR: No matching distribution found for autobahn==25.12.2
Relevant Logs:
n/a
Screenshots:
Related Issues:
Perhaps this is related to 3d856f5?
Checklist
- I have searched existing issues to avoid duplicates
- I have provided a minimal reproducible example
- I have included version information
- I have included error messages/logs
Reactions are currently unavailable