Free-threaded Python Library Compatibility Checker

Compatibility Results: CPython 3.13t and 3.14t

Library Installation Status Heatmap
Loading...

Loading library status heatmap...

Loading...

Loading Python 3.13t heatmap...

Loading...

Loading Python 3.14t heatmap...

Success
Failed
No Data

Python 3.13t Compatibility Results

Library Version Build Result Error Details Last Updated At
tifffile 2025.10.16 Success - 2025-05-24 12:34:13
python-docx 1.2.0 Failed
  error: subprocess-exited-with-error
  
  × Getting requirements to build wheel did not run successfully.
  │ exit code: 1
  ╰─> [4 lines of output]
      Building lxml version 5.4.0.
      <string>:67: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
      Building without Cython.
      Error: Please make sure the libxml2 and libxslt development packages are installed.
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error

× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.
2025-05-24 12:34:20
azure-mgmt-containerinstance 10.1.0 Success - 2025-05-24 12:34:24
azure-keyvault-keys 4.11.0 Failed
  error: subprocess-exited-with-error
  
  × Building wheel for cryptography (pyproject.toml) did not run successfully.
  │ exit code: 1
  ╰─> [19 lines of output]
      Running `maturin pep517 build-wheel -i /tmp/tmpdlzr7ev3/venv/bin/python --compatibility off`
      📦 Including license file "/tmp/pip-install-hvzocbwl/cryptography_ba1b3c9300a94a1aa42dd782142ce341/LICENSE"
      📦 Including license file "/tmp/pip-install-hvzocbwl/cryptography_ba1b3c9300a94a1aa42dd782142ce341/LICENSE.APACHE"
      📦 Including license file "/tmp/pip-install-hvzocbwl/cryptography_ba1b3c9300a94a1aa42dd782142ce341/LICENSE.BSD"
      🍹 Building a mixed python/rust project
      🔗 Found pyo3 bindings with abi3 support
      🐍 Found CPython 3.13t at /tmp/tmpdlzr7ev3/venv/bin/python
      📡 Using build options locked from pyproject.toml
      ⚠️ Warning: CPython 3.13t at /tmp/tmpdlzr7ev3/venv/bin/python does not yet support abi3 so the build artifacts will be version-specific.
      warning: /tmp/pip-install-hvzocbwl/cryptography_ba1b3c9300a94a1aa42dd782142ce341/src/rust/cryptography-key-parsing/Cargo.toml: unused manifest key: lints
      warning: /tmp/pip-install-hvzocbwl/cryptography_ba1b3c9300a94a1aa42dd782142ce341/src/rust/cryptography-cffi/Cargo.toml: unused manifest key: lints
      warning: /tmp/pip-install-hvzocbwl/cryptography_ba1b3c9300a94a1aa42dd782142ce341/src/rust/cryptography-openssl/Cargo.toml: unused manifest key: lints
      warning: /tmp/pip-install-hvzocbwl/cryptography_ba1b3c9300a94a1aa42dd782142ce341/src/rust/Cargo.toml: unused manifest key: lints
      error: package `cryptography-crypto v0.1.0 (/tmp/pip-install-hvzocbwl/cryptography_ba1b3c9300a94a1aa42dd782142ce341/src/rust/cryptography-crypto)` cannot be built because it requires rustc 1.74.0 or newer, while the currently active rustc version is 1.63.0
      
      💥 maturin failed
        Caused by: Failed to build a native library through cargo
        Caused by: Cargo build finished with "exit status: 101": `env -u CARGO PYO3_ENVIRONMENT_SIGNATURE="cpython-3.13-64bit" PYO3_PYTHON="/tmp/tmpdlzr7ev3/venv/bin/python" PYTHON_SYS_EXECUTABLE="/tmp/tmpdlzr7ev3/venv/bin/python" "cargo" "rustc" "--message-format" "json-render-diagnostics" "--locked" "--manifest-path" "/tmp/pip-install-hvzocbwl/cryptography_ba1b3c9300a94a1aa42dd782142ce341/src/rust/Cargo.toml" "--release" "--lib"`
      Error: command ['maturin', 'pep517', 'build-wheel', '-i', '/tmp/tmpdlzr7ev3/venv/bin/python', '--compatibility', 'off'] returned non-zero exit status 1
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for cryptography
ERROR: Failed to build installable wheels for some pyproject.toml based projects (cryptography)
2025-05-24 12:34:31
passlib 1.7.4 Success - 2025-05-24 12:34:34
opentelemetry-instrumentation-wsgi 0.60b0 Success - 2025-12-04 01:02:17
immutabledict 4.2.2 Success - 2025-05-24 12:34:40
flask-babel 4.0.0 Success - 2025-05-24 12:34:44
nose 1.3.7 Success - 2025-05-24 12:34:47
apache-flink 2.2.0 Failed
: command '/usr/bin/c++' failed with exit code 1
                  Exception ignored in: <function Pool.__del__ at 0x29561eb2620>
                  Traceback (most recent call last):
                    File "/root/.local/share/uv/python/cpython-3.13.9+freethreaded-linux-x86_64-gnu/lib/python3.13t/multiprocessing/pool.py", line 271, in __del__
                      self._change_notifier.put(None)
                    File "/root/.local/share/uv/python/cpython-3.13.9+freethreaded-linux-x86_64-gnu/lib/python3.13t/multiprocessing/queues.py", line 397, in put
                      self._writer.send_bytes(obj)
                    File "/root/.local/share/uv/python/cpython-3.13.9+freethreaded-linux-x86_64-gnu/lib/python3.13t/multiprocessing/connection.py", line 200, in send_bytes
                      self._send_bytes(m[offset:offset + size])
                    File "/root/.local/share/uv/python/cpython-3.13.9+freethreaded-linux-x86_64-gnu/lib/python3.13t/multiprocessing/connection.py", line 427, in _send_bytes
                      self._send(header + buf)
                    File "/root/.local/share/uv/python/cpython-3.13.9+freethreaded-linux-x86_64-gnu/lib/python3.13t/multiprocessing/connection.py", line 384, in _send
                      n = write(self._handle, buf)
                  BrokenPipeError: [Errno 32] Broken pipe
                  [end of output]
      
              note: This error originates from a subprocess, and is likely not a problem with pip.
              ERROR: Failed building wheel for grpcio-tools
              Building wheel for pyyaml (pyproject.toml): started
              Building wheel for pyyaml (pyproject.toml): finished with status 'done'
              Created wheel for pyyaml: filename=pyyaml-6.0.3-cp313-cp313t-linux_x86_64.whl size=45465 sha256=d8994aac1ab3b6832f6cb1185d0681079d9e6c3afbb5aa8c6aaf6cc8aacf8a2e
              Stored in directory: /root/.cache/pip/wheels/aa/29/40/b2d39adcf3d4ad62005bbc244cbeb5cc01d37ffd17fdc79a4a
              Building wheel for grpcio (pyproject.toml): started
              Building wheel for grpcio (pyproject.toml): still running...
              Building wheel for grpcio (pyproject.toml): still running...
              Building wheel for grpcio (pyproject.toml): still running...
              Building wheel for grpcio (pyproject.toml): still running...
              Building wheel for grpcio (pyproject.toml): still running...
              Building wheel for grpcio (pyproject.toml): still running...
              Building wheel for grpcio (pyproject.toml): still running...
              Building wheel for grpcio (pyproject.toml): still running...
              Building wheel for grpcio (pyproject.toml): still running...
              Building wheel for grpcio (pyproject.toml): still running...
              Building wheel for grpcio (pyproject.toml): still running...
              Building wheel for grpcio (pyproject.toml): still running...
              Building wheel for grpcio (pyproject.toml): still running...
              Building wheel for grpcio (pyproject.toml): still running...
              Building wheel for grpcio (pyproject.toml): still running...
              Building wheel for grpcio (pyproject.toml): still running...
              Building wheel for grpcio (pyproject.toml): still running...
              Building wheel for grpcio (pyproject.toml): still running...
              Building wheel for grpcio (pyproject.toml): still running...
              Building wheel for grpcio (pyproject.toml): still running...
              Building wheel for grpcio (pyproject.toml): still running...
              Building wheel for grpcio (pyproject.toml): still running...
              Building wheel for grpcio (pyproject.toml): still running...
              Building wheel for grpcio (pyproject.toml): still running...
              Building wheel for grpcio (pyproject.toml): still running...
              Building wheel for grpcio (pyproject.toml): finished with status 'done'
              Created wheel for grpcio: filename=grpcio-1.76.0-cp313-cp313t-linux_x86_64.whl size=195512928 sha256=e56406fa946b7739d7dc1647e918855de3a3098c2c56e4b33d7a26253a20abe4
              Stored in directory: /root/.cache/pip/wheels/fd/3a/7d/e2def3f3a6547c89f99df198cce22ac4b9cc1453a328c1e0b4
            Successfully built pyyaml grpcio
            Failed to build grpcio-tools
            error: failed-wheel-build-for-install
      
            × Failed to build installable wheels for some pyproject.toml based projects
            ╰─> grpcio-tools
            [end of output]
      
        note: This error originates from a subprocess, and is likely not a problem with pip.
      ERROR: Failed to build 'apache-beam' when installing build dependencies for apache-beam
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed to build 'apache-flink' when installing build dependencies for apache-flink
2025-12-04 01:38:03
jpype1 1.6.0 Success - 2025-05-24 13:03:17
onnxruntime 1.23.2 Success - 2025-05-24 13:03:38
google-cloud-texttospeech 2.33.0 Success - 2025-05-24 13:37:21
configupdater 3.2 Success - 2025-05-24 13:07:37
junitparser 4.0.2 Success - 2025-05-24 13:07:39
apache-flink-libraries 2.2.0 Success - 2025-12-04 01:38:13
torchmetrics 1.8.2 Success - 2025-05-24 13:15:07
click-option-group 0.5.9 Success - 2025-05-24 13:15:09
ipdb 0.13.13 Success - 2025-05-24 13:15:16
configargparse 1.7.1 Success - 2025-05-24 13:15:17

Python 3.14t Compatibility Results

Library Version Build Result Error Details Last Updated At
tifffile 2025.10.16 Success - 2025-05-24 13:32:44
python-docx 1.2.0 Failed
  error: subprocess-exited-with-error
  
  × Getting requirements to build wheel did not run successfully.
  │ exit code: 1
  ╰─> [4 lines of output]
      Building lxml version 5.4.0.
      <string>:67: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
      Building without Cython.
      Error: Please make sure the libxml2 and libxslt development packages are installed.
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error

× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.
2025-05-24 13:32:52
azure-mgmt-containerinstance 10.1.0 Success - 2025-05-24 13:32:58
azure-keyvault-keys 4.11.0 Failed
  error: subprocess-exited-with-error
  
  × Building wheel for cryptography (pyproject.toml) did not run successfully.
  │ exit code: 1
  ╰─> [19 lines of output]
      Running `maturin pep517 build-wheel -i /tmp/tmphl0afr7_/venv/bin/python --compatibility off`
      📦 Including license file "/tmp/pip-install-owqnrvng/cryptography_df3ab7f4a4084a97ad6f151bc44bfaf7/LICENSE"
      📦 Including license file "/tmp/pip-install-owqnrvng/cryptography_df3ab7f4a4084a97ad6f151bc44bfaf7/LICENSE.APACHE"
      📦 Including license file "/tmp/pip-install-owqnrvng/cryptography_df3ab7f4a4084a97ad6f151bc44bfaf7/LICENSE.BSD"
      🍹 Building a mixed python/rust project
      🔗 Found pyo3 bindings with abi3 support
      🐍 Found CPython 3.14t at /tmp/tmphl0afr7_/venv/bin/python
      📡 Using build options locked from pyproject.toml
      ⚠️ Warning: CPython 3.14t at /tmp/tmphl0afr7_/venv/bin/python does not yet support abi3 so the build artifacts will be version-specific.
      warning: /tmp/pip-install-owqnrvng/cryptography_df3ab7f4a4084a97ad6f151bc44bfaf7/src/rust/cryptography-key-parsing/Cargo.toml: unused manifest key: lints
      warning: /tmp/pip-install-owqnrvng/cryptography_df3ab7f4a4084a97ad6f151bc44bfaf7/src/rust/cryptography-cffi/Cargo.toml: unused manifest key: lints
      warning: /tmp/pip-install-owqnrvng/cryptography_df3ab7f4a4084a97ad6f151bc44bfaf7/src/rust/cryptography-openssl/Cargo.toml: unused manifest key: lints
      warning: /tmp/pip-install-owqnrvng/cryptography_df3ab7f4a4084a97ad6f151bc44bfaf7/src/rust/Cargo.toml: unused manifest key: lints
      error: package `cryptography-key-parsing v0.1.0 (/tmp/pip-install-owqnrvng/cryptography_df3ab7f4a4084a97ad6f151bc44bfaf7/src/rust/cryptography-key-parsing)` cannot be built because it requires rustc 1.74.0 or newer, while the currently active rustc version is 1.63.0
      
      💥 maturin failed
        Caused by: Failed to build a native library through cargo
        Caused by: Cargo build finished with "exit status: 101": `env -u CARGO PYO3_ENVIRONMENT_SIGNATURE="cpython-3.14-64bit" PYO3_PYTHON="/tmp/tmphl0afr7_/venv/bin/python" PYTHON_SYS_EXECUTABLE="/tmp/tmphl0afr7_/venv/bin/python" "cargo" "rustc" "--message-format" "json-render-diagnostics" "--locked" "--manifest-path" "/tmp/pip-install-owqnrvng/cryptography_df3ab7f4a4084a97ad6f151bc44bfaf7/src/rust/Cargo.toml" "--release" "--lib"`
      Error: command ['maturin', 'pep517', 'build-wheel', '-i', '/tmp/tmphl0afr7_/venv/bin/python', '--compatibility', 'off'] returned non-zero exit status 1
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for cryptography
ERROR: Failed to build installable wheels for some pyproject.toml based projects (cryptography)
2025-05-24 13:33:08
passlib 1.7.4 Success - 2025-05-24 13:33:12
opentelemetry-instrumentation-wsgi 0.60b0 Success - 2025-12-04 01:02:54
immutabledict 4.2.2 Success - 2025-05-24 13:33:21
flask-babel 4.0.0 Success - 2025-05-24 13:33:28
nose 1.3.7 Success - 2025-05-24 13:33:32
apache-flink 2.2.0 Failed
ng deallocator <function Pool.__del__ at 0x2cf3a13a440>:
                  Traceback (most recent call last):
                    File "/root/.local/share/uv/python/cpython-3.14.0+freethreaded-linux-x86_64-gnu/lib/python3.14t/multiprocessing/pool.py", line 271, in __del__
                      self._change_notifier.put(None)
                    File "/root/.local/share/uv/python/cpython-3.14.0+freethreaded-linux-x86_64-gnu/lib/python3.14t/multiprocessing/queues.py", line 397, in put
                      self._writer.send_bytes(obj)
                    File "/root/.local/share/uv/python/cpython-3.14.0+freethreaded-linux-x86_64-gnu/lib/python3.14t/multiprocessing/connection.py", line 206, in send_bytes
                      self._send_bytes(m[offset:offset + size])
                    File "/root/.local/share/uv/python/cpython-3.14.0+freethreaded-linux-x86_64-gnu/lib/python3.14t/multiprocessing/connection.py", line 444, in _send_bytes
                      self._send(header + buf)
                    File "/root/.local/share/uv/python/cpython-3.14.0+freethreaded-linux-x86_64-gnu/lib/python3.14t/multiprocessing/connection.py", line 400, in _send
                      n = write(self._handle, buf)
                  BrokenPipeError: [Errno 32] Broken pipe
                  [end of output]
      
              note: This error originates from a subprocess, and is likely not a problem with pip.
              ERROR: Failed building wheel for grpcio-tools
              Building wheel for numpy (pyproject.toml): started
              Building wheel for numpy (pyproject.toml): finished with status 'done'
              Created wheel for numpy: filename=numpy-2.1.3-cp314-cp314t-linux_x86_64.whl size=10117295 sha256=e97552e5be008f50b5ac780aa81d4384113c7381fcde5fc71bf087e43e87f3d6
              Stored in directory: /root/.cache/pip/wheels/fb/24/56/dc801909fa68a8d24918f1dc74460a5f240065231c4b30264b
              Building wheel for grpcio (pyproject.toml): started
              Building wheel for grpcio (pyproject.toml): still running...
              Building wheel for grpcio (pyproject.toml): still running...
              Building wheel for grpcio (pyproject.toml): still running...
              Building wheel for grpcio (pyproject.toml): still running...
              Building wheel for grpcio (pyproject.toml): still running...
              Building wheel for grpcio (pyproject.toml): still running...
              Building wheel for grpcio (pyproject.toml): still running...
              Building wheel for grpcio (pyproject.toml): still running...
              Building wheel for grpcio (pyproject.toml): still running...
              Building wheel for grpcio (pyproject.toml): still running...
              Building wheel for grpcio (pyproject.toml): still running...
              Building wheel for grpcio (pyproject.toml): still running...
              Building wheel for grpcio (pyproject.toml): still running...
              Building wheel for grpcio (pyproject.toml): still running...
              Building wheel for grpcio (pyproject.toml): still running...
              Building wheel for grpcio (pyproject.toml): still running...
              Building wheel for grpcio (pyproject.toml): still running...
              Building wheel for grpcio (pyproject.toml): still running...
              Building wheel for grpcio (pyproject.toml): still running...
              Building wheel for grpcio (pyproject.toml): still running...
              Building wheel for grpcio (pyproject.toml): still running...
              Building wheel for grpcio (pyproject.toml): still running...
              Building wheel for grpcio (pyproject.toml): still running...
              Building wheel for grpcio (pyproject.toml): still running...
              Building wheel for grpcio (pyproject.toml): still running...
              Building wheel for grpcio (pyproject.toml): still running...
              Building wheel for grpcio (pyproject.toml): finished with status 'done'
              Created wheel for grpcio: filename=grpcio-1.76.0-cp314-cp314t-linux_x86_64.whl size=195518056 sha256=d4220463780d35af7fae0d12650d143418765eaa6b4fd4deedc97fc045d00a6c
              Stored in directory: /root/.cache/pip/wheels/19/2f/09/3923a05b5185461932616df7ca0baccd9e8e33361399e28347
            Successfully built numpy grpcio
            Failed to build grpcio-tools
            error: failed-wheel-build-for-install
      
            × Failed to build installable wheels for some pyproject.toml based projects
            ╰─> grpcio-tools
            [end of output]
      
        note: This error originates from a subprocess, and is likely not a problem with pip.
      ERROR: Failed to build 'apache-beam' when installing build dependencies for apache-beam
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed to build 'apache-flink' when installing build dependencies for apache-flink
2025-12-04 01:48:27
jpype1 1.6.0 Success - 2025-05-24 12:58:15
onnxruntime 1.23.2 Failed
ERROR: Could not find a version that satisfies the requirement onnxruntime==1.23.2 (from versions: none)
ERROR: No matching distribution found for onnxruntime==1.23.2
2025-10-26 12:19:32
google-cloud-texttospeech 2.33.0 Success - 2025-10-26 12:19:43
configupdater 3.2 Success - 2025-05-24 14:18:34
junitparser 4.0.2 Success - 2025-05-24 14:18:37
apache-flink-libraries 2.2.0 Success - 2025-12-04 01:48:38
torchmetrics 1.8.2 Failed
ERROR: Ignored the following versions that require a different python version: 1.21.2 Requires-Python >=3.7,<3.11; 1.21.3 Requires-Python >=3.7,<3.11; 1.21.4 Requires-Python >=3.7,<3.11; 1.21.5 Requires-Python >=3.7,<3.11; 1.21.6 Requires-Python >=3.7,<3.11; 1.26.0 Requires-Python >=3.9,<3.13; 1.26.1 Requires-Python >=3.9,<3.13
ERROR: Could not find a version that satisfies the requirement torch>=2.0.0 (from torchmetrics) (from versions: none)
ERROR: No matching distribution found for torch>=2.0.0
2025-05-24 14:19:29
click-option-group 0.5.9 Success - 2025-05-24 14:19:31
ipdb 0.13.13 Success - 2025-05-24 14:19:37
configargparse 1.7.1 Success - 2025-05-24 14:19:39