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.6.11 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.55b1 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.0.0 Failed
nsion(self, ext)
                      ~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^
                    File "/tmp/pip-build-env-3fnvkf9l/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-ghyxiigf/grpcio_4919d277b6bb4acbb641f8df6ee546f5/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-ghyxiigf/grpcio_4919d277b6bb4acbb641f8df6ee546f5/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-ghyxiigf/grpcio_4919d277b6bb4acbb641f8df6ee546f5/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-3fnvkf9l/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 0x2daedd8d660>
                  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
            Failed to build grpcio-tools grpcio
            ERROR: Failed to build installable wheels for some pyproject.toml based projects (grpcio-tools, grpcio)
            [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.5.2 Success - 2025-05-24 13:03:17
onnxruntime 1.22.0 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.0.0 Success - 2025-05-24 13:08:48
torchmetrics 1.7.3 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.6.11 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.55b1 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.0.0 Failed
dmbuw_/grpcio_54ce5f5170514474adfb655012f64878/src/python/grpcio/commands.py", line 282, in build_extensions
                      build_ext.build_ext.build_extensions(self)
                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
                    File "/tmp/pip-build-env-8nex58gl/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-8nex58gl/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-8nex58gl/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-8nex58gl/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-53dmbuw_/grpcio_54ce5f5170514474adfb655012f64878/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-53dmbuw_/grpcio_54ce5f5170514474adfb655012f64878/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-53dmbuw_/grpcio_54ce5f5170514474adfb655012f64878/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-8nex58gl/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
            Successfully built numpy
            Failed to build grpcio-tools grpcio
            ERROR: Failed to build installable wheels for some pyproject.toml based projects (grpcio-tools, grpcio)
            [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.5.2 Success - 2025-05-24 12:58:15
onnxruntime 1.22.0 Failed
ERROR: Could not find a version that satisfies the requirement onnxruntime==1.22.0 (from versions: none)
ERROR: No matching distribution found for onnxruntime==1.22.0
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.0.0 Success - 2025-05-24 14:19:26
torchmetrics 1.7.3 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.13,>=3.9; 1.26.1 Requires-Python <3.13,>=3.9
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