-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
Summary
The Linux wheels on PyPI are currently only built for Python 3.8 (cp38-cp38), while macOS and Windows have cp310-abi3 wheels that support Python 3.10+.
Current wheels (v2.8.0)
| Platform | Python ABI |
|---|---|
| Linux x86_64 (manylinux2014) | cp38-cp38 |
| Linux aarch64 (manylinux2014) | cp38-cp38 |
| macOS x86_64 | cp310-abi3 |
| macOS arm64 | cp310-abi3 |
| Windows amd64 | cp310-abi3 |
Problem
When installing on Linux with Python 3.10+, pip falls back to building from source, which requires Rust to be installed:
Building dataframely==2.8.0
× Failed to build dataframely==2.8.0
├─▶ The build backend returned an error
╰─▶ Call to maturin.build_wheel failed (exit status: 1)
Rust not found, installing into a temporary directory
Request
Could you publish cp310-abi3 wheels for Linux (manylinux) as well? This would allow installation without requiring Rust on the target system.
Thank you!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels