Skip to content

Supported Platorms

Binary Wheels

Following binary wheels are provided with latest release:

OS Arch Libc 3.8 3.9 3.10 3.11
Linux x86_64 Glibc 2.17 (RHEL 7) 1
Linux x86_64 Glibc 2.24 (Debian 9)
Linux aarch64 Glibc 2.24 (Debian 9) 2 2 2 2
Linux x86_64 Musl 1.1 3
Linux aarch64 Musl 1.1 4 4 4 4
MacOS x86_64
MacOS arm64 5 5 5 5
Windows x86_64 6 6 6 6
FreeBSD x86_64 7 7 7 7

  1. Python 3.11 is not supplied with manylinux2014 image. 

  2. manylinux_2_24_aarch64 build failed. Rustc exists with code -9

  3. auditwheel stops with: ValueError: Cannot repair wheel, because required library librt.so.1 could not be located 

  4. musllinux_1_1_aarch64 build failed. Rustc exists with code -9

  5. Failed to build on ARM64 platform. 

  6. Not supported yet. Needs separate implemetation due to different raw sockets API. 

  7. Volonteers are needed.