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
google-cloud-dlp 3.33.0 Success - 2025-05-20 19:41:34
identify 2.6.15 Success - 2025-05-20 16:21:21
argon2-cffi 25.1.0 Failed
_expression()
      running dist_info
      creating /tmp/pip-modern-metadata-mg1js3vm/argon2_cffi_bindings.egg-info
      writing /tmp/pip-modern-metadata-mg1js3vm/argon2_cffi_bindings.egg-info/PKG-INFO
      writing dependency_links to /tmp/pip-modern-metadata-mg1js3vm/argon2_cffi_bindings.egg-info/dependency_links.txt
      writing requirements to /tmp/pip-modern-metadata-mg1js3vm/argon2_cffi_bindings.egg-info/requires.txt
      writing top-level names to /tmp/pip-modern-metadata-mg1js3vm/argon2_cffi_bindings.egg-info/top_level.txt
      writing manifest file '/tmp/pip-modern-metadata-mg1js3vm/argon2_cffi_bindings.egg-info/SOURCES.txt'
      reading manifest file '/tmp/pip-modern-metadata-mg1js3vm/argon2_cffi_bindings.egg-info/SOURCES.txt'
      reading manifest template 'MANIFEST.in'
      adding license file 'LICENSE'
      writing manifest file '/tmp/pip-modern-metadata-mg1js3vm/argon2_cffi_bindings.egg-info/SOURCES.txt'
      creating '/tmp/pip-modern-metadata-mg1js3vm/argon2_cffi_bindings-21.2.0.dist-info'
      Traceback (most recent call last):
        File "/tmp/tmpwhajxthf/venv/lib/python3.13t/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 389, in <module>
          main()
          ~~~~^^
        File "/tmp/tmpwhajxthf/venv/lib/python3.13t/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 373, in main
          json_out["return_val"] = hook(**hook_input["kwargs"])
                                   ~~~~^^^^^^^^^^^^^^^^^^^^^^^^
        File "/tmp/tmpwhajxthf/venv/lib/python3.13t/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 175, in prepare_metadata_for_build_wheel
          return hook(metadata_directory, config_settings)
        File "/tmp/pip-build-env-bk0l1qnm/overlay/lib/python3.13t/site-packages/setuptools/build_meta.py", line 374, in prepare_metadata_for_build_wheel
          self.run_setup()
          ~~~~~~~~~~~~~~^^
        File "/tmp/pip-build-env-bk0l1qnm/overlay/lib/python3.13t/site-packages/setuptools/build_meta.py", line 317, in run_setup
          exec(code, locals())
          ~~~~^^^^^^^^^^^^^^^^
        File "<string>", line 86, in <module>
        File "/tmp/pip-build-env-bk0l1qnm/overlay/lib/python3.13t/site-packages/setuptools/__init__.py", line 115, in setup
          return distutils.core.setup(**attrs)
                 ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
        File "/tmp/pip-build-env-bk0l1qnm/overlay/lib/python3.13t/site-packages/setuptools/_distutils/core.py", line 186, in setup
          return run_commands(dist)
        File "/tmp/pip-build-env-bk0l1qnm/overlay/lib/python3.13t/site-packages/setuptools/_distutils/core.py", line 202, in run_commands
          dist.run_commands()
          ~~~~~~~~~~~~~~~~~^^
        File "/tmp/pip-build-env-bk0l1qnm/overlay/lib/python3.13t/site-packages/setuptools/_distutils/dist.py", line 1002, in run_commands
          self.run_command(cmd)
          ~~~~~~~~~~~~~~~~^^^^^
        File "/tmp/pip-build-env-bk0l1qnm/overlay/lib/python3.13t/site-packages/setuptools/dist.py", line 1102, in run_command
          super().run_command(command)
          ~~~~~~~~~~~~~~~~~~~^^^^^^^^^
        File "/tmp/pip-build-env-bk0l1qnm/overlay/lib/python3.13t/site-packages/setuptools/_distutils/dist.py", line 1021, in run_command
          cmd_obj.run()
          ~~~~~~~~~~~^^
        File "/tmp/pip-build-env-bk0l1qnm/overlay/lib/python3.13t/site-packages/setuptools/command/dist_info.py", line 99, in run
          bdist_wheel = self.get_finalized_command('bdist_wheel')
        File "/tmp/pip-build-env-bk0l1qnm/overlay/lib/python3.13t/site-packages/setuptools/_distutils/cmd.py", line 334, in get_finalized_command
          cmd_obj.ensure_finalized()
          ~~~~~~~~~~~~~~~~~~~~~~~~^^
        File "/tmp/pip-build-env-bk0l1qnm/overlay/lib/python3.13t/site-packages/setuptools/_distutils/cmd.py", line 135, in ensure_finalized
          self.finalize_options()
          ~~~~~~~~~~~~~~~~~~~~~^^
        File "<string>", line 75, in finalize_options
        File "/tmp/pip-build-env-bk0l1qnm/overlay/lib/python3.13t/site-packages/setuptools/command/bdist_wheel.py", line 250, in finalize_options
          self._validate_py_limited_api()
          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
        File "/tmp/pip-build-env-bk0l1qnm/overlay/lib/python3.13t/site-packages/setuptools/command/bdist_wheel.py", line 285, in _validate_py_limited_api
          raise ValueError(
          ...<4 lines>...
          )
      ValueError: `py_limited_api='cp313'` not supported. `Py_LIMITED_API` is currently incompatible with `Py_GIL_DISABLED`. See https://github.com/python/cpython/issues/111506.
      [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-20 17:30:37
retrying 1.4.2 Success - 2025-05-20 20:40:05
pyflakes 3.4.0 Success - 2025-05-20 17:46:09
jupyterlab 4.5.0 Failed
  error: subprocess-exited-with-error
  
  × installing build dependencies for argon2-cffi-bindings did not run successfully.
  │ exit code: 1
  ╰─> [40 lines of output]
      Ignoring cffi: markers 'python_version >= "3.14"' don't match your environment
      Collecting setuptools>=77
        Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
      Collecting setuptools_scm>=6.2 (from setuptools_scm[toml]>=6.2)
        Downloading setuptools_scm-9.2.2-py3-none-any.whl.metadata (7.7 kB)
      Collecting cffi>=1.0.1
        Downloading cffi-2.0.0.tar.gz (523 kB)
        Installing build dependencies: started
        Installing build dependencies: finished with status 'done'
        Getting requirements to build wheel: started
        Getting requirements to build wheel: finished with status 'error'
        error: subprocess-exited-with-error
      
        × Getting requirements to build wheel did not run successfully.
        │ exit code: 1
        ╰─> [20 lines of output]
            Traceback (most recent call last):
              File "/tmp/tmp30r7v3lw/venv/lib/python3.13t/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 389, in <module>
                main()
                ~~~~^^
              File "/tmp/tmp30r7v3lw/venv/lib/python3.13t/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 373, in main
                json_out["return_val"] = hook(**hook_input["kwargs"])
                                         ~~~~^^^^^^^^^^^^^^^^^^^^^^^^
              File "/tmp/tmp30r7v3lw/venv/lib/python3.13t/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 143, in get_requires_for_build_wheel
                return hook(config_settings)
              File "/tmp/pip-build-env-hh2i8_ff/overlay/lib/python3.13t/site-packages/setuptools/build_meta.py", line 331, in get_requires_for_build_wheel
                return self._get_build_requires(config_settings, requirements=[])
                       ~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
              File "/tmp/pip-build-env-hh2i8_ff/overlay/lib/python3.13t/site-packages/setuptools/build_meta.py", line 301, in _get_build_requires
                self.run_setup()
                ~~~~~~~~~~~~~~^^
              File "/tmp/pip-build-env-hh2i8_ff/overlay/lib/python3.13t/site-packages/setuptools/build_meta.py", line 317, in run_setup
                exec(code, locals())
                ~~~~^^^^^^^^^^^^^^^^
              File "<string>", line 22, in <module>
            RuntimeError: CFFI does not support the free-threaded build of CPython 3.13. Upgrade to free-threaded 3.14 or newer to use CFFI with the free-threaded build.
            [end of output]
      
        note: This error originates from a subprocess, and is likely not a problem with pip.
      ERROR: Failed to build 'cffi' when getting requirements to build wheel
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed to build 'argon2-cffi-bindings' when installing build dependencies for argon2-cffi-bindings
2025-11-19 01:01:36
databricks-sql-connector 4.2.2 Success - 2025-12-05 01:02:46
outcome 1.3.0.post0 Success - 2025-05-20 19:41:54
gcsfs 2025.12.0 Success - 2025-12-04 01:36:04
deepdiff 8.6.1 Success - 2025-05-20 17:30:55
execnet 2.1.2 Success - 2025-11-13 01:09:06
psycopg2 2.9.11 Failed
  error: subprocess-exited-with-error
  
  × Getting requirements to build wheel did not run successfully.
  │ exit code: 1
  ╰─> [34 lines of output]
      /tmp/pip-build-env-w5q4grvx/overlay/lib/python3.13t/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
      !!
      
              ********************************************************************************
              Please consider removing the following classifiers in favor of a SPDX license expression:
      
              License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
      
              See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
              ********************************************************************************
      
      !!
        self._finalize_license_expression()
      running egg_info
      writing psycopg2.egg-info/PKG-INFO
      writing dependency_links to psycopg2.egg-info/dependency_links.txt
      writing top-level names to psycopg2.egg-info/top_level.txt
      
      Error: pg_config executable not found.
      
      pg_config is required to build psycopg2 from source.  Please add the directory
      containing pg_config to the $PATH or specify the full executable path with the
      option:
      
          python setup.py build_ext --pg-config /path/to/pg_config build ...
      
      or with the pg_config option in 'setup.cfg'.
      
      If you prefer to avoid building psycopg2 from source, please install the PyPI
      'psycopg2-binary' package instead.
      
      For further information please check the 'doc/src/install.rst' file (also at
      <https://www.psycopg.org/docs/install.html>).
      
      [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-20 20:40:29
bleach 6.3.0 Success - 2025-10-28 01:02:09
nvidia-cublas-cu12 12.9.1.4 Success - 2025-05-20 18:31:24
amqp 5.3.1 Success - 2025-05-20 19:42:54
google-cloud-secret-manager 2.25.0 Success - 2025-05-20 17:46:06
apache-beam 2.69.0 Failed
-DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf -Ithird_party/protobuf/src -Ithird_party/protobuf/upb -Ithird_party/protobuf/third_party/utf8_range -I/tmp/tmp84ri24uz/venv/include -I/root/.local/share/uv/python/cpython-3.13.9+freethreaded-linux-x86_64-gnu/include/python3.13t -c third_party/protobuf/src/google/protobuf/wire_format.cc -o build/temp.linux-x86_64-cpython-313t/third_party/protobuf/src/google/protobuf/wire_format.o -std=c++17 -fno-wrapv -frtti -O1
            c++ -pthread -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -g -O3 -Wall -fPIC -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf -Ithird_party/protobuf/src -Ithird_party/protobuf/upb -Ithird_party/protobuf/third_party/utf8_range -I/tmp/tmp84ri24uz/venv/include -I/root/.local/share/uv/python/cpython-3.13.9+freethreaded-linux-x86_64-gnu/include/python3.13t -c third_party/protobuf/src/google/protobuf/dynamic_message.cc -o build/temp.linux-x86_64-cpython-313t/third_party/protobuf/src/google/protobuf/dynamic_message.o -std=c++17 -fno-wrapv -frtti -O1
            c++ -pthread -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -g -O3 -Wall -fPIC -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf -Ithird_party/protobuf/src -Ithird_party/protobuf/upb -Ithird_party/protobuf/third_party/utf8_range -I/tmp/tmp84ri24uz/venv/include -I/root/.local/share/uv/python/cpython-3.13.9+freethreaded-linux-x86_64-gnu/include/python3.13t -c third_party/protobuf/src/google/protobuf/extension_set.cc -o build/temp.linux-x86_64-cpython-313t/third_party/protobuf/src/google/protobuf/extension_set.o -std=c++17 -fno-wrapv -frtti -O1
            c++ -pthread -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -g -O3 -Wall -fPIC -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf -Ithird_party/protobuf/src -Ithird_party/protobuf/upb -Ithird_party/protobuf/third_party/utf8_range -I/tmp/tmp84ri24uz/venv/include -I/root/.local/share/uv/python/cpython-3.13.9+freethreaded-linux-x86_64-gnu/include/python3.13t -c third_party/protobuf/src/google/protobuf/wire_format_lite.cc -o build/temp.linux-x86_64-cpython-313t/third_party/protobuf/src/google/protobuf/wire_format_lite.o -std=c++17 -fno-wrapv -frtti -O1
            cc -pthread -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -g -O3 -Wall -fPIC -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf -Ithird_party/protobuf/src -Ithird_party/protobuf/upb -Ithird_party/protobuf/third_party/utf8_range -I/tmp/tmp84ri24uz/venv/include -I/root/.local/share/uv/python/cpython-3.13.9+freethreaded-linux-x86_64-gnu/include/python3.13t -c third_party/protobuf/third_party/utf8_range/utf8_range.c -o build/temp.linux-x86_64-cpython-313t/third_party/protobuf/third_party/utf8_range/utf8_range.o -fno-wrapv -frtti -O1
            cc1: warning: command-line option ‘-frtti’ is valid for C++/D/ObjC++ but not for C
            error: command '/usr/bin/c++' failed with exit code 1
            Exception ignored in: <function Pool.__del__ at 0x5b253d6c300>
            Traceback (most recent call last):
              File "/root/.local/share/uv/python/cpython-3.13.9+freethreaded-linux-x86_64-gnu/lib/python3.13t/multiprocessing/pool.py", line 271, in __del__
                self._change_notifier.put(None)
              File "/root/.local/share/uv/python/cpython-3.13.9+freethreaded-linux-x86_64-gnu/lib/python3.13t/multiprocessing/queues.py", line 397, in put
                self._writer.send_bytes(obj)
              File "/root/.local/share/uv/python/cpython-3.13.9+freethreaded-linux-x86_64-gnu/lib/python3.13t/multiprocessing/connection.py", line 200, in send_bytes
                self._send_bytes(m[offset:offset + size])
              File "/root/.local/share/uv/python/cpython-3.13.9+freethreaded-linux-x86_64-gnu/lib/python3.13t/multiprocessing/connection.py", line 427, in _send_bytes
                self._send(header + buf)
              File "/root/.local/share/uv/python/cpython-3.13.9+freethreaded-linux-x86_64-gnu/lib/python3.13t/multiprocessing/connection.py", line 384, in _send
                n = write(self._handle, buf)
            BrokenPipeError: [Errno 32] Broken pipe
            [end of output]
      
        note: This error originates from a subprocess, and is likely not a problem with pip.
        ERROR: Failed building wheel for grpcio-tools
      Failed to build grpcio-tools
      error: failed-wheel-build-for-install
      
      × Failed to build installable wheels for some pyproject.toml based projects
      ╰─> grpcio-tools
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed to build 'apache-beam' when installing build dependencies for apache-beam
2025-10-29 01:39:06
apache-airflow-providers-cncf-kubernetes 10.11.0 Failed
  error: subprocess-exited-with-error
  
  × installing build dependencies for cryptography did not run successfully.
  │ exit code: 1
  ╰─> [37 lines of output]
      Collecting maturin<2,>=1.8.6
        Downloading maturin-1.10.2-py3-none-manylinux_2_12_x86_64.manylinux2010_x86_64.musllinux_1_1_x86_64.whl.metadata (16 kB)
      Collecting cffi>=1.14
        Downloading cffi-2.0.0.tar.gz (523 kB)
        Installing build dependencies: started
        Installing build dependencies: finished with status 'done'
        Getting requirements to build wheel: started
        Getting requirements to build wheel: finished with status 'error'
        error: subprocess-exited-with-error
      
        × Getting requirements to build wheel did not run successfully.
        │ exit code: 1
        ╰─> [20 lines of output]
            Traceback (most recent call last):
              File "/tmp/tmp7y_t_08_/venv/lib/python3.13t/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 389, in <module>
                main()
                ~~~~^^
              File "/tmp/tmp7y_t_08_/venv/lib/python3.13t/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 373, in main
                json_out["return_val"] = hook(**hook_input["kwargs"])
                                         ~~~~^^^^^^^^^^^^^^^^^^^^^^^^
              File "/tmp/tmp7y_t_08_/venv/lib/python3.13t/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 143, in get_requires_for_build_wheel
                return hook(config_settings)
              File "/tmp/pip-build-env-ib0radcp/overlay/lib/python3.13t/site-packages/setuptools/build_meta.py", line 331, in get_requires_for_build_wheel
                return self._get_build_requires(config_settings, requirements=[])
                       ~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
              File "/tmp/pip-build-env-ib0radcp/overlay/lib/python3.13t/site-packages/setuptools/build_meta.py", line 301, in _get_build_requires
                self.run_setup()
                ~~~~~~~~~~~~~~^^
              File "/tmp/pip-build-env-ib0radcp/overlay/lib/python3.13t/site-packages/setuptools/build_meta.py", line 317, in run_setup
                exec(code, locals())
                ~~~~^^^^^^^^^^^^^^^^
              File "<string>", line 22, in <module>
            RuntimeError: CFFI does not support the free-threaded build of CPython 3.13. Upgrade to free-threaded 3.14 or newer to use CFFI with the free-threaded build.
            [end of output]
      
        note: This error originates from a subprocess, and is likely not a problem with pip.
      ERROR: Failed to build 'cffi' when getting requirements to build wheel
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed to build 'cryptography' when installing build dependencies for cryptography
2025-12-03 01:02:06
altair 6.0.0 Success - 2025-11-13 01:32:24
comm 0.2.3 Success - 2025-05-20 16:21:54

Python 3.14t Compatibility Results

Library Version Build Result Error Details Last Updated At
google-cloud-dlp 3.33.0 Failed
ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory

2025-05-20 18:24:56
identify 2.6.15 Success - 2025-05-20 15:47:50
argon2-cffi 25.1.0 Failed
_expression()
      running dist_info
      creating /tmp/pip-modern-metadata-s9joqzvb/argon2_cffi_bindings.egg-info
      writing /tmp/pip-modern-metadata-s9joqzvb/argon2_cffi_bindings.egg-info/PKG-INFO
      writing dependency_links to /tmp/pip-modern-metadata-s9joqzvb/argon2_cffi_bindings.egg-info/dependency_links.txt
      writing requirements to /tmp/pip-modern-metadata-s9joqzvb/argon2_cffi_bindings.egg-info/requires.txt
      writing top-level names to /tmp/pip-modern-metadata-s9joqzvb/argon2_cffi_bindings.egg-info/top_level.txt
      writing manifest file '/tmp/pip-modern-metadata-s9joqzvb/argon2_cffi_bindings.egg-info/SOURCES.txt'
      reading manifest file '/tmp/pip-modern-metadata-s9joqzvb/argon2_cffi_bindings.egg-info/SOURCES.txt'
      reading manifest template 'MANIFEST.in'
      adding license file 'LICENSE'
      writing manifest file '/tmp/pip-modern-metadata-s9joqzvb/argon2_cffi_bindings.egg-info/SOURCES.txt'
      creating '/tmp/pip-modern-metadata-s9joqzvb/argon2_cffi_bindings-21.2.0.dist-info'
      Traceback (most recent call last):
        File "/tmp/tmp62fvvt3j/venv/lib/python3.14t/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 389, in <module>
          main()
          ~~~~^^
        File "/tmp/tmp62fvvt3j/venv/lib/python3.14t/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 373, in main
          json_out["return_val"] = hook(**hook_input["kwargs"])
                                   ~~~~^^^^^^^^^^^^^^^^^^^^^^^^
        File "/tmp/tmp62fvvt3j/venv/lib/python3.14t/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 175, in prepare_metadata_for_build_wheel
          return hook(metadata_directory, config_settings)
        File "/tmp/pip-build-env-y4bzvz33/overlay/lib/python3.14t/site-packages/setuptools/build_meta.py", line 374, in prepare_metadata_for_build_wheel
          self.run_setup()
          ~~~~~~~~~~~~~~^^
        File "/tmp/pip-build-env-y4bzvz33/overlay/lib/python3.14t/site-packages/setuptools/build_meta.py", line 317, in run_setup
          exec(code, locals())
          ~~~~^^^^^^^^^^^^^^^^
        File "<string>", line 86, in <module>
        File "/tmp/pip-build-env-y4bzvz33/overlay/lib/python3.14t/site-packages/setuptools/__init__.py", line 115, in setup
          return distutils.core.setup(**attrs)
                 ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
        File "/tmp/pip-build-env-y4bzvz33/overlay/lib/python3.14t/site-packages/setuptools/_distutils/core.py", line 186, in setup
          return run_commands(dist)
        File "/tmp/pip-build-env-y4bzvz33/overlay/lib/python3.14t/site-packages/setuptools/_distutils/core.py", line 202, in run_commands
          dist.run_commands()
          ~~~~~~~~~~~~~~~~~^^
        File "/tmp/pip-build-env-y4bzvz33/overlay/lib/python3.14t/site-packages/setuptools/_distutils/dist.py", line 1002, in run_commands
          self.run_command(cmd)
          ~~~~~~~~~~~~~~~~^^^^^
        File "/tmp/pip-build-env-y4bzvz33/overlay/lib/python3.14t/site-packages/setuptools/dist.py", line 1102, in run_command
          super().run_command(command)
          ~~~~~~~~~~~~~~~~~~~^^^^^^^^^
        File "/tmp/pip-build-env-y4bzvz33/overlay/lib/python3.14t/site-packages/setuptools/_distutils/dist.py", line 1021, in run_command
          cmd_obj.run()
          ~~~~~~~~~~~^^
        File "/tmp/pip-build-env-y4bzvz33/overlay/lib/python3.14t/site-packages/setuptools/command/dist_info.py", line 99, in run
          bdist_wheel = self.get_finalized_command('bdist_wheel')
        File "/tmp/pip-build-env-y4bzvz33/overlay/lib/python3.14t/site-packages/setuptools/_distutils/cmd.py", line 334, in get_finalized_command
          cmd_obj.ensure_finalized()
          ~~~~~~~~~~~~~~~~~~~~~~~~^^
        File "/tmp/pip-build-env-y4bzvz33/overlay/lib/python3.14t/site-packages/setuptools/_distutils/cmd.py", line 135, in ensure_finalized
          self.finalize_options()
          ~~~~~~~~~~~~~~~~~~~~~^^
        File "<string>", line 75, in finalize_options
        File "/tmp/pip-build-env-y4bzvz33/overlay/lib/python3.14t/site-packages/setuptools/command/bdist_wheel.py", line 250, in finalize_options
          self._validate_py_limited_api()
          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
        File "/tmp/pip-build-env-y4bzvz33/overlay/lib/python3.14t/site-packages/setuptools/command/bdist_wheel.py", line 285, in _validate_py_limited_api
          raise ValueError(
          ...<4 lines>...
          )
      ValueError: `py_limited_api='cp314'` not supported. `Py_LIMITED_API` is currently incompatible with `Py_GIL_DISABLED`. See https://github.com/python/cpython/issues/111506.
      [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-20 18:07:01
retrying 1.4.2 Success - 2025-05-20 23:50:46
pyflakes 3.4.0 Success - 2025-05-20 18:55:10
jupyterlab 4.5.0 Success - 2025-11-19 01:01:57
databricks-sql-connector 4.2.2 Failed
s__libs_tslibs_ccalendar.pyx.c.o -MF pandas/_libs/tslibs/ccalendar.cpython-314t-x86_64-linux-gnu.so.p/meson-generated_pandas__libs_tslibs_ccalendar.pyx.c.o.d -o pandas/_libs/tslibs/ccalendar.cpython-314t-x86_64-linux-gnu.so.p/meson-generated_pandas__libs_tslibs_ccalendar.pyx.c.o -c pandas/_libs/tslibs/ccalendar.cpython-314t-x86_64-linux-gnu.so.p/pandas/_libs/tslibs/ccalendar.pyx.c
      pandas/_libs/tslibs/ccalendar.cpython-314t-x86_64-linux-gnu.so.p/pandas/_libs/tslibs/ccalendar.pyx.c:2188:80: error: unknown type name ‘__pyx_vectorcallfunc’; did you mean ‘vectorcallfunc’?
       2188 | static CYTHON_INLINE PyObject *__Pyx_PyVectorcall_FastCallDict(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw);
            |                                                                                ^~~~~~~~~~~~~~~~~~~~
            |                                                                                vectorcallfunc
      pandas/_libs/tslibs/ccalendar.cpython-314t-x86_64-linux-gnu.so.p/pandas/_libs/tslibs/ccalendar.pyx.c:10120:69: error: unknown type name ‘__pyx_vectorcallfunc’; did you mean ‘vectorcallfunc’?
      10120 | static PyObject *__Pyx_PyVectorcall_FastCallDict_kw(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw)
            |                                                                     ^~~~~~~~~~~~~~~~~~~~
            |                                                                     vectorcallfunc
      pandas/_libs/tslibs/ccalendar.cpython-314t-x86_64-linux-gnu.so.p/pandas/_libs/tslibs/ccalendar.pyx.c:10165:80: error: unknown type name ‘__pyx_vectorcallfunc’; did you mean ‘vectorcallfunc’?
      10165 | static CYTHON_INLINE PyObject *__Pyx_PyVectorcall_FastCallDict(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw)
            |                                                                                ^~~~~~~~~~~~~~~~~~~~
            |                                                                                vectorcallfunc
      pandas/_libs/tslibs/ccalendar.cpython-314t-x86_64-linux-gnu.so.p/pandas/_libs/tslibs/ccalendar.pyx.c: In function ‘__Pyx_CyFunction_CallAsMethod’:
      pandas/_libs/tslibs/ccalendar.cpython-314t-x86_64-linux-gnu.so.p/pandas/_libs/tslibs/ccalendar.pyx.c:10854:6: error: unknown type name ‘__pyx_vectorcallfunc’; did you mean ‘vectorcallfunc’?
      10854 |      __pyx_vectorcallfunc vc = __Pyx_CyFunction_func_vectorcall(cyfunc);
            |      ^~~~~~~~~~~~~~~~~~~~
            |      vectorcallfunc
      [45/151] Compiling Cython source /tmp/pip-install-t25avtk2/pandas_92c94ccb2dcc49b280e2a5a5fb282629/pandas/_libs/hashtable.pyx
      warning: /tmp/pip-install-t25avtk2/pandas_92c94ccb2dcc49b280e2a5a5fb282629/pandas/_libs/tslibs/util.pxd:188:38: noexcept clause is ignored for function returning Python object
      warning: /tmp/pip-install-t25avtk2/pandas_92c94ccb2dcc49b280e2a5a5fb282629/pandas/_libs/tslibs/util.pxd:193:40: noexcept clause is ignored for function returning Python object
      [46/151] Compiling Cython source /tmp/pip-install-t25avtk2/pandas_92c94ccb2dcc49b280e2a5a5fb282629/pandas/_libs/tslib.pyx
      warning: /tmp/pip-install-t25avtk2/pandas_92c94ccb2dcc49b280e2a5a5fb282629/pandas/_libs/tslibs/util.pxd:188:38: noexcept clause is ignored for function returning Python object
      warning: /tmp/pip-install-t25avtk2/pandas_92c94ccb2dcc49b280e2a5a5fb282629/pandas/_libs/tslibs/util.pxd:193:40: noexcept clause is ignored for function returning Python object
      [47/151] Compiling Cython source /tmp/pip-install-t25avtk2/pandas_92c94ccb2dcc49b280e2a5a5fb282629/pandas/_libs/algos.pyx
      warning: /tmp/pip-install-t25avtk2/pandas_92c94ccb2dcc49b280e2a5a5fb282629/pandas/_libs/tslibs/util.pxd:188:38: noexcept clause is ignored for function returning Python object
      warning: /tmp/pip-install-t25avtk2/pandas_92c94ccb2dcc49b280e2a5a5fb282629/pandas/_libs/tslibs/util.pxd:193:40: noexcept clause is ignored for function returning Python object
      [48/151] Compiling Cython source /tmp/pip-install-t25avtk2/pandas_92c94ccb2dcc49b280e2a5a5fb282629/pandas/_libs/window/indexers.pyx
      [49/151] Compiling Cython source /tmp/pip-install-t25avtk2/pandas_92c94ccb2dcc49b280e2a5a5fb282629/pandas/_libs/writers.pyx
      [50/151] Compiling Cython source /tmp/pip-install-t25avtk2/pandas_92c94ccb2dcc49b280e2a5a5fb282629/pandas/_libs/window/aggregations.pyx
      [51/151] Compiling Cython source /tmp/pip-install-t25avtk2/pandas_92c94ccb2dcc49b280e2a5a5fb282629/pandas/_libs/sparse.pyx
      ninja: build stopped: subcommand failed.
      [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.
╰─> pandas

note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
2025-12-05 01:04:20
outcome 1.3.0.post0 Success - 2025-05-20 20:20:50
gcsfs 2025.12.0 Success - 2025-12-04 01:43:07
deepdiff 8.6.1 Success - 2025-05-20 21:03:17
execnet 2.1.2 Success - 2025-11-13 01:10:37
psycopg2 2.9.11 Failed
  error: subprocess-exited-with-error
  
  × Getting requirements to build wheel did not run successfully.
  │ exit code: 1
  ╰─> [34 lines of output]
      /tmp/pip-build-env-ns8aqkdx/overlay/lib/python3.14t/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
      !!
      
              ********************************************************************************
              Please consider removing the following classifiers in favor of a SPDX license expression:
      
              License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
      
              See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
              ********************************************************************************
      
      !!
        self._finalize_license_expression()
      running egg_info
      writing psycopg2.egg-info/PKG-INFO
      writing dependency_links to psycopg2.egg-info/dependency_links.txt
      writing top-level names to psycopg2.egg-info/top_level.txt
      
      Error: pg_config executable not found.
      
      pg_config is required to build psycopg2 from source.  Please add the directory
      containing pg_config to the $PATH or specify the full executable path with the
      option:
      
          python setup.py build_ext --pg-config /path/to/pg_config build ...
      
      or with the pg_config option in 'setup.cfg'.
      
      If you prefer to avoid building psycopg2 from source, please install the PyPI
      'psycopg2-binary' package instead.
      
      For further information please check the 'doc/src/install.rst' file (also at
      <https://www.psycopg.org/docs/install.html>).
      
      [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-20 18:25:14
bleach 6.3.0 Success - 2025-10-28 01:01:46
nvidia-cublas-cu12 12.9.1.4 Success - 2025-05-20 18:44:50
amqp 5.3.1 Success - 2025-05-20 23:51:13
google-cloud-secret-manager 2.25.0 Success - 2025-05-20 16:27:46
apache-beam 2.69.0 Failed
message.o -std=c++17 -fno-wrapv -frtti -O1
            c++ -pthread -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -g -O3 -Wall -fPIC -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf -Ithird_party/protobuf/src -Ithird_party/protobuf/upb -Ithird_party/protobuf/third_party/utf8_range -I/tmp/tmp48ppmz0w/venv/include -I/root/.local/share/uv/python/cpython-3.14.0+freethreaded-linux-x86_64-gnu/include/python3.14t -c third_party/protobuf/src/google/protobuf/reflection_ops.cc -o build/temp.linux-x86_64-cpython-314t/third_party/protobuf/src/google/protobuf/reflection_ops.o -std=c++17 -fno-wrapv -frtti -O1
            c++ -pthread -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -g -O3 -Wall -fPIC -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf -Ithird_party/protobuf/src -Ithird_party/protobuf/upb -Ithird_party/protobuf/third_party/utf8_range -I/tmp/tmp48ppmz0w/venv/include -I/root/.local/share/uv/python/cpython-3.14.0+freethreaded-linux-x86_64-gnu/include/python3.14t -c third_party/protobuf/src/google/protobuf/wire_format_lite.cc -o build/temp.linux-x86_64-cpython-314t/third_party/protobuf/src/google/protobuf/wire_format_lite.o -std=c++17 -fno-wrapv -frtti -O1
            c++ -pthread -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -g -O3 -Wall -fPIC -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf -Ithird_party/protobuf/src -Ithird_party/protobuf/upb -Ithird_party/protobuf/third_party/utf8_range -I/tmp/tmp48ppmz0w/venv/include -I/root/.local/share/uv/python/cpython-3.14.0+freethreaded-linux-x86_64-gnu/include/python3.14t -c third_party/protobuf/src/google/protobuf/extension_set.cc -o build/temp.linux-x86_64-cpython-314t/third_party/protobuf/src/google/protobuf/extension_set.o -std=c++17 -fno-wrapv -frtti -O1
            cc -pthread -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -g -O3 -Wall -fPIC -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root -Igrpc_root/include -Ithird_party/abseil-cpp -Ithird_party/protobuf -Ithird_party/protobuf/src -Ithird_party/protobuf/upb -Ithird_party/protobuf/third_party/utf8_range -I/tmp/tmp48ppmz0w/venv/include -I/root/.local/share/uv/python/cpython-3.14.0+freethreaded-linux-x86_64-gnu/include/python3.14t -c third_party/protobuf/third_party/utf8_range/utf8_range.c -o build/temp.linux-x86_64-cpython-314t/third_party/protobuf/third_party/utf8_range/utf8_range.o -fno-wrapv -frtti -O1
            cc1: warning: command-line option ‘-frtti’ is valid for C++/D/ObjC++ but not for C
            error: command '/usr/bin/c++' failed with exit code 1
            Exception ignored while calling deallocator <function Pool.__del__ at 0x58485af27c0>:
            Traceback (most recent call last):
              File "/root/.local/share/uv/python/cpython-3.14.0+freethreaded-linux-x86_64-gnu/lib/python3.14t/multiprocessing/pool.py", line 271, in __del__
                self._change_notifier.put(None)
              File "/root/.local/share/uv/python/cpython-3.14.0+freethreaded-linux-x86_64-gnu/lib/python3.14t/multiprocessing/queues.py", line 397, in put
                self._writer.send_bytes(obj)
              File "/root/.local/share/uv/python/cpython-3.14.0+freethreaded-linux-x86_64-gnu/lib/python3.14t/multiprocessing/connection.py", line 206, in send_bytes
                self._send_bytes(m[offset:offset + size])
              File "/root/.local/share/uv/python/cpython-3.14.0+freethreaded-linux-x86_64-gnu/lib/python3.14t/multiprocessing/connection.py", line 444, in _send_bytes
                self._send(header + buf)
              File "/root/.local/share/uv/python/cpython-3.14.0+freethreaded-linux-x86_64-gnu/lib/python3.14t/multiprocessing/connection.py", line 400, in _send
                n = write(self._handle, buf)
            BrokenPipeError: [Errno 32] Broken pipe
            [end of output]
      
        note: This error originates from a subprocess, and is likely not a problem with pip.
        ERROR: Failed building wheel for grpcio-tools
        Building wheel for numpy (pyproject.toml): started
        Building wheel for numpy (pyproject.toml): finished with status 'done'
        Created wheel for numpy: filename=numpy-2.2.6-cp314-cp314t-linux_x86_64.whl size=10222885 sha256=8e64b71ca67c2d6747a0b695bb003f41022534980d84385ca5936bd1c7a46ce6
        Stored in directory: /root/.cache/pip/wheels/83/be/bb/986b1bdc6955e697e6c56b03ef4aa1d67eb2c9fbeaf8e2804f
      Successfully built numpy
      Failed to build grpcio-tools
      error: failed-wheel-build-for-install
      
      × Failed to build installable wheels for some pyproject.toml based projects
      ╰─> grpcio-tools
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed to build 'apache-beam' when installing build dependencies for apache-beam
2025-10-29 01:37:30
apache-airflow-providers-cncf-kubernetes 10.11.0 Failed
  error: subprocess-exited-with-error
  
  × Building wheel for cryptography (pyproject.toml) did not run successfully.
  │ exit code: 1
  ╰─> [16 lines of output]
      Running `maturin pep517 build-wheel -i /tmp/tmp0g3d08pr/venv/bin/python --compatibility off`
      🍹 Building a mixed python/rust project
      🔗 Found pyo3 bindings with abi3 support
      🐍 Found CPython 3.14t at /tmp/tmp0g3d08pr/venv/bin/python
      📡 Using build options locked from pyproject.toml
      ⚠️ Warning: CPython 3.14t at /tmp/tmp0g3d08pr/venv/bin/python does not yet support abi3 so the build artifacts will be version-specific.
      warning: /tmp/pip-install-2u1pd3ut/cryptography_e6ba227a6a1c40e7bd710cfbf9c5dfe4/src/rust/cryptography-key-parsing/Cargo.toml: unused manifest key: lints
      warning: /tmp/pip-install-2u1pd3ut/cryptography_e6ba227a6a1c40e7bd710cfbf9c5dfe4/src/rust/cryptography-cffi/Cargo.toml: unused manifest key: lints
      warning: /tmp/pip-install-2u1pd3ut/cryptography_e6ba227a6a1c40e7bd710cfbf9c5dfe4/src/rust/cryptography-openssl/Cargo.toml: unused manifest key: lints
      warning: /tmp/pip-install-2u1pd3ut/cryptography_e6ba227a6a1c40e7bd710cfbf9c5dfe4/src/rust/Cargo.toml: unused manifest key: lints
      error: package `cryptography-rust v0.1.0 (/tmp/pip-install-2u1pd3ut/cryptography_e6ba227a6a1c40e7bd710cfbf9c5dfe4/src/rust)` 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_BUILD_EXTENSION_MODULE="1" PYO3_ENVIRONMENT_SIGNATURE="cpython-3.14-64bit" PYO3_PYTHON="/tmp/tmp0g3d08pr/venv/bin/python" PYTHON_SYS_EXECUTABLE="/tmp/tmp0g3d08pr/venv/bin/python" "cargo" "rustc" "--profile" "release" "--message-format" "json-render-diagnostics" "--locked" "--manifest-path" "/tmp/pip-install-2u1pd3ut/cryptography_e6ba227a6a1c40e7bd710cfbf9c5dfe4/src/rust/Cargo.toml" "--lib"`
      Error: command ['maturin', 'pep517', 'build-wheel', '-i', '/tmp/tmp0g3d08pr/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-wheel-build-for-install

× Failed to build installable wheels for some pyproject.toml based projects
╰─> cryptography
2025-12-03 01:41:10
altair 6.0.0 Success - 2025-11-13 01:29:45
comm 0.2.3 Success - 2025-05-20 18:55:13