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.8.28 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.57b0 Success - 2025-05-24 12:34:37
immutabledict 4.2.1 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.1.0 Failed
xit code 1
                  Exception ignored in: <function Pool.__del__ at 0x265658e24e0>
                  Traceback (most recent call last):
                    File "/root/.local/share/uv/python/cpython-3.13.5+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.5+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.5+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.5+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.5+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 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): 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.74.0-cp313-cp313t-linux_x86_64.whl size=167209237 sha256=d18694757faff852a641fc21e1b4a65a80e3abe5c78b751aab151745d1d815bb
              Stored in directory: /root/.cache/pip/wheels/14/34/18/6f513cd9c40bfc566ee6e13bf7528b602d0cd0e9faec4a6b20
            Successfully built grpcio
            Failed to build grpcio-tools
            ERROR: 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: subprocess-exited-with-error
      
      × pip subprocess to install build dependencies 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.
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error

× pip subprocess to install build dependencies 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:07:35
jpype1 1.6.0 Success - 2025-05-24 13:03:17
onnxruntime 1.22.1 Success - 2025-05-24 13:03:38
google-cloud-texttospeech 2.27.0 Failed
nu1crh84/overlay/lib/python3.13t/site-packages/setuptools/_distutils/spawn.py", line 93, in spawn
          raise DistutilsExecError(
              f"command {_debug(cmd)!r} failed with exit code {err.returncode}"
          ) from err
      distutils.errors.DistutilsExecError: command '/usr/bin/c++' failed with exit code 1
      
      During handling of the above exception, another exception occurred:
      
      Traceback (most recent call last):
        File "/tmp/pip-install-ey2f92gb/grpcio_4b7bfd15a9734156a7bf06d1c44d4ea9/src/python/grpcio/commands.py", line 282, in build_extensions
          build_ext.build_ext.build_extensions(self)
          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
        File "/tmp/pip-build-env-nu1crh84/overlay/lib/python3.13t/site-packages/setuptools/_distutils/command/build_ext.py", line 484, in build_extensions
          self._build_extensions_serial()
          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
        File "/tmp/pip-build-env-nu1crh84/overlay/lib/python3.13t/site-packages/setuptools/_distutils/command/build_ext.py", line 510, in _build_extensions_serial
          self.build_extension(ext)
          ~~~~~~~~~~~~~~~~~~~~^^^^^
        File "/tmp/pip-build-env-nu1crh84/overlay/lib/python3.13t/site-packages/setuptools/command/build_ext.py", line 261, in build_extension
          _build_ext.build_extension(self, ext)
          ~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^
        File "/tmp/pip-build-env-nu1crh84/overlay/lib/python3.13t/site-packages/setuptools/_distutils/command/build_ext.py", line 565, in build_extension
          objects = self.compiler.compile(
              sources,
          ...<5 lines>...
              depends=ext.depends,
          )
        File "/tmp/pip-install-ey2f92gb/grpcio_4b7bfd15a9734156a7bf06d1c44d4ea9/src/python/grpcio/_parallel_compile_patch.py", line 70, in _parallel_compile
          multiprocessing.pool.ThreadPool(BUILD_EXT_COMPILER_JOBS).map(
          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
              _compile_single_file, objects
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
          )
          ^
        File "/root/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/lib/python3.13t/multiprocessing/pool.py", line 367, in map
          return self._map_async(func, iterable, mapstar, chunksize).get()
                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
        File "/root/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/lib/python3.13t/multiprocessing/pool.py", line 774, in get
          raise self._value
        File "/root/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/lib/python3.13t/multiprocessing/pool.py", line 125, in worker
          result = (True, func(*args, **kwds))
                          ~~~~^^^^^^^^^^^^^^^
        File "/root/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/lib/python3.13t/multiprocessing/pool.py", line 48, in mapstar
          return list(map(*args))
        File "/tmp/pip-install-ey2f92gb/grpcio_4b7bfd15a9734156a7bf06d1c44d4ea9/src/python/grpcio/_parallel_compile_patch.py", line 65, in _compile_single_file
          self._compile(obj, src, ext, cc_args, extra_postargs, pp_opts)
          ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        File "/tmp/pip-install-ey2f92gb/grpcio_4b7bfd15a9734156a7bf06d1c44d4ea9/src/python/grpcio/commands.py", line 264, in new_compile
          return old_compile(obj, src, ext, cc_args, extra_postargs, pp_opts)
        File "/tmp/pip-build-env-nu1crh84/overlay/lib/python3.13t/site-packages/setuptools/_distutils/compilers/C/unix.py", line 223, in _compile
          raise CompileError(msg)
      distutils.compilers.C.errors.CompileError: command '/usr/bin/c++' failed with exit code 1
      
      Exception ignored in: <function Pool.__del__ at 0x4c5760ade80>
      Traceback (most recent call last):
        File "/root/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/lib/python3.13t/multiprocessing/pool.py", line 271, in __del__
        File "/root/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/lib/python3.13t/multiprocessing/queues.py", line 397, in put
        File "/root/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/lib/python3.13t/multiprocessing/connection.py", line 200, in send_bytes
        File "/root/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/lib/python3.13t/multiprocessing/connection.py", line 427, in _send_bytes
        File "/root/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/lib/python3.13t/multiprocessing/connection.py", line 384, in _send
      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
ERROR: Failed to build installable wheels for some pyproject.toml based projects (grpcio)
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.1.0 Success - 2025-05-24 13:08:48
torchmetrics 1.8.1 Success - 2025-05-24 13:15:07
click-option-group 0.5.7 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.8.28 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.57b0 Success - 2025-05-24 13:33:18
immutabledict 4.2.1 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.1.0 Failed
ng/connection.py", line 206, in send_bytes
                      self._send_bytes(m[offset:offset + size])
                    File "/root/.local/share/uv/python/cpython-3.14.0b4+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.0b4+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=10147509 sha256=364ceb1a74cce35d2aa85941f6b2496b66dd460c2caca13acea4c7f2e896a39f
              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): finished with status 'done'
              Created wheel for grpcio: filename=grpcio-1.74.0-cp314-cp314t-linux_x86_64.whl size=167197968 sha256=52055bddedbca3cea2740c7ead6fe0701ace87225ea17d09fd3e5f11ff0aa1ac
              Stored in directory: /root/.cache/pip/wheels/f8/5d/38/837299a2dab26c1fc7780540cffdfc4abe82ece5cbba8a7d73
              Building wheel for MarkupSafe (pyproject.toml): started
              Building wheel for MarkupSafe (pyproject.toml): finished with status 'done'
              Created wheel for MarkupSafe: filename=markupsafe-3.0.2-cp314-cp314t-linux_x86_64.whl size=23679 sha256=4bbb029ca0c788d3d41d69fdc5f6821df70cf58b0000892ea97b91e5f4d540cc
              Stored in directory: /root/.cache/pip/wheels/31/d7/9c/91ea0a7f1bd99970c6602ae982d137132c904433343f48095b
            Successfully built numpy grpcio MarkupSafe
            Failed to build grpcio-tools
            ERROR: 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: subprocess-exited-with-error
      
      × pip subprocess to install build dependencies 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.
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error

× pip subprocess to install build dependencies 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 14:18:32
jpype1 1.6.0 Success - 2025-05-24 12:58:15
onnxruntime 1.22.1 Failed
ERROR: Could not find a version that satisfies the requirement onnxruntime==1.22.1 (from versions: none)
ERROR: No matching distribution found for onnxruntime==1.22.1
2025-05-24 12:58:19
google-cloud-texttospeech 2.27.0 Failed
ck (most recent call last):
        File "/tmp/pip-build-env-wvxmqxlp/overlay/lib/python3.14t/site-packages/setuptools/_distutils/compilers/C/unix.py", line 217, in _compile
          self.spawn(
          ~~~~~~~~~~^
              compiler_so_cxx + cc_args + [src, '-o', obj] + extra_postargs
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
          )
          ^
        File "/tmp/pip-install-6qoba3iw/grpcio_ba03624530e1427da27b9305a26332b3/src/python/grpcio/_spawn_patch.py", line 66, in _commandfile_spawn
          _classic_spawn(self, command, **kwargs)
          ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
        File "/tmp/pip-build-env-wvxmqxlp/overlay/lib/python3.14t/site-packages/setuptools/_distutils/compilers/C/base.py", line 1158, in spawn
          spawn(cmd, dry_run=self.dry_run, **kwargs)
          ~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        File "/tmp/pip-build-env-wvxmqxlp/overlay/lib/python3.14t/site-packages/setuptools/_distutils/spawn.py", line 93, in spawn
          raise DistutilsExecError(
              f"command {_debug(cmd)!r} failed with exit code {err.returncode}"
          ) from err
      distutils.errors.DistutilsExecError: command '/usr/bin/c++' failed with exit code 1
      
      During handling of the above exception, another exception occurred:
      
      Traceback (most recent call last):
        File "/tmp/pip-install-6qoba3iw/grpcio_ba03624530e1427da27b9305a26332b3/src/python/grpcio/commands.py", line 282, in build_extensions
          build_ext.build_ext.build_extensions(self)
          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
        File "/tmp/pip-build-env-wvxmqxlp/overlay/lib/python3.14t/site-packages/setuptools/_distutils/command/build_ext.py", line 484, in build_extensions
          self._build_extensions_serial()
          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
        File "/tmp/pip-build-env-wvxmqxlp/overlay/lib/python3.14t/site-packages/setuptools/_distutils/command/build_ext.py", line 510, in _build_extensions_serial
          self.build_extension(ext)
          ~~~~~~~~~~~~~~~~~~~~^^^^^
        File "/tmp/pip-build-env-wvxmqxlp/overlay/lib/python3.14t/site-packages/setuptools/command/build_ext.py", line 261, in build_extension
          _build_ext.build_extension(self, ext)
          ~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^
        File "/tmp/pip-build-env-wvxmqxlp/overlay/lib/python3.14t/site-packages/setuptools/_distutils/command/build_ext.py", line 565, in build_extension
          objects = self.compiler.compile(
              sources,
          ...<5 lines>...
              depends=ext.depends,
          )
        File "/tmp/pip-install-6qoba3iw/grpcio_ba03624530e1427da27b9305a26332b3/src/python/grpcio/_parallel_compile_patch.py", line 70, in _parallel_compile
          multiprocessing.pool.ThreadPool(BUILD_EXT_COMPILER_JOBS).map(
          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
              _compile_single_file, objects
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
          )
          ^
        File "/root/.local/share/uv/python/cpython-3.14.0a6+freethreaded-linux-x86_64-gnu/lib/python3.14t/multiprocessing/pool.py", line 367, in map
          return self._map_async(func, iterable, mapstar, chunksize).get()
                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
        File "/root/.local/share/uv/python/cpython-3.14.0a6+freethreaded-linux-x86_64-gnu/lib/python3.14t/multiprocessing/pool.py", line 774, in get
          raise self._value
        File "/root/.local/share/uv/python/cpython-3.14.0a6+freethreaded-linux-x86_64-gnu/lib/python3.14t/multiprocessing/pool.py", line 125, in worker
          result = (True, func(*args, **kwds))
                          ~~~~^^^^^^^^^^^^^^^
        File "/root/.local/share/uv/python/cpython-3.14.0a6+freethreaded-linux-x86_64-gnu/lib/python3.14t/multiprocessing/pool.py", line 48, in mapstar
          return list(map(*args))
        File "/tmp/pip-install-6qoba3iw/grpcio_ba03624530e1427da27b9305a26332b3/src/python/grpcio/_parallel_compile_patch.py", line 65, in _compile_single_file
          self._compile(obj, src, ext, cc_args, extra_postargs, pp_opts)
          ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        File "/tmp/pip-install-6qoba3iw/grpcio_ba03624530e1427da27b9305a26332b3/src/python/grpcio/commands.py", line 264, in new_compile
          return old_compile(obj, src, ext, cc_args, extra_postargs, pp_opts)
        File "/tmp/pip-build-env-wvxmqxlp/overlay/lib/python3.14t/site-packages/setuptools/_distutils/compilers/C/unix.py", line 223, in _compile
          raise CompileError(msg)
      distutils.compilers.C.errors.CompileError: command '/usr/bin/c++' failed with exit code 1
      
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for grpcio
ERROR: Failed to build installable wheels for some pyproject.toml based projects (grpcio)
2025-05-24 13:24:37
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.1.0 Success - 2025-05-24 14:19:26
torchmetrics 1.8.1 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.7 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