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
starkbank-ecdsa 2.2.0 Success - 2025-05-24 13:19:14
python-levenshtein 0.27.1 Failed
duced by <max> or earlier.
      
      
      -- Configuring done (1.0s)
      -- Generating done (0.0s)
      -- Build files have been written to: /tmp/tmp0p2ossl9/build
      2025-05-24 13:19:34,670 - scikit_build_core - WARNING - Could not parse CMake file-api
      *** Building project with Ninja...
      [1/3] Building CXX object src/Levenshtein/CMakeFiles/levenshtein_cpp.dir/Levenshtein-c/_levenshtein.cpp.o
      [2/3] Building CXX object src/Levenshtein/CMakeFiles/levenshtein_cpp.dir/levenshtein_cpp.cxx.o
      FAILED: src/Levenshtein/CMakeFiles/levenshtein_cpp.dir/levenshtein_cpp.cxx.o
      /usr/bin/c++  -pthread -Dlevenshtein_cpp_EXPORTS -I/tmp/pip-install-mj3lgj08/levenshtein_beb7eb69dcb240b2af8fde05a2fa6cc9/src/Levenshtein/Levenshtein-c -I/tmp/pip-install-mj3lgj08/levenshtein_beb7eb69dcb240b2af8fde05a2fa6cc9/extern/rapidfuzz-cpp/rapidfuzz/.. -isystem /root/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/include/python3.13t -O3 -DNDEBUG -flto=auto -fno-fat-lto-objects -fPIC -Wall -Wextra -pedantic -MD -MT src/Levenshtein/CMakeFiles/levenshtein_cpp.dir/levenshtein_cpp.cxx.o -MF src/Levenshtein/CMakeFiles/levenshtein_cpp.dir/levenshtein_cpp.cxx.o.d -o src/Levenshtein/CMakeFiles/levenshtein_cpp.dir/levenshtein_cpp.cxx.o -c /tmp/pip-install-mj3lgj08/levenshtein_beb7eb69dcb240b2af8fde05a2fa6cc9/src/Levenshtein/levenshtein_cpp.cxx
      /tmp/pip-install-mj3lgj08/levenshtein_beb7eb69dcb240b2af8fde05a2fa6cc9/src/Levenshtein/levenshtein_cpp.cxx:1876:80: error: ‘__pyx_vectorcallfunc’ has not been declared
       1876 | static CYTHON_INLINE PyObject *__Pyx_PyVectorcall_FastCallDict(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw);
            |                                                                                ^~~~~~~~~~~~~~~~~~~~
      /tmp/pip-install-mj3lgj08/levenshtein_beb7eb69dcb240b2af8fde05a2fa6cc9/src/Levenshtein/levenshtein_cpp.cxx:6662:69: error: ‘__pyx_vectorcallfunc’ has not been declared
       6662 | static PyObject *__Pyx_PyVectorcall_FastCallDict_kw(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw)
            |                                                                     ^~~~~~~~~~~~~~~~~~~~
      /tmp/pip-install-mj3lgj08/levenshtein_beb7eb69dcb240b2af8fde05a2fa6cc9/src/Levenshtein/levenshtein_cpp.cxx: In function ‘PyObject* __Pyx_PyVectorcall_FastCallDict_kw(PyObject*, int, PyObject* const*, size_t, PyObject*)’:
      /tmp/pip-install-mj3lgj08/levenshtein_beb7eb69dcb240b2af8fde05a2fa6cc9/src/Levenshtein/levenshtein_cpp.cxx:6699:13: error: ‘vc’ cannot be used as a function
       6699 |     res = vc(func, newargs, nargs, kwnames);
            |           ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      /tmp/pip-install-mj3lgj08/levenshtein_beb7eb69dcb240b2af8fde05a2fa6cc9/src/Levenshtein/levenshtein_cpp.cxx: At global scope:
      /tmp/pip-install-mj3lgj08/levenshtein_beb7eb69dcb240b2af8fde05a2fa6cc9/src/Levenshtein/levenshtein_cpp.cxx:6707:80: error: ‘__pyx_vectorcallfunc’ has not been declared
       6707 | static CYTHON_INLINE PyObject *__Pyx_PyVectorcall_FastCallDict(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw)
            |                                                                                ^~~~~~~~~~~~~~~~~~~~
      /tmp/pip-install-mj3lgj08/levenshtein_beb7eb69dcb240b2af8fde05a2fa6cc9/src/Levenshtein/levenshtein_cpp.cxx: In function ‘PyObject* __Pyx_PyVectorcall_FastCallDict(PyObject*, int, PyObject* const*, size_t, PyObject*)’:
      /tmp/pip-install-mj3lgj08/levenshtein_beb7eb69dcb240b2af8fde05a2fa6cc9/src/Levenshtein/levenshtein_cpp.cxx:6710:18: error: ‘vc’ cannot be used as a function
       6710 |         return vc(func, args, nargs, NULL);
            |                ~~^~~~~~~~~~~~~~~~~~~~~~~~~
      /tmp/pip-install-mj3lgj08/levenshtein_beb7eb69dcb240b2af8fde05a2fa6cc9/src/Levenshtein/levenshtein_cpp.cxx: In function ‘PyObject* __Pyx_CyFunction_CallAsMethod(PyObject*, PyObject*, PyObject*)’:
      /tmp/pip-install-mj3lgj08/levenshtein_beb7eb69dcb240b2af8fde05a2fa6cc9/src/Levenshtein/levenshtein_cpp.cxx:7396:6: error: ‘__pyx_vectorcallfunc’ was not declared in this scope; did you mean ‘vectorcallfunc’?
       7396 |      __pyx_vectorcallfunc vc = __Pyx_CyFunction_func_vectorcall(cyfunc);
            |      ^~~~~~~~~~~~~~~~~~~~
            |      vectorcallfunc
      /tmp/pip-install-mj3lgj08/levenshtein_beb7eb69dcb240b2af8fde05a2fa6cc9/src/Levenshtein/levenshtein_cpp.cxx:7397:9: error: ‘vc’ was not declared in this scope
       7397 |     if (vc) {
            |         ^~
      ninja: build stopped: subcommand failed.
      
      *** CMake build failed
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for Levenshtein
ERROR: Failed to build installable wheels for some pyproject.toml based projects (Levenshtein)
2025-05-24 13:19:39
towncrier 24.8.0 Success - 2025-05-24 13:19:42
microsoft-kiota-serialization-text 1.9.3 Success - 2025-05-24 13:19:46
grpc-interceptor 0.15.4 Failed
0z50e1hp/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-b85lx0vq/grpcio_e9a375fe67634ad98f13318dcb97d601/src/python/grpcio/commands.py", line 282, in build_extensions
          build_ext.build_ext.build_extensions(self)
          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
        File "/tmp/pip-build-env-0z50e1hp/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-0z50e1hp/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-0z50e1hp/overlay/lib/python3.13t/site-packages/setuptools/command/build_ext.py", line 261, in build_extension
          _build_ext.build_extension(self, ext)
          ~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^
        File "/tmp/pip-build-env-0z50e1hp/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-b85lx0vq/grpcio_e9a375fe67634ad98f13318dcb97d601/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-b85lx0vq/grpcio_e9a375fe67634ad98f13318dcb97d601/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-b85lx0vq/grpcio_e9a375fe67634ad98f13318dcb97d601/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-0z50e1hp/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 0x4798bdcd660>
      Traceback (most recent call last):
        File "/root/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/lib/python3.13t/multiprocessing/pool.py", line 271, in __del__
        File "/root/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/lib/python3.13t/multiprocessing/queues.py", line 397, in put
        File "/root/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/lib/python3.13t/multiprocessing/connection.py", line 200, in send_bytes
        File "/root/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/lib/python3.13t/multiprocessing/connection.py", line 427, in _send_bytes
        File "/root/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/lib/python3.13t/multiprocessing/connection.py", line 384, in _send
      BrokenPipeError: [Errno 32] Broken pipe
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for grpcio
ERROR: Failed to build installable wheels for some pyproject.toml based projects (grpcio)
2025-05-24 13:41:22
pickleshare 0.7.5 Success - 2025-05-24 13:37:24
asyncpg 0.30.0 Failed
to/pgproto.c: In function ‘__Pyx_CyFunction_CallAsMethod’:
      asyncpg/pgproto/pgproto.c:49206:6: error: unknown type name ‘__pyx_vectorcallfunc’; did you mean ‘vectorcallfunc’?
      49206 |      __pyx_vectorcallfunc vc = __Pyx_CyFunction_func_vectorcall(cyfunc);
            |      ^~~~~~~~~~~~~~~~~~~~
            |      vectorcallfunc
      asyncpg/pgproto/pgproto.c:2883: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]
       2883 | #define __Pyx_CyFunction_func_vectorcall(f) (((PyCFunctionObject*)f)->vectorcall)
            |                                             ^
      asyncpg/pgproto/pgproto.c:49206:32: note: in expansion of macro ‘__Pyx_CyFunction_func_vectorcall’
      49206 |      __pyx_vectorcallfunc vc = __Pyx_CyFunction_func_vectorcall(cyfunc);
            |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      asyncpg/pgproto/pgproto.c:49209:16: warning: implicit declaration of function ‘__Pyx_PyVectorcall_FastCallDict’; did you mean ‘__Pyx_PyObject_FastCallDict’? [-Wimplicit-function-declaration]
      49209 |         return __Pyx_PyVectorcall_FastCallDict(func, vc, &PyTuple_GET_ITEM(args, 0), (size_t)PyTuple_GET_SIZE(args), kw);
            |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            |                __Pyx_PyObject_FastCallDict
      asyncpg/pgproto/pgproto.c:49209:16: warning: returning ‘int’ from a function with return type ‘PyObject *’ {aka ‘struct _object *’} makes pointer from integer without a cast [-Wint-conversion]
      49209 |         return __Pyx_PyVectorcall_FastCallDict(func, vc, &PyTuple_GET_ITEM(args, 0), (size_t)PyTuple_GET_SIZE(args), kw);
            |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      In file included from /root/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/include/python3.13t/internal/pycore_code.h:12,
                       from /root/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/include/python3.13t/internal/pycore_frame.h:13,
                       from asyncpg/pgproto/pgproto.c:49677:
      /root/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/include/python3.13t/internal/pycore_backoff.h: In function ‘make_backoff_counter’:
      /root/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/include/python3.13t/internal/pycore_backoff.h:60:20: warning: conversion from ‘uint16_t’ {aka ‘short unsigned int’} to ‘short unsigned int:12’ may change value [-Wconversion]
         60 |     result.value = value;
            |                    ^~~~~
      /root/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/include/python3.13t/internal/pycore_backoff.h:61:22: warning: conversion from ‘uint16_t’ {aka ‘short unsigned int’} to ‘unsigned char:4’ may change value [-Wconversion]
         61 |     result.backoff = backoff;
            |                      ^~~~~~~
      /root/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/include/python3.13t/internal/pycore_backoff.h: In function ‘restart_backoff_counter’:
      /root/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/include/python3.13t/internal/pycore_backoff.h:78:66: warning: conversion from ‘int’ to ‘uint16_t’ {aka ‘short unsigned int’} may change value [-Wconversion]
         78 |         return make_backoff_counter((1 << (counter.backoff + 1)) - 1, counter.backoff + 1);
            |                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
      asyncpg/pgproto/pgproto.c: At top level:
      asyncpg/pgproto/pgproto.c:30439:18: warning: ‘__pyx_f_7asyncpg_7pgproto_7pgproto_json_decode’ defined but not used [-Wunused-function]
      30439 | static PyObject *__pyx_f_7asyncpg_7pgproto_7pgproto_json_decode(struct __pyx_obj_7asyncpg_7pgproto_7pgproto_CodecContext *__pyx_v_settings, struct __pyx_t_7asyncpg_7pgproto_7pgproto_FRBuffer *__pyx_v_buf) {
            |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      asyncpg/pgproto/pgproto.c:30323:18: warning: ‘__pyx_f_7asyncpg_7pgproto_7pgproto_json_encode’ defined but not used [-Wunused-function]
      30323 | static PyObject *__pyx_f_7asyncpg_7pgproto_7pgproto_json_encode(struct __pyx_obj_7asyncpg_7pgproto_7pgproto_CodecContext *__pyx_v_settings, struct __pyx_obj_7asyncpg_7pgproto_7pgproto_WriteBuffer *__pyx_v_buf, PyObject *__pyx_v_obj) {
            |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      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 asyncpg
ERROR: Failed to build installable wheels for some pyproject.toml based projects (asyncpg)
2025-05-24 13:37:32
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/tmpgku33po8/venv/bin/python --compatibility off`
      📦 Including license file "/tmp/pip-install-e2kpbs63/cryptography_e3e8af932ed94f73b6336662e68ba868/LICENSE"
      📦 Including license file "/tmp/pip-install-e2kpbs63/cryptography_e3e8af932ed94f73b6336662e68ba868/LICENSE.APACHE"
      📦 Including license file "/tmp/pip-install-e2kpbs63/cryptography_e3e8af932ed94f73b6336662e68ba868/LICENSE.BSD"
      🍹 Building a mixed python/rust project
      🔗 Found pyo3 bindings with abi3 support
      🐍 Found CPython 3.13t at /tmp/tmpgku33po8/venv/bin/python
      📡 Using build options locked from pyproject.toml
      ⚠️ Warning: CPython 3.13t at /tmp/tmpgku33po8/venv/bin/python does not yet support abi3 so the build artifacts will be version-specific.
      warning: /tmp/pip-install-e2kpbs63/cryptography_e3e8af932ed94f73b6336662e68ba868/src/rust/Cargo.toml: unused manifest key: lints
      warning: /tmp/pip-install-e2kpbs63/cryptography_e3e8af932ed94f73b6336662e68ba868/src/rust/cryptography-key-parsing/Cargo.toml: unused manifest key: lints
      warning: /tmp/pip-install-e2kpbs63/cryptography_e3e8af932ed94f73b6336662e68ba868/src/rust/cryptography-cffi/Cargo.toml: unused manifest key: lints
      warning: /tmp/pip-install-e2kpbs63/cryptography_e3e8af932ed94f73b6336662e68ba868/src/rust/cryptography-openssl/Cargo.toml: unused manifest key: lints
      error: package `cryptography-openssl v0.1.0 (/tmp/pip-install-e2kpbs63/cryptography_e3e8af932ed94f73b6336662e68ba868/src/rust/cryptography-openssl)` cannot be built because it requires rustc 1.74.0 or newer, while the currently active rustc version is 1.63.0
      
      💥 maturin failed
        Caused by: Failed to build a native library through cargo
        Caused by: Cargo build finished with "exit status: 101": `env -u CARGO PYO3_ENVIRONMENT_SIGNATURE="cpython-3.13-64bit" PYO3_PYTHON="/tmp/tmpgku33po8/venv/bin/python" PYTHON_SYS_EXECUTABLE="/tmp/tmpgku33po8/venv/bin/python" "cargo" "rustc" "--message-format" "json-render-diagnostics" "--locked" "--manifest-path" "/tmp/pip-install-e2kpbs63/cryptography_e3e8af932ed94f73b6336662e68ba868/src/rust/Cargo.toml" "--release" "--lib"`
      Error: command ['maturin', 'pep517', 'build-wheel', '-i', '/tmp/tmpgku33po8/venv/bin/python', '--compatibility', 'off'] returned non-zero exit status 1
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for cryptography
ERROR: Failed to build installable wheels for some pyproject.toml based projects (cryptography)
2025-05-24 13:37:40
asynctest 0.13.0 Success - 2025-05-24 13:37:42
eval-type-backport 0.2.2 Success - 2025-05-24 13:37:45
tensorflow-estimator 2.15.0 Success - 2025-05-24 13:37:48
apache-airflow-providers-ssh 4.1.0 Failed
ERROR: Ignored the following yanked versions: 1.10.11, 1.10.13
ERROR: Ignored the following versions that require a different python version: 2.10.0 Requires-Python <3.13,~=3.8; 2.10.0b1 Requires-Python <3.13,~=3.8; 2.10.0b2 Requires-Python <3.13,~=3.8; 2.10.0rc1 Requires-Python <3.13,~=3.8; 2.10.1 Requires-Python <3.13,~=3.8; 2.10.1rc1 Requires-Python <3.13,~=3.8; 2.10.2 Requires-Python <3.13,~=3.8; 2.10.2rc1 Requires-Python <3.13,~=3.8; 2.10.3 Requires-Python <3.13,~=3.8; 2.10.3rc1 Requires-Python <3.13,~=3.8; 2.10.3rc2 Requires-Python <3.13,~=3.8; 2.10.4 Requires-Python <3.13,>=3.8.1; 2.10.4rc1 Requires-Python <3.13,>=3.8.1; 2.10.5 Requires-Python <3.13,>=3.8.1; 2.10.5rc1 Requires-Python <3.13,>=3.8.1; 2.11.0 Requires-Python <3.13,>=3.9; 2.11.0rc1 Requires-Python <3.13,>=3.9; 2.7.3 Requires-Python <3.12,~=3.8; 2.7.3rc1 Requires-Python <3.12,~=3.8; 2.8.0 Requires-Python <3.12,~=3.8; 2.8.0b1 Requires-Python <3.12,~=3.8; 2.8.0rc1 Requires-Python <3.12,~=3.8; 2.8.0rc2 Requires-Python <3.12,~=3.8; 2.8.0rc3 Requires-Python <3.12,~=3.8; 2.8.0rc4 Requires-Python <3.12,~=3.8; 2.8.1 Requires-Python <3.12,~=3.8; 2.8.1rc1 Requires-Python <3.12,~=3.8; 2.8.2 Requires-Python <3.12,~=3.8; 2.8.2rc1 Requires-Python <3.12,~=3.8; 2.8.2rc2 Requires-Python <3.12,~=3.8; 2.8.2rc3 Requires-Python <3.12,~=3.8; 2.8.3 Requires-Python <3.12,~=3.8; 2.8.3rc1 Requires-Python <3.12,~=3.8; 2.8.4 Requires-Python <3.12,~=3.8; 2.8.4rc1 Requires-Python <3.12,~=3.8; 2.9.0 Requires-Python <3.13,~=3.8; 2.9.0b1 Requires-Python <3.13,~=3.8; 2.9.0b2 Requires-Python <3.13,~=3.8; 2.9.0rc1 Requires-Python <3.13,~=3.8; 2.9.0rc2 Requires-Python <3.13,~=3.8; 2.9.0rc3 Requires-Python <3.13,~=3.8; 2.9.1 Requires-Python <3.13,~=3.8; 2.9.1rc1 Requires-Python <3.13,~=3.8; 2.9.1rc2 Requires-Python <3.13,~=3.8; 2.9.2 Requires-Python <3.13,~=3.8; 2.9.2rc1 Requires-Python <3.13,~=3.8; 2.9.3 Requires-Python <3.13,~=3.8; 2.9.3rc1 Requires-Python <3.13,~=3.8; 3.0.0 Requires-Python <3.13,~=3.9; 3.0.0b4 Requires-Python <3.13,~=3.9; 3.0.0rc1 Requires-Python <3.13,~=3.9; 3.0.0rc1.post1 Requires-Python <3.13,~=3.9; 3.0.0rc1.post2 Requires-Python <3.13,~=3.9; 3.0.0rc1.post3 Requires-Python <3.13,~=3.9; 3.0.0rc1.post4 Requires-Python <3.13,~=3.9; 3.0.0rc2 Requires-Python <3.13,~=3.9; 3.0.0rc3 Requires-Python <3.13,~=3.9; 3.0.0rc4 Requires-Python <3.13,~=3.9; 3.0.1 Requires-Python <3.13,~=3.9; 3.0.1rc1 Requires-Python <3.13,~=3.9
ERROR: Could not find a version that satisfies the requirement apache-airflow>=2.10.0 (from apache-airflow-providers-ssh) (from versions: 1.8.1, 1.8.2rc1, 1.8.2, 1.9.0, 1.10.0, 1.10.1b1, 1.10.1rc2, 1.10.1, 1.10.2b2, 1.10.2rc1, 1.10.2rc2, 1.10.2rc3, 1.10.2, 1.10.3b1, 1.10.3b2, 1.10.3rc1, 1.10.3rc2, 1.10.3, 1.10.4b2, 1.10.4rc1, 1.10.4rc2, 1.10.4rc3, 1.10.4rc4, 1.10.4rc5, 1.10.4, 1.10.5rc1, 1.10.5, 1.10.6rc1, 1.10.6rc2, 1.10.6, 1.10.7rc1, 1.10.7rc2, 1.10.7rc3, 1.10.7, 1.10.8rc1, 1.10.8, 1.10.9rc1, 1.10.9, 1.10.10rc1, 1.10.10rc2, 1.10.10rc3, 1.10.10rc4, 1.10.10rc5, 1.10.10, 1.10.11rc1, 1.10.11rc2, 1.10.12rc1, 1.10.12rc2, 1.10.12rc3, 1.10.12rc4, 1.10.12, 1.10.13rc1, 1.10.14rc1, 1.10.14rc2, 1.10.14rc3, 1.10.14rc4, 1.10.14, 1.10.15rc1, 1.10.15, 2.0.0b1, 2.0.0b2, 2.0.0b3, 2.0.0rc1, 2.0.0rc2, 2.0.0rc3, 2.0.0, 2.0.1rc1, 2.0.1rc2, 2.0.1, 2.0.2rc1, 2.0.2, 2.1.0rc1, 2.1.0rc2, 2.1.0, 2.1.1rc1, 2.1.1, 2.1.2rc1, 2.1.2, 2.1.3rc1, 2.1.3, 2.1.4rc1, 2.1.4rc2, 2.1.4, 2.2.0b1, 2.2.0b2, 2.2.0rc1, 2.2.0, 2.2.1rc1, 2.2.1rc2, 2.2.1, 2.2.2rc1, 2.2.2rc2, 2.2.2, 2.2.3rc1, 2.2.3rc2, 2.2.3, 2.2.4rc1, 2.2.4, 2.2.5rc1, 2.2.5rc2, 2.2.5rc3, 2.2.5, 2.3.0b1, 2.3.0rc1, 2.3.0rc2, 2.3.0, 2.3.1rc1, 2.3.1, 2.3.2rc1, 2.3.2rc2, 2.3.2, 2.3.3rc1, 2.3.3rc2, 2.3.3rc3, 2.3.3, 2.3.4rc1, 2.3.4, 2.4.0b1, 2.4.0rc1, 2.4.0, 2.4.1rc1, 2.4.1, 2.4.2rc1, 2.4.2, 2.4.3rc1, 2.4.3, 2.5.0rc1, 2.5.0rc2, 2.5.0rc3, 2.5.0, 2.5.1rc1, 2.5.1rc2, 2.5.1, 2.5.2rc1, 2.5.2rc2, 2.5.2, 2.5.3rc1, 2.5.3rc2, 2.5.3, 2.6.0b1, 2.6.0rc1, 2.6.0rc2, 2.6.0rc3, 2.6.0rc4, 2.6.0rc5, 2.6.0, 2.6.1rc1, 2.6.1rc2, 2.6.1rc3, 2.6.1, 2.6.2rc1, 2.6.2rc2, 2.6.2, 2.6.3rc1, 2.6.3, 2.7.0b1, 2.7.0rc1, 2.7.0rc2, 2.7.0, 2.7.1rc1, 2.7.1rc2, 2.7.1, 2.7.2rc1, 2.7.2)
ERROR: No matching distribution found for apache-airflow>=2.10.0
2025-05-24 13:37:50
argparse 1.4.0 Success - 2025-05-24 13:37:52
python-http-client 3.3.7 Success - 2025-05-24 13:37:55
marisa-trie 1.2.1 Failed
/lib/marisa/grimoire/trie/tail.o build/temp.linux-x86_64-cpython-313t/marisa-trie/lib/marisa/grimoire/vector/bit-vector.o build/temp.linux-x86_64-cpython-313t/marisa-trie/lib/marisa/keyset.o build/temp.linux-x86_64-cpython-313t/marisa-trie/lib/marisa/trie.o
      running build_ext
      building 'marisa_trie' extension
      creating build/temp.linux-x86_64-cpython-313t/src
      c++ -pthread -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -g -O3 -Wall -fPIC -fPIC -Imarisa-trie/include -I/tmp/tmpbuqqfudi/venv/include -I/root/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/include/python3.13t -c src/agent.cpp -o build/temp.linux-x86_64-cpython-313t/src/agent.o
      c++ -pthread -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -g -O3 -Wall -fPIC -fPIC -Imarisa-trie/include -I/tmp/tmpbuqqfudi/venv/include -I/root/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/include/python3.13t -c src/base.cpp -o build/temp.linux-x86_64-cpython-313t/src/base.o
      c++ -pthread -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -g -O3 -Wall -fPIC -fPIC -Imarisa-trie/include -I/tmp/tmpbuqqfudi/venv/include -I/root/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/include/python3.13t -c src/iostream.cpp -o build/temp.linux-x86_64-cpython-313t/src/iostream.o
      c++ -pthread -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -g -O3 -Wall -fPIC -fPIC -Imarisa-trie/include -I/tmp/tmpbuqqfudi/venv/include -I/root/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/include/python3.13t -c src/key.cpp -o build/temp.linux-x86_64-cpython-313t/src/key.o
      c++ -pthread -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -g -O3 -Wall -fPIC -fPIC -Imarisa-trie/include -I/tmp/tmpbuqqfudi/venv/include -I/root/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/include/python3.13t -c src/keyset.cpp -o build/temp.linux-x86_64-cpython-313t/src/keyset.o
      c++ -pthread -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -g -O3 -Wall -fPIC -fPIC -Imarisa-trie/include -I/tmp/tmpbuqqfudi/venv/include -I/root/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/include/python3.13t -c src/marisa_trie.cpp -o build/temp.linux-x86_64-cpython-313t/src/marisa_trie.o
      src/marisa_trie.cpp:2705:80: error: ‘__pyx_vectorcallfunc’ has not been declared
       2705 | static CYTHON_INLINE PyObject *__Pyx_PyVectorcall_FastCallDict(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw);
            |                                                                                ^~~~~~~~~~~~~~~~~~~~
      src/marisa_trie.cpp:30689:69: error: ‘__pyx_vectorcallfunc’ has not been declared
      30689 | static PyObject *__Pyx_PyVectorcall_FastCallDict_kw(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw)
            |                                                                     ^~~~~~~~~~~~~~~~~~~~
      src/marisa_trie.cpp: In function ‘PyObject* __Pyx_PyVectorcall_FastCallDict_kw(PyObject*, int, PyObject* const*, size_t, PyObject*)’:
      src/marisa_trie.cpp:30726:13: error: ‘vc’ cannot be used as a function
      30726 |     res = vc(func, newargs, nargs, kwnames);
            |           ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      src/marisa_trie.cpp: At global scope:
      src/marisa_trie.cpp:30734:80: error: ‘__pyx_vectorcallfunc’ has not been declared
      30734 | static CYTHON_INLINE PyObject *__Pyx_PyVectorcall_FastCallDict(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw)
            |                                                                                ^~~~~~~~~~~~~~~~~~~~
      src/marisa_trie.cpp: In function ‘PyObject* __Pyx_PyVectorcall_FastCallDict(PyObject*, int, PyObject* const*, size_t, PyObject*)’:
      src/marisa_trie.cpp:30737:18: error: ‘vc’ cannot be used as a function
      30737 |         return vc(func, args, nargs, NULL);
            |                ~~^~~~~~~~~~~~~~~~~~~~~~~~~
      src/marisa_trie.cpp: In function ‘PyObject* __Pyx_CyFunction_CallAsMethod(PyObject*, PyObject*, PyObject*)’:
      src/marisa_trie.cpp:31423:6: error: ‘__pyx_vectorcallfunc’ was not declared in this scope; did you mean ‘vectorcallfunc’?
      31423 |      __pyx_vectorcallfunc vc = __Pyx_CyFunction_func_vectorcall(cyfunc);
            |      ^~~~~~~~~~~~~~~~~~~~
            |      vectorcallfunc
      src/marisa_trie.cpp:31424:9: error: ‘vc’ was not declared in this scope
      31424 |     if (vc) {
            |         ^~
      error: 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 marisa-trie
ERROR: Failed to build installable wheels for some pyproject.toml based projects (marisa-trie)
2025-05-24 13:38:18
apache-airflow-providers-databricks 7.5.0 Failed
ERROR: Ignored the following yanked versions: 1.10.11, 1.10.13
ERROR: Ignored the following versions that require a different python version: 2.10.0 Requires-Python <3.13,~=3.8; 2.10.0b1 Requires-Python <3.13,~=3.8; 2.10.0b2 Requires-Python <3.13,~=3.8; 2.10.0rc1 Requires-Python <3.13,~=3.8; 2.10.1 Requires-Python <3.13,~=3.8; 2.10.1rc1 Requires-Python <3.13,~=3.8; 2.10.2 Requires-Python <3.13,~=3.8; 2.10.2rc1 Requires-Python <3.13,~=3.8; 2.10.3 Requires-Python <3.13,~=3.8; 2.10.3rc1 Requires-Python <3.13,~=3.8; 2.10.3rc2 Requires-Python <3.13,~=3.8; 2.10.4 Requires-Python <3.13,>=3.8.1; 2.10.4rc1 Requires-Python <3.13,>=3.8.1; 2.10.5 Requires-Python <3.13,>=3.8.1; 2.10.5rc1 Requires-Python <3.13,>=3.8.1; 2.11.0 Requires-Python <3.13,>=3.9; 2.11.0rc1 Requires-Python <3.13,>=3.9; 2.7.3 Requires-Python <3.12,~=3.8; 2.7.3rc1 Requires-Python <3.12,~=3.8; 2.8.0 Requires-Python <3.12,~=3.8; 2.8.0b1 Requires-Python <3.12,~=3.8; 2.8.0rc1 Requires-Python <3.12,~=3.8; 2.8.0rc2 Requires-Python <3.12,~=3.8; 2.8.0rc3 Requires-Python <3.12,~=3.8; 2.8.0rc4 Requires-Python <3.12,~=3.8; 2.8.1 Requires-Python <3.12,~=3.8; 2.8.1rc1 Requires-Python <3.12,~=3.8; 2.8.2 Requires-Python <3.12,~=3.8; 2.8.2rc1 Requires-Python <3.12,~=3.8; 2.8.2rc2 Requires-Python <3.12,~=3.8; 2.8.2rc3 Requires-Python <3.12,~=3.8; 2.8.3 Requires-Python <3.12,~=3.8; 2.8.3rc1 Requires-Python <3.12,~=3.8; 2.8.4 Requires-Python <3.12,~=3.8; 2.8.4rc1 Requires-Python <3.12,~=3.8; 2.9.0 Requires-Python <3.13,~=3.8; 2.9.0b1 Requires-Python <3.13,~=3.8; 2.9.0b2 Requires-Python <3.13,~=3.8; 2.9.0rc1 Requires-Python <3.13,~=3.8; 2.9.0rc2 Requires-Python <3.13,~=3.8; 2.9.0rc3 Requires-Python <3.13,~=3.8; 2.9.1 Requires-Python <3.13,~=3.8; 2.9.1rc1 Requires-Python <3.13,~=3.8; 2.9.1rc2 Requires-Python <3.13,~=3.8; 2.9.2 Requires-Python <3.13,~=3.8; 2.9.2rc1 Requires-Python <3.13,~=3.8; 2.9.3 Requires-Python <3.13,~=3.8; 2.9.3rc1 Requires-Python <3.13,~=3.8; 3.0.0 Requires-Python <3.13,~=3.9; 3.0.0b4 Requires-Python <3.13,~=3.9; 3.0.0rc1 Requires-Python <3.13,~=3.9; 3.0.0rc1.post1 Requires-Python <3.13,~=3.9; 3.0.0rc1.post2 Requires-Python <3.13,~=3.9; 3.0.0rc1.post3 Requires-Python <3.13,~=3.9; 3.0.0rc1.post4 Requires-Python <3.13,~=3.9; 3.0.0rc2 Requires-Python <3.13,~=3.9; 3.0.0rc3 Requires-Python <3.13,~=3.9; 3.0.0rc4 Requires-Python <3.13,~=3.9; 3.0.1 Requires-Python <3.13,~=3.9; 3.0.1rc1 Requires-Python <3.13,~=3.9; 3.0.2 Requires-Python <3.13,~=3.9; 3.0.2rc1 Requires-Python <3.13,~=3.9; 3.0.2rc2 Requires-Python <3.13,~=3.9
ERROR: Could not find a version that satisfies the requirement apache-airflow>=2.10.0 (from apache-airflow-providers-databricks) (from versions: 1.8.1, 1.8.2rc1, 1.8.2, 1.9.0, 1.10.0, 1.10.1b1, 1.10.1rc2, 1.10.1, 1.10.2b2, 1.10.2rc1, 1.10.2rc2, 1.10.2rc3, 1.10.2, 1.10.3b1, 1.10.3b2, 1.10.3rc1, 1.10.3rc2, 1.10.3, 1.10.4b2, 1.10.4rc1, 1.10.4rc2, 1.10.4rc3, 1.10.4rc4, 1.10.4rc5, 1.10.4, 1.10.5rc1, 1.10.5, 1.10.6rc1, 1.10.6rc2, 1.10.6, 1.10.7rc1, 1.10.7rc2, 1.10.7rc3, 1.10.7, 1.10.8rc1, 1.10.8, 1.10.9rc1, 1.10.9, 1.10.10rc1, 1.10.10rc2, 1.10.10rc3, 1.10.10rc4, 1.10.10rc5, 1.10.10, 1.10.11rc1, 1.10.11rc2, 1.10.12rc1, 1.10.12rc2, 1.10.12rc3, 1.10.12rc4, 1.10.12, 1.10.13rc1, 1.10.14rc1, 1.10.14rc2, 1.10.14rc3, 1.10.14rc4, 1.10.14, 1.10.15rc1, 1.10.15, 2.0.0b1, 2.0.0b2, 2.0.0b3, 2.0.0rc1, 2.0.0rc2, 2.0.0rc3, 2.0.0, 2.0.1rc1, 2.0.1rc2, 2.0.1, 2.0.2rc1, 2.0.2, 2.1.0rc1, 2.1.0rc2, 2.1.0, 2.1.1rc1, 2.1.1, 2.1.2rc1, 2.1.2, 2.1.3rc1, 2.1.3, 2.1.4rc1, 2.1.4rc2, 2.1.4, 2.2.0b1, 2.2.0b2, 2.2.0rc1, 2.2.0, 2.2.1rc1, 2.2.1rc2, 2.2.1, 2.2.2rc1, 2.2.2rc2, 2.2.2, 2.2.3rc1, 2.2.3rc2, 2.2.3, 2.2.4rc1, 2.2.4, 2.2.5rc1, 2.2.5rc2, 2.2.5rc3, 2.2.5, 2.3.0b1, 2.3.0rc1, 2.3.0rc2, 2.3.0, 2.3.1rc1, 2.3.1, 2.3.2rc1, 2.3.2rc2, 2.3.2, 2.3.3rc1, 2.3.3rc2, 2.3.3rc3, 2.3.3, 2.3.4rc1, 2.3.4, 2.4.0b1, 2.4.0rc1, 2.4.0, 2.4.1rc1, 2.4.1, 2.4.2rc1, 2.4.2, 2.4.3rc1, 2.4.3, 2.5.0rc1, 2.5.0rc2, 2.5.0rc3, 2.5.0, 2.5.1rc1, 2.5.1rc2, 2.5.1, 2.5.2rc1, 2.5.2rc2, 2.5.2, 2.5.3rc1, 2.5.3rc2, 2.5.3, 2.6.0b1, 2.6.0rc1, 2.6.0rc2, 2.6.0rc3, 2.6.0rc4, 2.6.0rc5, 2.6.0, 2.6.1rc1, 2.6.1rc2, 2.6.1rc3, 2.6.1, 2.6.2rc1, 2.6.2rc2, 2.6.2, 2.6.3rc1, 2.6.3, 2.7.0b1, 2.7.0rc1, 2.7.0rc2, 2.7.0, 2.7.1rc1, 2.7.1rc2, 2.7.1, 2.7.2rc1, 2.7.2)
ERROR: No matching distribution found for apache-airflow>=2.10.0
2025-05-24 13:38:20
parsedatetime 2.6 Success - 2025-05-24 13:38:22
imbalanced-learn 0.13.0 Success - 2025-05-24 13:38:42
types-deprecated 1.2.15.20250304 Success - 2025-05-24 13:38:44
opentelemetry-instrumentation-asgi 0.55b1 Success - 2025-05-24 13:38:48

Python 3.14t Compatibility Results

Library Version Build Result Error Details Last Updated At
starkbank-ecdsa 2.2.0 Success - 2025-05-24 14:22:50
python-levenshtein 0.27.1 Failed
ced by <max> or earlier.
      
      
      -- Configuring done (0.9s)
      -- Generating done (0.0s)
      -- Build files have been written to: /tmp/tmpmd07wzl7/build
      2025-05-24 14:23:06,550 - scikit_build_core - WARNING - Could not parse CMake file-api
      *** Building project with Ninja...
      [1/3] Building CXX object src/Levenshtein/CMakeFiles/levenshtein_cpp.dir/Levenshtein-c/_levenshtein.cpp.o
      [2/3] Building CXX object src/Levenshtein/CMakeFiles/levenshtein_cpp.dir/levenshtein_cpp.cxx.o
      FAILED: src/Levenshtein/CMakeFiles/levenshtein_cpp.dir/levenshtein_cpp.cxx.o
      /usr/bin/c++  -pthread -Dlevenshtein_cpp_EXPORTS -I/tmp/pip-install-g8s11xa2/levenshtein_8be03d1c552a4884bb088dd292bf4d98/src/Levenshtein/Levenshtein-c -I/tmp/pip-install-g8s11xa2/levenshtein_8be03d1c552a4884bb088dd292bf4d98/extern/rapidfuzz-cpp/rapidfuzz/.. -isystem /root/.local/share/uv/python/cpython-3.14.0a6+freethreaded-linux-x86_64-gnu/include/python3.14t -O3 -DNDEBUG -flto=auto -fno-fat-lto-objects -fPIC -Wall -Wextra -pedantic -MD -MT src/Levenshtein/CMakeFiles/levenshtein_cpp.dir/levenshtein_cpp.cxx.o -MF src/Levenshtein/CMakeFiles/levenshtein_cpp.dir/levenshtein_cpp.cxx.o.d -o src/Levenshtein/CMakeFiles/levenshtein_cpp.dir/levenshtein_cpp.cxx.o -c /tmp/pip-install-g8s11xa2/levenshtein_8be03d1c552a4884bb088dd292bf4d98/src/Levenshtein/levenshtein_cpp.cxx
      /tmp/pip-install-g8s11xa2/levenshtein_8be03d1c552a4884bb088dd292bf4d98/src/Levenshtein/levenshtein_cpp.cxx:1876:80: error: ‘__pyx_vectorcallfunc’ has not been declared
       1876 | static CYTHON_INLINE PyObject *__Pyx_PyVectorcall_FastCallDict(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw);
            |                                                                                ^~~~~~~~~~~~~~~~~~~~
      /tmp/pip-install-g8s11xa2/levenshtein_8be03d1c552a4884bb088dd292bf4d98/src/Levenshtein/levenshtein_cpp.cxx:6662:69: error: ‘__pyx_vectorcallfunc’ has not been declared
       6662 | static PyObject *__Pyx_PyVectorcall_FastCallDict_kw(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw)
            |                                                                     ^~~~~~~~~~~~~~~~~~~~
      /tmp/pip-install-g8s11xa2/levenshtein_8be03d1c552a4884bb088dd292bf4d98/src/Levenshtein/levenshtein_cpp.cxx: In function ‘PyObject* __Pyx_PyVectorcall_FastCallDict_kw(PyObject*, int, PyObject* const*, size_t, PyObject*)’:
      /tmp/pip-install-g8s11xa2/levenshtein_8be03d1c552a4884bb088dd292bf4d98/src/Levenshtein/levenshtein_cpp.cxx:6699:13: error: ‘vc’ cannot be used as a function
       6699 |     res = vc(func, newargs, nargs, kwnames);
            |           ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      /tmp/pip-install-g8s11xa2/levenshtein_8be03d1c552a4884bb088dd292bf4d98/src/Levenshtein/levenshtein_cpp.cxx: At global scope:
      /tmp/pip-install-g8s11xa2/levenshtein_8be03d1c552a4884bb088dd292bf4d98/src/Levenshtein/levenshtein_cpp.cxx:6707:80: error: ‘__pyx_vectorcallfunc’ has not been declared
       6707 | static CYTHON_INLINE PyObject *__Pyx_PyVectorcall_FastCallDict(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw)
            |                                                                                ^~~~~~~~~~~~~~~~~~~~
      /tmp/pip-install-g8s11xa2/levenshtein_8be03d1c552a4884bb088dd292bf4d98/src/Levenshtein/levenshtein_cpp.cxx: In function ‘PyObject* __Pyx_PyVectorcall_FastCallDict(PyObject*, int, PyObject* const*, size_t, PyObject*)’:
      /tmp/pip-install-g8s11xa2/levenshtein_8be03d1c552a4884bb088dd292bf4d98/src/Levenshtein/levenshtein_cpp.cxx:6710:18: error: ‘vc’ cannot be used as a function
       6710 |         return vc(func, args, nargs, NULL);
            |                ~~^~~~~~~~~~~~~~~~~~~~~~~~~
      /tmp/pip-install-g8s11xa2/levenshtein_8be03d1c552a4884bb088dd292bf4d98/src/Levenshtein/levenshtein_cpp.cxx: In function ‘PyObject* __Pyx_CyFunction_CallAsMethod(PyObject*, PyObject*, PyObject*)’:
      /tmp/pip-install-g8s11xa2/levenshtein_8be03d1c552a4884bb088dd292bf4d98/src/Levenshtein/levenshtein_cpp.cxx:7396:6: error: ‘__pyx_vectorcallfunc’ was not declared in this scope; did you mean ‘vectorcallfunc’?
       7396 |      __pyx_vectorcallfunc vc = __Pyx_CyFunction_func_vectorcall(cyfunc);
            |      ^~~~~~~~~~~~~~~~~~~~
            |      vectorcallfunc
      /tmp/pip-install-g8s11xa2/levenshtein_8be03d1c552a4884bb088dd292bf4d98/src/Levenshtein/levenshtein_cpp.cxx:7397:9: error: ‘vc’ was not declared in this scope
       7397 |     if (vc) {
            |         ^~
      ninja: build stopped: subcommand failed.
      
      *** CMake build failed
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for Levenshtein
ERROR: Failed to build installable wheels for some pyproject.toml based projects (Levenshtein)
2025-05-24 14:23:10
towncrier 24.8.0 Success - 2025-05-24 14:23:13
microsoft-kiota-serialization-text 1.9.3 Success - 2025-05-24 14:23:16
grpc-interceptor 0.15.4 Failed
ck (most recent call last):
        File "/tmp/pip-build-env-ui7vhr92/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-lv6yfwjo/grpcio_4357da97dd4642879416d467f6e72c91/src/python/grpcio/_spawn_patch.py", line 66, in _commandfile_spawn
          _classic_spawn(self, command, **kwargs)
          ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
        File "/tmp/pip-build-env-ui7vhr92/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-ui7vhr92/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-lv6yfwjo/grpcio_4357da97dd4642879416d467f6e72c91/src/python/grpcio/commands.py", line 282, in build_extensions
          build_ext.build_ext.build_extensions(self)
          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
        File "/tmp/pip-build-env-ui7vhr92/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-ui7vhr92/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-ui7vhr92/overlay/lib/python3.14t/site-packages/setuptools/command/build_ext.py", line 261, in build_extension
          _build_ext.build_extension(self, ext)
          ~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^
        File "/tmp/pip-build-env-ui7vhr92/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-lv6yfwjo/grpcio_4357da97dd4642879416d467f6e72c91/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-lv6yfwjo/grpcio_4357da97dd4642879416d467f6e72c91/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-lv6yfwjo/grpcio_4357da97dd4642879416d467f6e72c91/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-ui7vhr92/overlay/lib/python3.14t/site-packages/setuptools/_distutils/compilers/C/unix.py", line 223, in _compile
          raise CompileError(msg)
      distutils.compilers.C.errors.CompileError: command '/usr/bin/c++' failed with exit code 1
      
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for grpcio
ERROR: Failed to build installable wheels for some pyproject.toml based projects (grpcio)
2025-05-24 14:40:03
pickleshare 0.7.5 Success - 2025-05-24 13:24:41
asyncpg 0.30.0 Failed
o.c:49677:
      /root/.local/share/uv/python/cpython-3.14.0a6+freethreaded-linux-x86_64-gnu/include/python3.14t/internal/pycore_backoff.h: In function ‘restart_backoff_counter’:
      /root/.local/share/uv/python/cpython-3.14.0a6+freethreaded-linux-x86_64-gnu/include/python3.14t/internal/pycore_backoff.h:74:58: warning: conversion from ‘int’ to ‘uint16_t’ {aka ‘short unsigned int’} may change value [-Wconversion]
         74 |         return make_backoff_counter((1 << (backoff + 1)) - 1, backoff + 1);
            |                                     ~~~~~~~~~~~~~~~~~~~~~^~~
      /root/.local/share/uv/python/cpython-3.14.0a6+freethreaded-linux-x86_64-gnu/include/python3.14t/internal/pycore_backoff.h:74:71: warning: conversion from ‘int’ to ‘uint16_t’ {aka ‘short unsigned int’} may change value [-Wconversion]
         74 |         return make_backoff_counter((1 << (backoff + 1)) - 1, backoff + 1);
            |                                                               ~~~~~~~~^~~
      In file included from /root/.local/share/uv/python/cpython-3.14.0a6+freethreaded-linux-x86_64-gnu/include/python3.14t/internal/pycore_mimalloc.h:45,
                       from /root/.local/share/uv/python/cpython-3.14.0a6+freethreaded-linux-x86_64-gnu/include/python3.14t/internal/pycore_tstate.h:13,
                       from /root/.local/share/uv/python/cpython-3.14.0a6+freethreaded-linux-x86_64-gnu/include/python3.14t/internal/pycore_code.h:14:
      /root/.local/share/uv/python/cpython-3.14.0a6+freethreaded-linux-x86_64-gnu/include/python3.14t/internal/mimalloc/mimalloc/internal.h: In function ‘mi_page_thread_free’:
      /root/.local/share/uv/python/cpython-3.14.0a6+freethreaded-linux-x86_64-gnu/include/python3.14t/internal/mimalloc/mimalloc/internal.h:489:82: warning: unsigned conversion from ‘int’ to ‘mi_thread_free_t’ {aka ‘long unsigned int’} changes value from ‘-4’ to ‘18446744073709551612’ [-Wsign-conversion]
        489 |   return (mi_block_t*)(mi_atomic_load_relaxed(&((mi_page_t*)page)->xthread_free) & ~3);
            |                                                                                  ^
      /root/.local/share/uv/python/cpython-3.14.0a6+freethreaded-linux-x86_64-gnu/include/python3.14t/internal/mimalloc/mimalloc/internal.h: In function ‘mi_tf_block’:
      /root/.local/share/uv/python/cpython-3.14.0a6+freethreaded-linux-x86_64-gnu/include/python3.14t/internal/mimalloc/mimalloc/internal.h:508:27: warning: unsigned conversion from ‘int’ to ‘mi_thread_free_t’ {aka ‘long unsigned int’} changes value from ‘-4’ to ‘18446744073709551612’ [-Wsign-conversion]
        508 |   return (mi_block_t*)(tf & ~0x03);
            |                           ^
      /root/.local/share/uv/python/cpython-3.14.0a6+freethreaded-linux-x86_64-gnu/include/python3.14t/internal/mimalloc/mimalloc/internal.h: In function ‘mi_clz’:
      /root/.local/share/uv/python/cpython-3.14.0a6+freethreaded-linux-x86_64-gnu/include/python3.14t/internal/mimalloc/mimalloc/internal.h:806:10: warning: conversion to ‘size_t’ {aka ‘long unsigned int’} from ‘int’ may change the sign of the result [-Wsign-conversion]
        806 |   return __builtin_clzl(x);
            |          ^~~~~~~~~~~~~~~~~
      /root/.local/share/uv/python/cpython-3.14.0a6+freethreaded-linux-x86_64-gnu/include/python3.14t/internal/mimalloc/mimalloc/internal.h: In function ‘mi_ctz’:
      /root/.local/share/uv/python/cpython-3.14.0a6+freethreaded-linux-x86_64-gnu/include/python3.14t/internal/mimalloc/mimalloc/internal.h:814:10: warning: conversion to ‘size_t’ {aka ‘long unsigned int’} from ‘int’ may change the sign of the result [-Wsign-conversion]
        814 |   return __builtin_ctzl(x);
            |          ^~~~~~~~~~~~~~~~~
      asyncpg/pgproto/pgproto.c: At top level:
      asyncpg/pgproto/pgproto.c:30439:18: warning: ‘__pyx_f_7asyncpg_7pgproto_7pgproto_json_decode’ defined but not used [-Wunused-function]
      30439 | static PyObject *__pyx_f_7asyncpg_7pgproto_7pgproto_json_decode(struct __pyx_obj_7asyncpg_7pgproto_7pgproto_CodecContext *__pyx_v_settings, struct __pyx_t_7asyncpg_7pgproto_7pgproto_FRBuffer *__pyx_v_buf) {
            |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      asyncpg/pgproto/pgproto.c:30323:18: warning: ‘__pyx_f_7asyncpg_7pgproto_7pgproto_json_encode’ defined but not used [-Wunused-function]
      30323 | static PyObject *__pyx_f_7asyncpg_7pgproto_7pgproto_json_encode(struct __pyx_obj_7asyncpg_7pgproto_7pgproto_CodecContext *__pyx_v_settings, struct __pyx_obj_7asyncpg_7pgproto_7pgproto_WriteBuffer *__pyx_v_buf, PyObject *__pyx_v_obj) {
            |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      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 asyncpg
ERROR: Failed to build installable wheels for some pyproject.toml based projects (asyncpg)
2025-05-24 13:24:54
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/tmp1a06y48h/venv/bin/python --compatibility off`
      📦 Including license file "/tmp/pip-install-km3wrm4a/cryptography_c973a5dd56c1495eaa595622140ca21c/LICENSE"
      📦 Including license file "/tmp/pip-install-km3wrm4a/cryptography_c973a5dd56c1495eaa595622140ca21c/LICENSE.APACHE"
      📦 Including license file "/tmp/pip-install-km3wrm4a/cryptography_c973a5dd56c1495eaa595622140ca21c/LICENSE.BSD"
      🍹 Building a mixed python/rust project
      🔗 Found pyo3 bindings with abi3 support
      🐍 Found CPython 3.14t at /tmp/tmp1a06y48h/venv/bin/python
      📡 Using build options locked from pyproject.toml
      ⚠️ Warning: CPython 3.14t at /tmp/tmp1a06y48h/venv/bin/python does not yet support abi3 so the build artifacts will be version-specific.
      warning: /tmp/pip-install-km3wrm4a/cryptography_c973a5dd56c1495eaa595622140ca21c/src/rust/cryptography-openssl/Cargo.toml: unused manifest key: lints
      warning: /tmp/pip-install-km3wrm4a/cryptography_c973a5dd56c1495eaa595622140ca21c/src/rust/cryptography-key-parsing/Cargo.toml: unused manifest key: lints
      warning: /tmp/pip-install-km3wrm4a/cryptography_c973a5dd56c1495eaa595622140ca21c/src/rust/Cargo.toml: unused manifest key: lints
      warning: /tmp/pip-install-km3wrm4a/cryptography_c973a5dd56c1495eaa595622140ca21c/src/rust/cryptography-cffi/Cargo.toml: unused manifest key: lints
      error: package `cryptography-cffi v0.1.0 (/tmp/pip-install-km3wrm4a/cryptography_c973a5dd56c1495eaa595622140ca21c/src/rust/cryptography-cffi)` cannot be built because it requires rustc 1.74.0 or newer, while the currently active rustc version is 1.63.0
      
      💥 maturin failed
        Caused by: Failed to build a native library through cargo
        Caused by: Cargo build finished with "exit status: 101": `env -u CARGO PYO3_ENVIRONMENT_SIGNATURE="cpython-3.14-64bit" PYO3_PYTHON="/tmp/tmp1a06y48h/venv/bin/python" PYTHON_SYS_EXECUTABLE="/tmp/tmp1a06y48h/venv/bin/python" "cargo" "rustc" "--message-format" "json-render-diagnostics" "--locked" "--manifest-path" "/tmp/pip-install-km3wrm4a/cryptography_c973a5dd56c1495eaa595622140ca21c/src/rust/Cargo.toml" "--release" "--lib"`
      Error: command ['maturin', 'pep517', 'build-wheel', '-i', '/tmp/tmp1a06y48h/venv/bin/python', '--compatibility', 'off'] returned non-zero exit status 1
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for cryptography
ERROR: Failed to build installable wheels for some pyproject.toml based projects (cryptography)
2025-05-24 13:25:05
asynctest 0.13.0 Success - 2025-05-24 13:25:09
eval-type-backport 0.2.2 Success - 2025-05-24 13:25:12
tensorflow-estimator 2.15.0 Success - 2025-05-24 13:25:16
apache-airflow-providers-ssh 4.1.0 Failed
ERROR: Ignored the following yanked versions: 1.10.11, 1.10.13
ERROR: Ignored the following versions that require a different python version: 2.10.0 Requires-Python <3.13,~=3.8; 2.10.0b1 Requires-Python <3.13,~=3.8; 2.10.0b2 Requires-Python <3.13,~=3.8; 2.10.0rc1 Requires-Python <3.13,~=3.8; 2.10.1 Requires-Python <3.13,~=3.8; 2.10.1rc1 Requires-Python <3.13,~=3.8; 2.10.2 Requires-Python <3.13,~=3.8; 2.10.2rc1 Requires-Python <3.13,~=3.8; 2.10.3 Requires-Python <3.13,~=3.8; 2.10.3rc1 Requires-Python <3.13,~=3.8; 2.10.3rc2 Requires-Python <3.13,~=3.8; 2.10.4 Requires-Python <3.13,>=3.8.1; 2.10.4rc1 Requires-Python <3.13,>=3.8.1; 2.10.5 Requires-Python <3.13,>=3.8.1; 2.10.5rc1 Requires-Python <3.13,>=3.8.1; 2.11.0 Requires-Python <3.13,>=3.9; 2.11.0rc1 Requires-Python <3.13,>=3.9; 2.7.3 Requires-Python <3.12,~=3.8; 2.7.3rc1 Requires-Python <3.12,~=3.8; 2.8.0 Requires-Python <3.12,~=3.8; 2.8.0b1 Requires-Python <3.12,~=3.8; 2.8.0rc1 Requires-Python <3.12,~=3.8; 2.8.0rc2 Requires-Python <3.12,~=3.8; 2.8.0rc3 Requires-Python <3.12,~=3.8; 2.8.0rc4 Requires-Python <3.12,~=3.8; 2.8.1 Requires-Python <3.12,~=3.8; 2.8.1rc1 Requires-Python <3.12,~=3.8; 2.8.2 Requires-Python <3.12,~=3.8; 2.8.2rc1 Requires-Python <3.12,~=3.8; 2.8.2rc2 Requires-Python <3.12,~=3.8; 2.8.2rc3 Requires-Python <3.12,~=3.8; 2.8.3 Requires-Python <3.12,~=3.8; 2.8.3rc1 Requires-Python <3.12,~=3.8; 2.8.4 Requires-Python <3.12,~=3.8; 2.8.4rc1 Requires-Python <3.12,~=3.8; 2.9.0 Requires-Python <3.13,~=3.8; 2.9.0b1 Requires-Python <3.13,~=3.8; 2.9.0b2 Requires-Python <3.13,~=3.8; 2.9.0rc1 Requires-Python <3.13,~=3.8; 2.9.0rc2 Requires-Python <3.13,~=3.8; 2.9.0rc3 Requires-Python <3.13,~=3.8; 2.9.1 Requires-Python <3.13,~=3.8; 2.9.1rc1 Requires-Python <3.13,~=3.8; 2.9.1rc2 Requires-Python <3.13,~=3.8; 2.9.2 Requires-Python <3.13,~=3.8; 2.9.2rc1 Requires-Python <3.13,~=3.8; 2.9.3 Requires-Python <3.13,~=3.8; 2.9.3rc1 Requires-Python <3.13,~=3.8; 3.0.0 Requires-Python <3.13,~=3.9; 3.0.0b4 Requires-Python <3.13,~=3.9; 3.0.0rc1 Requires-Python <3.13,~=3.9; 3.0.0rc1.post1 Requires-Python <3.13,~=3.9; 3.0.0rc1.post2 Requires-Python <3.13,~=3.9; 3.0.0rc1.post3 Requires-Python <3.13,~=3.9; 3.0.0rc1.post4 Requires-Python <3.13,~=3.9; 3.0.0rc2 Requires-Python <3.13,~=3.9; 3.0.0rc3 Requires-Python <3.13,~=3.9; 3.0.0rc4 Requires-Python <3.13,~=3.9; 3.0.1 Requires-Python <3.13,~=3.9; 3.0.1rc1 Requires-Python <3.13,~=3.9
ERROR: Could not find a version that satisfies the requirement apache-airflow>=2.10.0 (from apache-airflow-providers-ssh) (from versions: 1.8.1, 1.8.2rc1, 1.8.2, 1.9.0, 1.10.0, 1.10.1b1, 1.10.1rc2, 1.10.1, 1.10.2b2, 1.10.2rc1, 1.10.2rc2, 1.10.2rc3, 1.10.2, 1.10.3b1, 1.10.3b2, 1.10.3rc1, 1.10.3rc2, 1.10.3, 1.10.4b2, 1.10.4rc1, 1.10.4rc2, 1.10.4rc3, 1.10.4rc4, 1.10.4rc5, 1.10.4, 1.10.5rc1, 1.10.5, 1.10.6rc1, 1.10.6rc2, 1.10.6, 1.10.7rc1, 1.10.7rc2, 1.10.7rc3, 1.10.7, 1.10.8rc1, 1.10.8, 1.10.9rc1, 1.10.9, 1.10.10rc1, 1.10.10rc2, 1.10.10rc3, 1.10.10rc4, 1.10.10rc5, 1.10.10, 1.10.11rc1, 1.10.11rc2, 1.10.12rc1, 1.10.12rc2, 1.10.12rc3, 1.10.12rc4, 1.10.12, 1.10.13rc1, 1.10.14rc1, 1.10.14rc2, 1.10.14rc3, 1.10.14rc4, 1.10.14, 1.10.15rc1, 1.10.15, 2.0.0b1, 2.0.0b2, 2.0.0b3, 2.0.0rc1, 2.0.0rc2, 2.0.0rc3, 2.0.0, 2.0.1rc1, 2.0.1rc2, 2.0.1, 2.0.2rc1, 2.0.2, 2.1.0rc1, 2.1.0rc2, 2.1.0, 2.1.1rc1, 2.1.1, 2.1.2rc1, 2.1.2, 2.1.3rc1, 2.1.3, 2.1.4rc1, 2.1.4rc2, 2.1.4, 2.2.0b1, 2.2.0b2, 2.2.0rc1, 2.2.0, 2.2.1rc1, 2.2.1rc2, 2.2.1, 2.2.2rc1, 2.2.2rc2, 2.2.2, 2.2.3rc1, 2.2.3rc2, 2.2.3, 2.2.4rc1, 2.2.4, 2.2.5rc1, 2.2.5rc2, 2.2.5rc3, 2.2.5, 2.3.0b1, 2.3.0rc1, 2.3.0rc2, 2.3.0, 2.3.1rc1, 2.3.1, 2.3.2rc1, 2.3.2rc2, 2.3.2, 2.3.3rc1, 2.3.3rc2, 2.3.3rc3, 2.3.3, 2.3.4rc1, 2.3.4, 2.4.0b1, 2.4.0rc1, 2.4.0, 2.4.1rc1, 2.4.1, 2.4.2rc1, 2.4.2, 2.4.3rc1, 2.4.3, 2.5.0rc1, 2.5.0rc2, 2.5.0rc3, 2.5.0, 2.5.1rc1, 2.5.1rc2, 2.5.1, 2.5.2rc1, 2.5.2rc2, 2.5.2, 2.5.3rc1, 2.5.3rc2, 2.5.3, 2.6.0b1, 2.6.0rc1, 2.6.0rc2, 2.6.0rc3, 2.6.0rc4, 2.6.0rc5, 2.6.0, 2.6.1rc1, 2.6.1rc2, 2.6.1rc3, 2.6.1, 2.6.2rc1, 2.6.2rc2, 2.6.2, 2.6.3rc1, 2.6.3, 2.7.0b1, 2.7.0rc1, 2.7.0rc2, 2.7.0, 2.7.1rc1, 2.7.1rc2, 2.7.1, 2.7.2rc1, 2.7.2)
ERROR: No matching distribution found for apache-airflow>=2.10.0
2025-05-24 13:25:19
argparse 1.4.0 Success - 2025-05-24 13:25:22
python-http-client 3.3.7 Success - 2025-05-24 13:25:25
marisa-trie 1.2.1 Failed
grimoire/trie/tail.o build/temp.linux-x86_64-cpython-314t/marisa-trie/lib/marisa/grimoire/vector/bit-vector.o build/temp.linux-x86_64-cpython-314t/marisa-trie/lib/marisa/keyset.o build/temp.linux-x86_64-cpython-314t/marisa-trie/lib/marisa/trie.o
      running build_ext
      building 'marisa_trie' extension
      creating build/temp.linux-x86_64-cpython-314t/src
      c++ -pthread -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -g -O3 -Wall -fPIC -fPIC -Imarisa-trie/include -I/tmp/tmppsuh6uhb/venv/include -I/root/.local/share/uv/python/cpython-3.14.0a6+freethreaded-linux-x86_64-gnu/include/python3.14t -c src/agent.cpp -o build/temp.linux-x86_64-cpython-314t/src/agent.o
      c++ -pthread -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -g -O3 -Wall -fPIC -fPIC -Imarisa-trie/include -I/tmp/tmppsuh6uhb/venv/include -I/root/.local/share/uv/python/cpython-3.14.0a6+freethreaded-linux-x86_64-gnu/include/python3.14t -c src/base.cpp -o build/temp.linux-x86_64-cpython-314t/src/base.o
      c++ -pthread -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -g -O3 -Wall -fPIC -fPIC -Imarisa-trie/include -I/tmp/tmppsuh6uhb/venv/include -I/root/.local/share/uv/python/cpython-3.14.0a6+freethreaded-linux-x86_64-gnu/include/python3.14t -c src/iostream.cpp -o build/temp.linux-x86_64-cpython-314t/src/iostream.o
      c++ -pthread -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -g -O3 -Wall -fPIC -fPIC -Imarisa-trie/include -I/tmp/tmppsuh6uhb/venv/include -I/root/.local/share/uv/python/cpython-3.14.0a6+freethreaded-linux-x86_64-gnu/include/python3.14t -c src/key.cpp -o build/temp.linux-x86_64-cpython-314t/src/key.o
      c++ -pthread -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -g -O3 -Wall -fPIC -fPIC -Imarisa-trie/include -I/tmp/tmppsuh6uhb/venv/include -I/root/.local/share/uv/python/cpython-3.14.0a6+freethreaded-linux-x86_64-gnu/include/python3.14t -c src/keyset.cpp -o build/temp.linux-x86_64-cpython-314t/src/keyset.o
      c++ -pthread -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -g -O3 -Wall -fPIC -fPIC -Imarisa-trie/include -I/tmp/tmppsuh6uhb/venv/include -I/root/.local/share/uv/python/cpython-3.14.0a6+freethreaded-linux-x86_64-gnu/include/python3.14t -c src/marisa_trie.cpp -o build/temp.linux-x86_64-cpython-314t/src/marisa_trie.o
      src/marisa_trie.cpp:2705:80: error: ‘__pyx_vectorcallfunc’ has not been declared
       2705 | static CYTHON_INLINE PyObject *__Pyx_PyVectorcall_FastCallDict(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw);
            |                                                                                ^~~~~~~~~~~~~~~~~~~~
      src/marisa_trie.cpp:30689:69: error: ‘__pyx_vectorcallfunc’ has not been declared
      30689 | static PyObject *__Pyx_PyVectorcall_FastCallDict_kw(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw)
            |                                                                     ^~~~~~~~~~~~~~~~~~~~
      src/marisa_trie.cpp: In function ‘PyObject* __Pyx_PyVectorcall_FastCallDict_kw(PyObject*, int, PyObject* const*, size_t, PyObject*)’:
      src/marisa_trie.cpp:30726:13: error: ‘vc’ cannot be used as a function
      30726 |     res = vc(func, newargs, nargs, kwnames);
            |           ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      src/marisa_trie.cpp: At global scope:
      src/marisa_trie.cpp:30734:80: error: ‘__pyx_vectorcallfunc’ has not been declared
      30734 | static CYTHON_INLINE PyObject *__Pyx_PyVectorcall_FastCallDict(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw)
            |                                                                                ^~~~~~~~~~~~~~~~~~~~
      src/marisa_trie.cpp: In function ‘PyObject* __Pyx_PyVectorcall_FastCallDict(PyObject*, int, PyObject* const*, size_t, PyObject*)’:
      src/marisa_trie.cpp:30737:18: error: ‘vc’ cannot be used as a function
      30737 |         return vc(func, args, nargs, NULL);
            |                ~~^~~~~~~~~~~~~~~~~~~~~~~~~
      src/marisa_trie.cpp: In function ‘PyObject* __Pyx_CyFunction_CallAsMethod(PyObject*, PyObject*, PyObject*)’:
      src/marisa_trie.cpp:31423:6: error: ‘__pyx_vectorcallfunc’ was not declared in this scope; did you mean ‘vectorcallfunc’?
      31423 |      __pyx_vectorcallfunc vc = __Pyx_CyFunction_func_vectorcall(cyfunc);
            |      ^~~~~~~~~~~~~~~~~~~~
            |      vectorcallfunc
      src/marisa_trie.cpp:31424:9: error: ‘vc’ was not declared in this scope
      31424 |     if (vc) {
            |         ^~
      error: 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 marisa-trie
ERROR: Failed to build installable wheels for some pyproject.toml based projects (marisa-trie)
2025-05-24 13:25:52
apache-airflow-providers-databricks 7.5.0 Failed
ERROR: Ignored the following yanked versions: 1.10.11, 1.10.13
ERROR: Ignored the following versions that require a different python version: 2.10.0 Requires-Python <3.13,~=3.8; 2.10.0b1 Requires-Python <3.13,~=3.8; 2.10.0b2 Requires-Python <3.13,~=3.8; 2.10.0rc1 Requires-Python <3.13,~=3.8; 2.10.1 Requires-Python <3.13,~=3.8; 2.10.1rc1 Requires-Python <3.13,~=3.8; 2.10.2 Requires-Python <3.13,~=3.8; 2.10.2rc1 Requires-Python <3.13,~=3.8; 2.10.3 Requires-Python <3.13,~=3.8; 2.10.3rc1 Requires-Python <3.13,~=3.8; 2.10.3rc2 Requires-Python <3.13,~=3.8; 2.10.4 Requires-Python <3.13,>=3.8.1; 2.10.4rc1 Requires-Python <3.13,>=3.8.1; 2.10.5 Requires-Python <3.13,>=3.8.1; 2.10.5rc1 Requires-Python <3.13,>=3.8.1; 2.11.0 Requires-Python <3.13,>=3.9; 2.11.0rc1 Requires-Python <3.13,>=3.9; 2.7.3 Requires-Python <3.12,~=3.8; 2.7.3rc1 Requires-Python <3.12,~=3.8; 2.8.0 Requires-Python <3.12,~=3.8; 2.8.0b1 Requires-Python <3.12,~=3.8; 2.8.0rc1 Requires-Python <3.12,~=3.8; 2.8.0rc2 Requires-Python <3.12,~=3.8; 2.8.0rc3 Requires-Python <3.12,~=3.8; 2.8.0rc4 Requires-Python <3.12,~=3.8; 2.8.1 Requires-Python <3.12,~=3.8; 2.8.1rc1 Requires-Python <3.12,~=3.8; 2.8.2 Requires-Python <3.12,~=3.8; 2.8.2rc1 Requires-Python <3.12,~=3.8; 2.8.2rc2 Requires-Python <3.12,~=3.8; 2.8.2rc3 Requires-Python <3.12,~=3.8; 2.8.3 Requires-Python <3.12,~=3.8; 2.8.3rc1 Requires-Python <3.12,~=3.8; 2.8.4 Requires-Python <3.12,~=3.8; 2.8.4rc1 Requires-Python <3.12,~=3.8; 2.9.0 Requires-Python <3.13,~=3.8; 2.9.0b1 Requires-Python <3.13,~=3.8; 2.9.0b2 Requires-Python <3.13,~=3.8; 2.9.0rc1 Requires-Python <3.13,~=3.8; 2.9.0rc2 Requires-Python <3.13,~=3.8; 2.9.0rc3 Requires-Python <3.13,~=3.8; 2.9.1 Requires-Python <3.13,~=3.8; 2.9.1rc1 Requires-Python <3.13,~=3.8; 2.9.1rc2 Requires-Python <3.13,~=3.8; 2.9.2 Requires-Python <3.13,~=3.8; 2.9.2rc1 Requires-Python <3.13,~=3.8; 2.9.3 Requires-Python <3.13,~=3.8; 2.9.3rc1 Requires-Python <3.13,~=3.8; 3.0.0 Requires-Python <3.13,~=3.9; 3.0.0b4 Requires-Python <3.13,~=3.9; 3.0.0rc1 Requires-Python <3.13,~=3.9; 3.0.0rc1.post1 Requires-Python <3.13,~=3.9; 3.0.0rc1.post2 Requires-Python <3.13,~=3.9; 3.0.0rc1.post3 Requires-Python <3.13,~=3.9; 3.0.0rc1.post4 Requires-Python <3.13,~=3.9; 3.0.0rc2 Requires-Python <3.13,~=3.9; 3.0.0rc3 Requires-Python <3.13,~=3.9; 3.0.0rc4 Requires-Python <3.13,~=3.9; 3.0.1 Requires-Python <3.13,~=3.9; 3.0.1rc1 Requires-Python <3.13,~=3.9; 3.0.2 Requires-Python <3.13,~=3.9; 3.0.2rc1 Requires-Python <3.13,~=3.9; 3.0.2rc2 Requires-Python <3.13,~=3.9
ERROR: Could not find a version that satisfies the requirement apache-airflow>=2.10.0 (from apache-airflow-providers-databricks) (from versions: 1.8.1, 1.8.2rc1, 1.8.2, 1.9.0, 1.10.0, 1.10.1b1, 1.10.1rc2, 1.10.1, 1.10.2b2, 1.10.2rc1, 1.10.2rc2, 1.10.2rc3, 1.10.2, 1.10.3b1, 1.10.3b2, 1.10.3rc1, 1.10.3rc2, 1.10.3, 1.10.4b2, 1.10.4rc1, 1.10.4rc2, 1.10.4rc3, 1.10.4rc4, 1.10.4rc5, 1.10.4, 1.10.5rc1, 1.10.5, 1.10.6rc1, 1.10.6rc2, 1.10.6, 1.10.7rc1, 1.10.7rc2, 1.10.7rc3, 1.10.7, 1.10.8rc1, 1.10.8, 1.10.9rc1, 1.10.9, 1.10.10rc1, 1.10.10rc2, 1.10.10rc3, 1.10.10rc4, 1.10.10rc5, 1.10.10, 1.10.11rc1, 1.10.11rc2, 1.10.12rc1, 1.10.12rc2, 1.10.12rc3, 1.10.12rc4, 1.10.12, 1.10.13rc1, 1.10.14rc1, 1.10.14rc2, 1.10.14rc3, 1.10.14rc4, 1.10.14, 1.10.15rc1, 1.10.15, 2.0.0b1, 2.0.0b2, 2.0.0b3, 2.0.0rc1, 2.0.0rc2, 2.0.0rc3, 2.0.0, 2.0.1rc1, 2.0.1rc2, 2.0.1, 2.0.2rc1, 2.0.2, 2.1.0rc1, 2.1.0rc2, 2.1.0, 2.1.1rc1, 2.1.1, 2.1.2rc1, 2.1.2, 2.1.3rc1, 2.1.3, 2.1.4rc1, 2.1.4rc2, 2.1.4, 2.2.0b1, 2.2.0b2, 2.2.0rc1, 2.2.0, 2.2.1rc1, 2.2.1rc2, 2.2.1, 2.2.2rc1, 2.2.2rc2, 2.2.2, 2.2.3rc1, 2.2.3rc2, 2.2.3, 2.2.4rc1, 2.2.4, 2.2.5rc1, 2.2.5rc2, 2.2.5rc3, 2.2.5, 2.3.0b1, 2.3.0rc1, 2.3.0rc2, 2.3.0, 2.3.1rc1, 2.3.1, 2.3.2rc1, 2.3.2rc2, 2.3.2, 2.3.3rc1, 2.3.3rc2, 2.3.3rc3, 2.3.3, 2.3.4rc1, 2.3.4, 2.4.0b1, 2.4.0rc1, 2.4.0, 2.4.1rc1, 2.4.1, 2.4.2rc1, 2.4.2, 2.4.3rc1, 2.4.3, 2.5.0rc1, 2.5.0rc2, 2.5.0rc3, 2.5.0, 2.5.1rc1, 2.5.1rc2, 2.5.1, 2.5.2rc1, 2.5.2rc2, 2.5.2, 2.5.3rc1, 2.5.3rc2, 2.5.3, 2.6.0b1, 2.6.0rc1, 2.6.0rc2, 2.6.0rc3, 2.6.0rc4, 2.6.0rc5, 2.6.0, 2.6.1rc1, 2.6.1rc2, 2.6.1rc3, 2.6.1, 2.6.2rc1, 2.6.2rc2, 2.6.2, 2.6.3rc1, 2.6.3, 2.7.0b1, 2.7.0rc1, 2.7.0rc2, 2.7.0, 2.7.1rc1, 2.7.1rc2, 2.7.1, 2.7.2rc1, 2.7.2)
ERROR: No matching distribution found for apache-airflow>=2.10.0
2025-05-24 13:25:54
parsedatetime 2.6 Success - 2025-05-24 13:25:57
imbalanced-learn 0.13.0 Failed
  error: subprocess-exited-with-error
  
  × Preparing metadata (pyproject.toml) did not run successfully.
  │ exit code: 1
  ╰─> [54 lines of output]
      + meson setup /tmp/pip-install-zxqjty73/scipy_065ecaa09f534e788e506cfa328b41f4 /tmp/pip-install-zxqjty73/scipy_065ecaa09f534e788e506cfa328b41f4/.mesonpy-ut1xez5q -Dbuildtype=release -Db_ndebug=if-release -Db_vscrt=md --native-file=/tmp/pip-install-zxqjty73/scipy_065ecaa09f534e788e506cfa328b41f4/.mesonpy-ut1xez5q/meson-python-native-file.ini
      The Meson build system
      Version: 1.8.1
      Source dir: /tmp/pip-install-zxqjty73/scipy_065ecaa09f534e788e506cfa328b41f4
      Build dir: /tmp/pip-install-zxqjty73/scipy_065ecaa09f534e788e506cfa328b41f4/.mesonpy-ut1xez5q
      Build type: native build
      Project name: scipy
      Project version: 1.15.3
      C compiler for the host machine: cc (gcc 12.2.0 "cc (Debian 12.2.0-14+deb12u1) 12.2.0")
      C linker for the host machine: cc ld.bfd 2.40
      C++ compiler for the host machine: c++ (gcc 12.2.0 "c++ (Debian 12.2.0-14+deb12u1) 12.2.0")
      C++ linker for the host machine: c++ ld.bfd 2.40
      Cython compiler for the host machine: cython (cython 3.0.12)
      Host machine cpu family: x86_64
      Host machine cpu: x86_64
      Program python found: YES (/tmp/tmpi02bhvff/venv/bin/python)
      Did not find pkg-config by name 'pkg-config'
      Found pkg-config: NO
      Run-time dependency python found: YES 3.14
      Program cython found: YES (/tmp/pip-build-env-036cuh10/overlay/bin/cython)
      Compiler for C supports arguments -Wno-unused-but-set-variable: YES
      Compiler for C supports arguments -Wno-unused-function: YES
      Compiler for C supports arguments -Wno-conversion: YES
      Compiler for C supports arguments -Wno-misleading-indentation: YES
      Library m found: YES
      
      ../meson.build:80:0: ERROR: Unknown compiler(s): [['gfortran'], ['flang-new'], ['flang'], ['nvfortran'], ['pgfortran'], ['ifort'], ['ifx'], ['g95']]
      The following exception(s) were encountered:
      Running `gfortran --help` gave "[Errno 2] No such file or directory: 'gfortran'"
      Running `gfortran --version` gave "[Errno 2] No such file or directory: 'gfortran'"
      Running `gfortran -V` gave "[Errno 2] No such file or directory: 'gfortran'"
      Running `flang-new --help` gave "[Errno 2] No such file or directory: 'flang-new'"
      Running `flang-new --version` gave "[Errno 2] No such file or directory: 'flang-new'"
      Running `flang-new -V` gave "[Errno 2] No such file or directory: 'flang-new'"
      Running `flang --help` gave "[Errno 2] No such file or directory: 'flang'"
      Running `flang --version` gave "[Errno 2] No such file or directory: 'flang'"
      Running `flang -V` gave "[Errno 2] No such file or directory: 'flang'"
      Running `nvfortran --help` gave "[Errno 2] No such file or directory: 'nvfortran'"
      Running `nvfortran --version` gave "[Errno 2] No such file or directory: 'nvfortran'"
      Running `nvfortran -V` gave "[Errno 2] No such file or directory: 'nvfortran'"
      Running `pgfortran --help` gave "[Errno 2] No such file or directory: 'pgfortran'"
      Running `pgfortran --version` gave "[Errno 2] No such file or directory: 'pgfortran'"
      Running `pgfortran -V` gave "[Errno 2] No such file or directory: 'pgfortran'"
      Running `ifort --help` gave "[Errno 2] No such file or directory: 'ifort'"
      Running `ifort --version` gave "[Errno 2] No such file or directory: 'ifort'"
      Running `ifort -V` gave "[Errno 2] No such file or directory: 'ifort'"
      Running `ifx --help` gave "[Errno 2] No such file or directory: 'ifx'"
      Running `ifx --version` gave "[Errno 2] No such file or directory: 'ifx'"
      Running `ifx -V` gave "[Errno 2] No such file or directory: 'ifx'"
      Running `g95 --help` gave "[Errno 2] No such file or directory: 'g95'"
      Running `g95 --version` gave "[Errno 2] No such file or directory: 'g95'"
      Running `g95 -V` gave "[Errno 2] No such file or directory: 'g95'"
      
      A full log can be found at /tmp/pip-install-zxqjty73/scipy_065ecaa09f534e788e506cfa328b41f4/.mesonpy-ut1xez5q/meson-logs/meson-log.txt
      [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-24 13:26:20
types-deprecated 1.2.15.20250304 Success - 2025-05-24 13:26:22
opentelemetry-instrumentation-asgi 0.55b1 Success - 2025-05-24 13:26:26