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
office365-rest-python-client 2.6.1 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/tmpt4yok_v4/venv/bin/python --compatibility off`
      📦 Including license file "/tmp/pip-install-6n3t0tkp/cryptography_aa5ba55c243042fda0f8c547f5b533b0/LICENSE"
      📦 Including license file "/tmp/pip-install-6n3t0tkp/cryptography_aa5ba55c243042fda0f8c547f5b533b0/LICENSE.APACHE"
      📦 Including license file "/tmp/pip-install-6n3t0tkp/cryptography_aa5ba55c243042fda0f8c547f5b533b0/LICENSE.BSD"
      🍹 Building a mixed python/rust project
      🔗 Found pyo3 bindings with abi3 support for Python ≥ 3.7
      🐍 Not using a specific python interpreter
      📡 Using build options features, locked from pyproject.toml
      ⚠️ Warning: CPython 3.13t at /tmp/tmpt4yok_v4/venv/bin/python does not yet support abi3 so the build artifacts will be version-specific.
      warning: /tmp/pip-install-6n3t0tkp/cryptography_aa5ba55c243042fda0f8c547f5b533b0/src/rust/cryptography-cffi/Cargo.toml: unused manifest key: lints
      warning: /tmp/pip-install-6n3t0tkp/cryptography_aa5ba55c243042fda0f8c547f5b533b0/src/rust/cryptography-key-parsing/Cargo.toml: unused manifest key: lints
      warning: /tmp/pip-install-6n3t0tkp/cryptography_aa5ba55c243042fda0f8c547f5b533b0/src/rust/cryptography-openssl/Cargo.toml: unused manifest key: lints
      warning: /tmp/pip-install-6n3t0tkp/cryptography_aa5ba55c243042fda0f8c547f5b533b0/src/rust/Cargo.toml: unused manifest key: lints
      error: package `cryptography-rust v0.1.0 (/tmp/pip-install-6n3t0tkp/cryptography_aa5ba55c243042fda0f8c547f5b533b0/src/rust)` cannot be built because it requires rustc 1.65.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/tmpt4yok_v4/venv/bin/python" PYTHON_SYS_EXECUTABLE="/tmp/tmpt4yok_v4/venv/bin/python" "cargo" "rustc" "--features" "pyo3/abi3-py37" "--message-format" "json-render-diagnostics" "--locked" "--manifest-path" "/tmp/pip-install-6n3t0tkp/cryptography_aa5ba55c243042fda0f8c547f5b533b0/src/rust/Cargo.toml" "--release" "--lib"`
      Error: command ['maturin', 'pep517', 'build-wheel', '-i', '/tmp/tmpt4yok_v4/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-06 07:38:40
google-cloud-orchestration-airflow 1.17.5 Failed
nr7d8e7a/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-pm0i9268/grpcio_66a39ad6558348fdaf8089b99420fd1a/src/python/grpcio/commands.py", line 282, in build_extensions
          build_ext.build_ext.build_extensions(self)
          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
        File "/tmp/pip-build-env-nr7d8e7a/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-nr7d8e7a/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-nr7d8e7a/overlay/lib/python3.13t/site-packages/setuptools/command/build_ext.py", line 264, in build_extension
          _build_ext.build_extension(self, ext)
          ~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^
        File "/tmp/pip-build-env-nr7d8e7a/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-pm0i9268/grpcio_66a39ad6558348fdaf8089b99420fd1a/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-pm0i9268/grpcio_66a39ad6558348fdaf8089b99420fd1a/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-pm0i9268/grpcio_66a39ad6558348fdaf8089b99420fd1a/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-nr7d8e7a/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 0x416bc0ad980>
      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-06 05:27:25
google-cloud-storage-transfer 1.16.1 Failed
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Fatal Python error: Failed to import encodings module
Python runtime state: core initialized
ModuleNotFoundError: No module named 'encodings'

Current thread 0x00007f79ae8f4740 (most recent call first):
  <no Python frame>
2025-05-01 10:03:23
lazy-loader 0.4 Success - 2025-05-01 14:35:37
aws-lambda-powertools 3.11.0 Success - 2025-05-06 02:42:56
google-cloud-batch 0.17.35 Failed
70z3eas2/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-yg83dq06/grpcio_aa0e9452763745c7a01bc8e3d266f8ba/src/python/grpcio/commands.py", line 282, in build_extensions
          build_ext.build_ext.build_extensions(self)
          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
        File "/tmp/pip-build-env-70z3eas2/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-70z3eas2/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-70z3eas2/overlay/lib/python3.13t/site-packages/setuptools/command/build_ext.py", line 264, in build_extension
          _build_ext.build_extension(self, ext)
          ~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^
        File "/tmp/pip-build-env-70z3eas2/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-yg83dq06/grpcio_aa0e9452763745c7a01bc8e3d266f8ba/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-yg83dq06/grpcio_aa0e9452763745c7a01bc8e3d266f8ba/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-yg83dq06/grpcio_aa0e9452763745c7a01bc8e3d266f8ba/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-70z3eas2/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 0x5eea00ad980>
      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-06 06:39:58
httpx-sse 0.4.0 Success - 2025-05-01 14:12:32
filetype 1.2.0 Success - 2025-05-06 07:39:14
oracledb 3.1.0 Failed
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Fatal Python error: Failed to import encodings module
Python runtime state: core initialized
ModuleNotFoundError: No module named 'encodings'

Current thread 0x00007f7f9dc4a740 (most recent call first):
  <no Python frame>
2025-05-01 10:03:26
confluent-kafka 2.10.0 Failed
ListOffsets_result(rkev);
            |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      /tmp/pip-install-sqsopfn2/confluent-kafka_55c4961beaf34720bd288bdf22c4142c/src/confluent_kafka/src/Admin.c:5027:78: warning: implicit declaration of function ‘rd_kafka_event_ListOffsets_result’; did you mean ‘rd_kafka_event_DeleteAcls_result’? [-Wimplicit-function-declaration]
       5027 |                 const rd_kafka_ListOffsets_result_t *c_list_offsets_result = rd_kafka_event_ListOffsets_result(rkev);
            |                                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            |                                                                              rd_kafka_event_DeleteAcls_result
      /tmp/pip-install-sqsopfn2/confluent-kafka_55c4961beaf34720bd288bdf22c4142c/src/confluent_kafka/src/Admin.c:5027:78: warning: initialization of ‘const int *’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
      /tmp/pip-install-sqsopfn2/confluent-kafka_55c4961beaf34720bd288bdf22c4142c/src/confluent_kafka/src/Admin.c:5028:23: error: unknown type name ‘rd_kafka_ListOffsetsResultInfo_t’
       5028 |                 const rd_kafka_ListOffsetsResultInfo_t **c_result_infos = rd_kafka_ListOffsets_result_infos(
            |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      /tmp/pip-install-sqsopfn2/confluent-kafka_55c4961beaf34720bd288bdf22c4142c/src/confluent_kafka/src/Admin.c:5028:75: warning: implicit declaration of function ‘rd_kafka_ListOffsets_result_infos’ [-Wimplicit-function-declaration]
       5028 |                 const rd_kafka_ListOffsetsResultInfo_t **c_result_infos = rd_kafka_ListOffsets_result_infos(
            |                                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      /tmp/pip-install-sqsopfn2/confluent-kafka_55c4961beaf34720bd288bdf22c4142c/src/confluent_kafka/src/Admin.c:5028:75: warning: initialization of ‘const int **’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
      /tmp/pip-install-sqsopfn2/confluent-kafka_55c4961beaf34720bd288bdf22c4142c/src/confluent_kafka/src/Admin.c:5044:14: error: ‘RD_KAFKA_EVENT_ELECTLEADERS_RESULT’ undeclared (first use in this function); did you mean ‘RD_KAFKA_EVENT_DELETEACLS_RESULT’?
       5044 |         case RD_KAFKA_EVENT_ELECTLEADERS_RESULT:
            |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            |              RD_KAFKA_EVENT_DELETEACLS_RESULT
      /tmp/pip-install-sqsopfn2/confluent-kafka_55c4961beaf34720bd288bdf22c4142c/src/confluent_kafka/src/Admin.c:5048:23: error: unknown type name ‘rd_kafka_ElectLeaders_result_t’
       5048 |                 const rd_kafka_ElectLeaders_result_t
            |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      /tmp/pip-install-sqsopfn2/confluent-kafka_55c4961beaf34720bd288bdf22c4142c/src/confluent_kafka/src/Admin.c:5050:25: warning: implicit declaration of function ‘rd_kafka_event_ElectLeaders_result’; did you mean ‘rd_kafka_event_DeleteAcls_result’? [-Wimplicit-function-declaration]
       5050 |                         rd_kafka_event_ElectLeaders_result(rkev);
            |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            |                         rd_kafka_event_DeleteAcls_result
      /tmp/pip-install-sqsopfn2/confluent-kafka_55c4961beaf34720bd288bdf22c4142c/src/confluent_kafka/src/Admin.c:5050:25: warning: initialization of ‘const int *’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
      /tmp/pip-install-sqsopfn2/confluent-kafka_55c4961beaf34720bd288bdf22c4142c/src/confluent_kafka/src/Admin.c:5052:23: error: unknown type name ‘rd_kafka_topic_partition_result_t’
       5052 |                 const rd_kafka_topic_partition_result_t **partition_results =
            |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      /tmp/pip-install-sqsopfn2/confluent-kafka_55c4961beaf34720bd288bdf22c4142c/src/confluent_kafka/src/Admin.c:5053:25: warning: implicit declaration of function ‘rd_kafka_ElectLeaders_result_partitions’; did you mean ‘rd_kafka_group_result_partitions’? [-Wimplicit-function-declaration]
       5053 |                         rd_kafka_ElectLeaders_result_partitions(
            |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            |                         rd_kafka_group_result_partitions
      /tmp/pip-install-sqsopfn2/confluent-kafka_55c4961beaf34720bd288bdf22c4142c/src/confluent_kafka/src/Admin.c:5053:25: warning: initialization of ‘const int **’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
      error: command '/usr/bin/cc' 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 confluent-kafka
ERROR: Failed to build installable wheels for some pyproject.toml based projects (confluent-kafka)
2025-05-06 01:18:27
connexion 3.2.0 Success - 2025-05-01 14:35:47
google-cloud-dataform 0.6.1 Failed
9ztmjup_/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-r56cdy3k/grpcio_a9ec455c6719476ca75cc0b48e52f025/src/python/grpcio/commands.py", line 282, in build_extensions
          build_ext.build_ext.build_extensions(self)
          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
        File "/tmp/pip-build-env-9ztmjup_/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-9ztmjup_/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-9ztmjup_/overlay/lib/python3.13t/site-packages/setuptools/command/build_ext.py", line 264, in build_extension
          _build_ext.build_extension(self, ext)
          ~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^
        File "/tmp/pip-build-env-9ztmjup_/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-r56cdy3k/grpcio_a9ec455c6719476ca75cc0b48e52f025/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-r56cdy3k/grpcio_a9ec455c6719476ca75cc0b48e52f025/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-r56cdy3k/grpcio_a9ec455c6719476ca75cc0b48e52f025/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-9ztmjup_/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 0x5520c0ad980>
      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-06 05:44:06
cloudpathlib 0.21.0 Success - 2025-05-06 06:43:00
tensorflow-io-gcs-filesystem 0.37.1 Failed
ERROR: Could not find a version that satisfies the requirement tensorflow-io-gcs-filesystem==0.37.1 (from versions: none)
ERROR: No matching distribution found for tensorflow-io-gcs-filesystem==0.37.1
2025-05-06 07:39:33
google-cloud-texttospeech 2.26.0 Failed
utils/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-h2rbkgf6/grpcio_a7ae332dfb4648b08df13806e11cd37c/src/python/grpcio/commands.py", line 282, in build_extensions
          build_ext.build_ext.build_extensions(self)
          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
        File "/tmp/pip-build-env-g7x58qhd/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-g7x58qhd/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-g7x58qhd/overlay/lib/python3.13t/site-packages/setuptools/command/build_ext.py", line 264, in build_extension
          _build_ext.build_extension(self, ext)
          ~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^
        File "/tmp/pip-build-env-g7x58qhd/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-h2rbkgf6/grpcio_a7ae332dfb4648b08df13806e11cd37c/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 "/home/runner/.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 "/home/runner/.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 "/home/runner/.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 "/home/runner/.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-h2rbkgf6/grpcio_a7ae332dfb4648b08df13806e11cd37c/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-h2rbkgf6/grpcio_a7ae332dfb4648b08df13806e11cd37c/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-g7x58qhd/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 0x2a7d1cad7a0>
      Traceback (most recent call last):
        File "/home/runner/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/lib/python3.13t/multiprocessing/pool.py", line 271, in __del__
        File "/home/runner/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/lib/python3.13t/multiprocessing/queues.py", line 397, in put
        File "/home/runner/.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 "/home/runner/.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 "/home/runner/.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-01 14:52:33
pymssql 2.3.4 Failed
  error: subprocess-exited-with-error
  
  × Building wheel for pymssql (pyproject.toml) did not run successfully.
  │ exit code: 1
  ╰─> [45 lines of output]
      prefix='/usr/local'
      setup.py: platform.system() => Linux
      setup.py: platform.architecture() => ('64bit', '')
      setup.py: platform.libc_ver() => ('glibc', '2.36')
      setup.py: include_dirs => ['/usr/local/include']
      setup.py: library_dirs => ['/usr/local/lib']
      running bdist_wheel
      running build
      running build_py
      creating build
      creating build/lib.linux-x86_64-cpython-313t
      creating build/lib.linux-x86_64-cpython-313t/pymssql
      copying src/pymssql/__init__.py -> build/lib.linux-x86_64-cpython-313t/pymssql
      copying src/pymssql/exceptions.py -> build/lib.linux-x86_64-cpython-313t/pymssql
      running egg_info
      writing src/pymssql.egg-info/PKG-INFO
      writing dependency_links to src/pymssql.egg-info/dependency_links.txt
      writing top-level names to src/pymssql.egg-info/top_level.txt
      reading manifest file 'src/pymssql.egg-info/SOURCES.txt'
      reading manifest template 'MANIFEST.in'
      adding license file 'LICENSE'
      writing manifest file 'src/pymssql.egg-info/SOURCES.txt'
      copying src/pymssql/__init__.pyi -> build/lib.linux-x86_64-cpython-313t/pymssql
      copying src/pymssql/_mssql.pxd -> build/lib.linux-x86_64-cpython-313t/pymssql
      copying src/pymssql/_mssql.pyi -> build/lib.linux-x86_64-cpython-313t/pymssql
      copying src/pymssql/_mssql.pyx -> build/lib.linux-x86_64-cpython-313t/pymssql
      copying src/pymssql/_pymssql.pyi -> build/lib.linux-x86_64-cpython-313t/pymssql
      copying src/pymssql/_pymssql.pyx -> build/lib.linux-x86_64-cpython-313t/pymssql
      copying src/pymssql/exceptions.pyi -> build/lib.linux-x86_64-cpython-313t/pymssql
      copying src/pymssql/py.typed -> build/lib.linux-x86_64-cpython-313t/pymssql
      copying src/pymssql/sqlfront.pxd -> build/lib.linux-x86_64-cpython-313t/pymssql
      copying src/pymssql/version.h -> build/lib.linux-x86_64-cpython-313t/pymssql
      running build_ext
      Compiling src/pymssql/_mssql.pyx because it changed.
      [1/1] Cythonizing src/pymssql/_mssql.pyx
      building 'pymssql._mssql' extension
      creating build/temp.linux-x86_64-cpython-313t
      creating build/temp.linux-x86_64-cpython-313t/src
      creating build/temp.linux-x86_64-cpython-313t/src/pymssql
      cc -pthread -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -g -O3 -Wall -fPIC -fPIC -I/usr/local/include -I/tmp/tmpf98652_9/venv/include -I/root/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/include/python3.13t -c src/pymssql/_mssql.c -o build/temp.linux-x86_64-cpython-313t/src/pymssql/_mssql.o -DMSDBLIB
      src/pymssql/_mssql.c:1275:10: fatal error: sqlfront.h: No such file or directory
       1275 | #include "sqlfront.h"
            |          ^~~~~~~~~~~~
      compilation terminated.
      error: command '/usr/bin/cc' 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 pymssql
ERROR: Failed to build installable wheels for some pyproject.toml based projects (pymssql)
2025-05-06 02:43:34
configparser 7.2.0 Failed
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Fatal Python error: Failed to import encodings module
Python runtime state: core initialized
ModuleNotFoundError: No module named 'encodings'

Current thread 0x00007fd312046740 (most recent call first):
  <no Python frame>
2025-05-01 10:03:30
flask-jwt-extended 4.7.1 Success - 2025-05-01 14:35:55
msrestazure 0.6.4.post1 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/tmp8ek7et0w/venv/bin/python --compatibility off`
      📦 Including license file "/tmp/pip-install-cw6c4qcf/cryptography_1d54fe988e1f4a4fbd7830ad1bec6fc3/LICENSE"
      📦 Including license file "/tmp/pip-install-cw6c4qcf/cryptography_1d54fe988e1f4a4fbd7830ad1bec6fc3/LICENSE.APACHE"
      📦 Including license file "/tmp/pip-install-cw6c4qcf/cryptography_1d54fe988e1f4a4fbd7830ad1bec6fc3/LICENSE.BSD"
      🍹 Building a mixed python/rust project
      🔗 Found pyo3 bindings with abi3 support for Python ≥ 3.7
      🐍 Not using a specific python interpreter
      📡 Using build options features, locked from pyproject.toml
      ⚠️ Warning: CPython 3.13t at /tmp/tmp8ek7et0w/venv/bin/python does not yet support abi3 so the build artifacts will be version-specific.
      warning: /tmp/pip-install-cw6c4qcf/cryptography_1d54fe988e1f4a4fbd7830ad1bec6fc3/src/rust/cryptography-cffi/Cargo.toml: unused manifest key: lints
      warning: /tmp/pip-install-cw6c4qcf/cryptography_1d54fe988e1f4a4fbd7830ad1bec6fc3/src/rust/cryptography-key-parsing/Cargo.toml: unused manifest key: lints
      warning: /tmp/pip-install-cw6c4qcf/cryptography_1d54fe988e1f4a4fbd7830ad1bec6fc3/src/rust/cryptography-openssl/Cargo.toml: unused manifest key: lints
      warning: /tmp/pip-install-cw6c4qcf/cryptography_1d54fe988e1f4a4fbd7830ad1bec6fc3/src/rust/Cargo.toml: unused manifest key: lints
      error: package `cryptography-rust v0.1.0 (/tmp/pip-install-cw6c4qcf/cryptography_1d54fe988e1f4a4fbd7830ad1bec6fc3/src/rust)` cannot be built because it requires rustc 1.65.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/tmp8ek7et0w/venv/bin/python" PYTHON_SYS_EXECUTABLE="/tmp/tmp8ek7et0w/venv/bin/python" "cargo" "rustc" "--features" "pyo3/abi3-py37" "--message-format" "json-render-diagnostics" "--locked" "--manifest-path" "/tmp/pip-install-cw6c4qcf/cryptography_1d54fe988e1f4a4fbd7830ad1bec6fc3/src/rust/Cargo.toml" "--release" "--lib"`
      Error: command ['maturin', 'pep517', 'build-wheel', '-i', '/tmp/tmp8ek7et0w/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-06 05:44:57
python-gnupg 0.5.4 Success - 2025-05-06 06:43:27

Python 3.14t Compatibility Results

Library Version Build Result Error Details Last Updated At
office365-rest-python-client 2.6.1 Failed
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/tmpun0e9w8y/venv/bin/python" PYTHON_SYS_EXECUTABLE="/tmp/tmpun0e9w8y/venv/bin/python" "cargo" "rustc" "--features" "pyo3/abi3-py37" "--message-format" "json-render-diagnostics" "--locked" "--manifest-path" "/tmp/pip-install-4s61f_6l/cryptography_7f52c7672a1e4c09a57373c5a842830e/src/rust/Cargo.toml" "--release" "--lib"`
      Error: command ['maturin', 'pep517', 'build-wheel', '-i', '/tmp/tmpun0e9w8y/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-03 13:41:37
google-cloud-orchestration-airflow 1.17.5 Failed
ck (most recent call last):
        File "/tmp/pip-build-env-dvn8dh2a/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-zz4r528n/grpcio_77565f2c55b547a4a5544c6d75151ce0/src/python/grpcio/_spawn_patch.py", line 66, in _commandfile_spawn
          _classic_spawn(self, command, **kwargs)
          ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
        File "/tmp/pip-build-env-dvn8dh2a/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-dvn8dh2a/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-zz4r528n/grpcio_77565f2c55b547a4a5544c6d75151ce0/src/python/grpcio/commands.py", line 282, in build_extensions
          build_ext.build_ext.build_extensions(self)
          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
        File "/tmp/pip-build-env-dvn8dh2a/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-dvn8dh2a/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-dvn8dh2a/overlay/lib/python3.14t/site-packages/setuptools/command/build_ext.py", line 264, in build_extension
          _build_ext.build_extension(self, ext)
          ~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^
        File "/tmp/pip-build-env-dvn8dh2a/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-zz4r528n/grpcio_77565f2c55b547a4a5544c6d75151ce0/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-zz4r528n/grpcio_77565f2c55b547a4a5544c6d75151ce0/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-zz4r528n/grpcio_77565f2c55b547a4a5544c6d75151ce0/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-dvn8dh2a/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-05 17:57:59
google-cloud-storage-transfer 1.16.1 Failed
a01c1a3b4d342fa97a1b6f737fb74a9/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-yavv6uym/grpcio_9a01c1a3b4d342fa97a1b6f737fb74a9/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-vkpwgu94/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-03 12:47:22
lazy-loader 0.4 Success - 2025-05-03 13:41:50
aws-lambda-powertools 3.11.0 Success - 2025-05-05 12:44:45
google-cloud-batch 0.17.35 Failed
575b584f0d84c5ca7e7d4a4a41284cb/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-3n3ou4z_/grpcio_5575b584f0d84c5ca7e7d4a4a41284cb/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-ddnjc985/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-03 13:05:15
httpx-sse 0.4.0 Success - 2025-05-05 19:57:46
filetype 1.2.0 Success - 2025-05-05 19:41:09
oracledb 3.1.0 Failed
nction ‘__Pyx_CyFunction_CallAsMethod’:
      src/oracledb/base_impl.c:242319:6: error: unknown type name ‘__pyx_vectorcallfunc’; did you mean ‘vectorcallfunc’?
      242319 |      __pyx_vectorcallfunc vc = __Pyx_CyFunction_func_vectorcall(cyfunc);
             |      ^~~~~~~~~~~~~~~~~~~~
             |      vectorcallfunc
      src/oracledb/base_impl.c:5676:45: warning: initialization of ‘int’ from ‘vectorcallfunc’ {aka ‘struct _object * (*)(struct _object *, struct _object * const*, long unsigned int,  struct _object *)’} makes integer from pointer without a cast [-Wint-conversion]
       5676 | #define __Pyx_CyFunction_func_vectorcall(f) (((PyCFunctionObject*)f)->vectorcall)
            |                                             ^
      src/oracledb/base_impl.c:242319:32: note: in expansion of macro ‘__Pyx_CyFunction_func_vectorcall’
      242319 |      __pyx_vectorcallfunc vc = __Pyx_CyFunction_func_vectorcall(cyfunc);
             |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      src/oracledb/base_impl.c:242322:16: warning: implicit declaration of function ‘__Pyx_PyVectorcall_FastCallDict’; did you mean ‘__Pyx_PyObject_FastCallDict’? [-Wimplicit-function-declaration]
      242322 |         return __Pyx_PyVectorcall_FastCallDict(func, vc, &PyTuple_GET_ITEM(args, 0), (size_t)PyTuple_GET_SIZE(args), kw);
             |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             |                __Pyx_PyObject_FastCallDict
      src/oracledb/base_impl.c:242322:16: warning: returning ‘int’ from a function with return type ‘PyObject *’ {aka ‘struct _object *’} makes pointer from integer without a cast [-Wint-conversion]
      242322 |         return __Pyx_PyVectorcall_FastCallDict(func, vc, &PyTuple_GET_ITEM(args, 0), (size_t)PyTuple_GET_SIZE(args), kw);
             |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      error: command '/usr/bin/cc' 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 oracledb
  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/tmpfqft4ets/venv/bin/python --compatibility off`
      📦 Including license file "/tmp/pip-install-40a50f75/cryptography_74a7658c0fa3417892902234700c0d4a/LICENSE"
      📦 Including license file "/tmp/pip-install-40a50f75/cryptography_74a7658c0fa3417892902234700c0d4a/LICENSE.APACHE"
      📦 Including license file "/tmp/pip-install-40a50f75/cryptography_74a7658c0fa3417892902234700c0d4a/LICENSE.BSD"
      🍹 Building a mixed python/rust project
      🔗 Found pyo3 bindings with abi3 support for Python ≥ 3.7
      🐍 Not using a specific python interpreter
      📡 Using build options features, locked from pyproject.toml
      ⚠️ Warning: CPython 3.14t at /tmp/tmpfqft4ets/venv/bin/python does not yet support abi3 so the build artifacts will be version-specific.
      warning: /tmp/pip-install-40a50f75/cryptography_74a7658c0fa3417892902234700c0d4a/src/rust/cryptography-key-parsing/Cargo.toml: unused manifest key: lints
      warning: /tmp/pip-install-40a50f75/cryptography_74a7658c0fa3417892902234700c0d4a/src/rust/cryptography-cffi/Cargo.toml: unused manifest key: lints
      warning: /tmp/pip-install-40a50f75/cryptography_74a7658c0fa3417892902234700c0d4a/src/rust/cryptography-openssl/Cargo.toml: unused manifest key: lints
      warning: /tmp/pip-install-40a50f75/cryptography_74a7658c0fa3417892902234700c0d4a/src/rust/Cargo.toml: unused manifest key: lints
      error: package `cryptography-key-parsing v0.1.0 (/tmp/pip-install-40a50f75/cryptography_74a7658c0fa3417892902234700c0d4a/src/rust/cryptography-key-parsing)` cannot be built because it requires rustc 1.65.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/tmpfqft4ets/venv/bin/python" PYTHON_SYS_EXECUTABLE="/tmp/tmpfqft4ets/venv/bin/python" "cargo" "rustc" "--features" "pyo3/abi3-py37" "--message-format" "json-render-diagnostics" "--locked" "--manifest-path" "/tmp/pip-install-40a50f75/cryptography_74a7658c0fa3417892902234700c0d4a/src/rust/Cargo.toml" "--release" "--lib"`
      Error: command ['maturin', 'pep517', 'build-wheel', '-i', '/tmp/tmpfqft4ets/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 (oracledb, cryptography)
2025-05-05 19:14:10
confluent-kafka 2.10.0 Failed
ListOffsets_result(rkev);
            |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      /tmp/pip-install-w4aundj1/confluent-kafka_dd5b4658d50c4d06bc8f2843c47dd6a2/src/confluent_kafka/src/Admin.c:5027:78: warning: implicit declaration of function ‘rd_kafka_event_ListOffsets_result’; did you mean ‘rd_kafka_event_DeleteAcls_result’? [-Wimplicit-function-declaration]
       5027 |                 const rd_kafka_ListOffsets_result_t *c_list_offsets_result = rd_kafka_event_ListOffsets_result(rkev);
            |                                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            |                                                                              rd_kafka_event_DeleteAcls_result
      /tmp/pip-install-w4aundj1/confluent-kafka_dd5b4658d50c4d06bc8f2843c47dd6a2/src/confluent_kafka/src/Admin.c:5027:78: warning: initialization of ‘const int *’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
      /tmp/pip-install-w4aundj1/confluent-kafka_dd5b4658d50c4d06bc8f2843c47dd6a2/src/confluent_kafka/src/Admin.c:5028:23: error: unknown type name ‘rd_kafka_ListOffsetsResultInfo_t’
       5028 |                 const rd_kafka_ListOffsetsResultInfo_t **c_result_infos = rd_kafka_ListOffsets_result_infos(
            |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      /tmp/pip-install-w4aundj1/confluent-kafka_dd5b4658d50c4d06bc8f2843c47dd6a2/src/confluent_kafka/src/Admin.c:5028:75: warning: implicit declaration of function ‘rd_kafka_ListOffsets_result_infos’ [-Wimplicit-function-declaration]
       5028 |                 const rd_kafka_ListOffsetsResultInfo_t **c_result_infos = rd_kafka_ListOffsets_result_infos(
            |                                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      /tmp/pip-install-w4aundj1/confluent-kafka_dd5b4658d50c4d06bc8f2843c47dd6a2/src/confluent_kafka/src/Admin.c:5028:75: warning: initialization of ‘const int **’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
      /tmp/pip-install-w4aundj1/confluent-kafka_dd5b4658d50c4d06bc8f2843c47dd6a2/src/confluent_kafka/src/Admin.c:5044:14: error: ‘RD_KAFKA_EVENT_ELECTLEADERS_RESULT’ undeclared (first use in this function); did you mean ‘RD_KAFKA_EVENT_DELETEACLS_RESULT’?
       5044 |         case RD_KAFKA_EVENT_ELECTLEADERS_RESULT:
            |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            |              RD_KAFKA_EVENT_DELETEACLS_RESULT
      /tmp/pip-install-w4aundj1/confluent-kafka_dd5b4658d50c4d06bc8f2843c47dd6a2/src/confluent_kafka/src/Admin.c:5048:23: error: unknown type name ‘rd_kafka_ElectLeaders_result_t’
       5048 |                 const rd_kafka_ElectLeaders_result_t
            |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      /tmp/pip-install-w4aundj1/confluent-kafka_dd5b4658d50c4d06bc8f2843c47dd6a2/src/confluent_kafka/src/Admin.c:5050:25: warning: implicit declaration of function ‘rd_kafka_event_ElectLeaders_result’; did you mean ‘rd_kafka_event_DeleteAcls_result’? [-Wimplicit-function-declaration]
       5050 |                         rd_kafka_event_ElectLeaders_result(rkev);
            |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            |                         rd_kafka_event_DeleteAcls_result
      /tmp/pip-install-w4aundj1/confluent-kafka_dd5b4658d50c4d06bc8f2843c47dd6a2/src/confluent_kafka/src/Admin.c:5050:25: warning: initialization of ‘const int *’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
      /tmp/pip-install-w4aundj1/confluent-kafka_dd5b4658d50c4d06bc8f2843c47dd6a2/src/confluent_kafka/src/Admin.c:5052:23: error: unknown type name ‘rd_kafka_topic_partition_result_t’
       5052 |                 const rd_kafka_topic_partition_result_t **partition_results =
            |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      /tmp/pip-install-w4aundj1/confluent-kafka_dd5b4658d50c4d06bc8f2843c47dd6a2/src/confluent_kafka/src/Admin.c:5053:25: warning: implicit declaration of function ‘rd_kafka_ElectLeaders_result_partitions’; did you mean ‘rd_kafka_group_result_partitions’? [-Wimplicit-function-declaration]
       5053 |                         rd_kafka_ElectLeaders_result_partitions(
            |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            |                         rd_kafka_group_result_partitions
      /tmp/pip-install-w4aundj1/confluent-kafka_dd5b4658d50c4d06bc8f2843c47dd6a2/src/confluent_kafka/src/Admin.c:5053:25: warning: initialization of ‘const int **’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
      error: command '/usr/bin/cc' 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 confluent-kafka
ERROR: Failed to build installable wheels for some pyproject.toml based projects (confluent-kafka)
2025-05-05 14:57:09
connexion 3.2.0 Failed
     error: failed to parse lock file at: /tmp/pip-install-k8qf6kps/rpds-py_d487612d4d33492599359a642602fad3/Cargo.lock
      
      Caused by:
        lock file version `4` was found, but this version of Cargo does not understand this lock file, perhaps Cargo needs to be updated?
      💥 maturin failed
        Caused by: Cargo metadata failed. Does your crate compile with `cargo build`?
        Caused by: `cargo metadata` exited with an error:
      Error running maturin: Command '['maturin', 'pep517', 'write-dist-info', '--metadata-directory', '/tmp/pip-modern-metadata-9ija6q5n', '--interpreter', '/tmp/tmp2estg9c7/venv/bin/python']' 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: metadata-generation-failed

× Encountered error while generating package metadata.
╰─> See above for output.

note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
2025-05-03 13:48:40
google-cloud-dataform 0.6.1 Failed
ck (most recent call last):
        File "/tmp/pip-build-env-5ylqjo5u/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-a7sfgko1/grpcio_38cf963ac1124d68937448eb58cd3cb3/src/python/grpcio/_spawn_patch.py", line 66, in _commandfile_spawn
          _classic_spawn(self, command, **kwargs)
          ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
        File "/tmp/pip-build-env-5ylqjo5u/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-5ylqjo5u/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-a7sfgko1/grpcio_38cf963ac1124d68937448eb58cd3cb3/src/python/grpcio/commands.py", line 282, in build_extensions
          build_ext.build_ext.build_extensions(self)
          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
        File "/tmp/pip-build-env-5ylqjo5u/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-5ylqjo5u/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-5ylqjo5u/overlay/lib/python3.14t/site-packages/setuptools/command/build_ext.py", line 264, in build_extension
          _build_ext.build_extension(self, ext)
          ~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^
        File "/tmp/pip-build-env-5ylqjo5u/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-a7sfgko1/grpcio_38cf963ac1124d68937448eb58cd3cb3/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-a7sfgko1/grpcio_38cf963ac1124d68937448eb58cd3cb3/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-a7sfgko1/grpcio_38cf963ac1124d68937448eb58cd3cb3/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-5ylqjo5u/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-05 19:11:02
cloudpathlib 0.21.0 Success - 2025-05-03 13:12:39
tensorflow-io-gcs-filesystem 0.37.1 Failed
ERROR: Could not find a version that satisfies the requirement tensorflow-io-gcs-filesystem==0.37.1 (from versions: none)
ERROR: No matching distribution found for tensorflow-io-gcs-filesystem==0.37.1
2025-05-03 13:48:58
google-cloud-texttospeech 2.26.0 Failed
ck (most recent call last):
        File "/tmp/pip-build-env-ewu464au/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-zwp7fumu/grpcio_3d44e502e3794647ba777b5f39014a4d/src/python/grpcio/_spawn_patch.py", line 66, in _commandfile_spawn
          _classic_spawn(self, command, **kwargs)
          ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
        File "/tmp/pip-build-env-ewu464au/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-ewu464au/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-zwp7fumu/grpcio_3d44e502e3794647ba777b5f39014a4d/src/python/grpcio/commands.py", line 282, in build_extensions
          build_ext.build_ext.build_extensions(self)
          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
        File "/tmp/pip-build-env-ewu464au/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-ewu464au/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-ewu464au/overlay/lib/python3.14t/site-packages/setuptools/command/build_ext.py", line 264, in build_extension
          _build_ext.build_extension(self, ext)
          ~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^
        File "/tmp/pip-build-env-ewu464au/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-zwp7fumu/grpcio_3d44e502e3794647ba777b5f39014a4d/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-zwp7fumu/grpcio_3d44e502e3794647ba777b5f39014a4d/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-zwp7fumu/grpcio_3d44e502e3794647ba777b5f39014a4d/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-ewu464au/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-05 18:34:43
pymssql 2.3.4 Failed
  error: subprocess-exited-with-error
  
  × Building wheel for pymssql (pyproject.toml) did not run successfully.
  │ exit code: 1
  ╰─> [45 lines of output]
      prefix='/usr/local'
      setup.py: platform.system() => Linux
      setup.py: platform.architecture() => ('64bit', '')
      setup.py: platform.libc_ver() => ('glibc', '2.36')
      setup.py: include_dirs => ['/usr/local/include']
      setup.py: library_dirs => ['/usr/local/lib']
      running bdist_wheel
      running build
      running build_py
      creating build
      creating build/lib.linux-x86_64-cpython-314t
      creating build/lib.linux-x86_64-cpython-314t/pymssql
      copying src/pymssql/__init__.py -> build/lib.linux-x86_64-cpython-314t/pymssql
      copying src/pymssql/exceptions.py -> build/lib.linux-x86_64-cpython-314t/pymssql
      running egg_info
      writing src/pymssql.egg-info/PKG-INFO
      writing dependency_links to src/pymssql.egg-info/dependency_links.txt
      writing top-level names to src/pymssql.egg-info/top_level.txt
      reading manifest file 'src/pymssql.egg-info/SOURCES.txt'
      reading manifest template 'MANIFEST.in'
      adding license file 'LICENSE'
      writing manifest file 'src/pymssql.egg-info/SOURCES.txt'
      copying src/pymssql/__init__.pyi -> build/lib.linux-x86_64-cpython-314t/pymssql
      copying src/pymssql/_mssql.pxd -> build/lib.linux-x86_64-cpython-314t/pymssql
      copying src/pymssql/_mssql.pyi -> build/lib.linux-x86_64-cpython-314t/pymssql
      copying src/pymssql/_mssql.pyx -> build/lib.linux-x86_64-cpython-314t/pymssql
      copying src/pymssql/_pymssql.pyi -> build/lib.linux-x86_64-cpython-314t/pymssql
      copying src/pymssql/_pymssql.pyx -> build/lib.linux-x86_64-cpython-314t/pymssql
      copying src/pymssql/exceptions.pyi -> build/lib.linux-x86_64-cpython-314t/pymssql
      copying src/pymssql/py.typed -> build/lib.linux-x86_64-cpython-314t/pymssql
      copying src/pymssql/sqlfront.pxd -> build/lib.linux-x86_64-cpython-314t/pymssql
      copying src/pymssql/version.h -> build/lib.linux-x86_64-cpython-314t/pymssql
      running build_ext
      Compiling src/pymssql/_mssql.pyx because it changed.
      [1/1] Cythonizing src/pymssql/_mssql.pyx
      building 'pymssql._mssql' extension
      creating build/temp.linux-x86_64-cpython-314t
      creating build/temp.linux-x86_64-cpython-314t/src
      creating build/temp.linux-x86_64-cpython-314t/src/pymssql
      cc -pthread -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -g -O3 -Wall -fPIC -fPIC -I/usr/local/include -I/tmp/tmpjn6vn84t/venv/include -I/root/.local/share/uv/python/cpython-3.14.0a6+freethreaded-linux-x86_64-gnu/include/python3.14t -c src/pymssql/_mssql.c -o build/temp.linux-x86_64-cpython-314t/src/pymssql/_mssql.o -DMSDBLIB
      src/pymssql/_mssql.c:1275:10: fatal error: sqlfront.h: No such file or directory
       1275 | #include "sqlfront.h"
            |          ^~~~~~~~~~~~
      compilation terminated.
      error: command '/usr/bin/cc' 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 pymssql
ERROR: Failed to build installable wheels for some pyproject.toml based projects (pymssql)
2025-05-05 13:50:17
configparser 7.2.0 Success - 2025-05-03 13:13:03
flask-jwt-extended 4.7.1 Success - 2025-05-05 19:41:30
msrestazure 0.6.4.post1 Failed
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/tmp_3fclp7v/venv/bin/python" PYTHON_SYS_EXECUTABLE="/tmp/tmp_3fclp7v/venv/bin/python" "cargo" "rustc" "--features" "pyo3/abi3-py37" "--message-format" "json-render-diagnostics" "--locked" "--manifest-path" "/tmp/pip-install-xzsbde7f/cryptography_26b4ca02fa204cbdb6a12ca552838fa6/src/rust/Cargo.toml" "--release" "--lib"`
      Error: command ['maturin', 'pep517', 'build-wheel', '-i', '/tmp/tmp_3fclp7v/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-03 10:55:45
python-gnupg 0.5.4 Success - 2025-05-05 19:14:41