Check platform compatibility for SudachiPy wheels
developSudachiPy provides pre-built Python wheels for several platforms. Use these wheels for faster installation and performance (especially on Linux) compared to building from source.
Supported Architectures:
- Linux:
amd64(x86_64) andaarch64(arm64). Linux wheels are built with Profile-Guided Optimizations (PGO) for better performance and usemanylinuxcontainers for broad distribution compatibility. - Windows:
x86_64. Note that Windows builds do not use PGO. - macOS:
universal2(Intel and ARM),x86_64, andarm64.
Support Levels:
- Linux: Fully supported; bugs are actively fixed.
- Windows: Best-effort support; bug fixes may take time.
- macOS: Not officially supported; builds are provided on a best-effort basis and are tested less rigorously. Contributions for macOS support are welcomed.