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
methodtools 0.4.7 Success - 2025-05-24 13:41:34
mypy-boto3-appflow 1.38.0 Success - 2025-05-24 13:41:36
azure-storage-common 2.1.0 Failed
  error: subprocess-exited-with-error
  
  × Building wheel for cryptography (pyproject.toml) did not run successfully.
  │ exit code: 1
  ╰─> [19 lines of output]
      Running `maturin pep517 build-wheel -i /tmp/tmp5ej7tce2/venv/bin/python --compatibility off`
      📦 Including license file "/tmp/pip-install-55xrmvfy/cryptography_bab0910fffa0457ba5238893c4217d34/LICENSE"
      📦 Including license file "/tmp/pip-install-55xrmvfy/cryptography_bab0910fffa0457ba5238893c4217d34/LICENSE.APACHE"
      📦 Including license file "/tmp/pip-install-55xrmvfy/cryptography_bab0910fffa0457ba5238893c4217d34/LICENSE.BSD"
      🍹 Building a mixed python/rust project
      🔗 Found pyo3 bindings with abi3 support
      🐍 Found CPython 3.13t at /tmp/tmp5ej7tce2/venv/bin/python
      📡 Using build options locked from pyproject.toml
      ⚠️ Warning: CPython 3.13t at /tmp/tmp5ej7tce2/venv/bin/python does not yet support abi3 so the build artifacts will be version-specific.
      warning: /tmp/pip-install-55xrmvfy/cryptography_bab0910fffa0457ba5238893c4217d34/src/rust/cryptography-openssl/Cargo.toml: unused manifest key: lints
      warning: /tmp/pip-install-55xrmvfy/cryptography_bab0910fffa0457ba5238893c4217d34/src/rust/cryptography-key-parsing/Cargo.toml: unused manifest key: lints
      warning: /tmp/pip-install-55xrmvfy/cryptography_bab0910fffa0457ba5238893c4217d34/src/rust/Cargo.toml: unused manifest key: lints
      warning: /tmp/pip-install-55xrmvfy/cryptography_bab0910fffa0457ba5238893c4217d34/src/rust/cryptography-cffi/Cargo.toml: unused manifest key: lints
      error: package `cryptography-cffi v0.1.0 (/tmp/pip-install-55xrmvfy/cryptography_bab0910fffa0457ba5238893c4217d34/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.13-64bit" PYO3_PYTHON="/tmp/tmp5ej7tce2/venv/bin/python" PYTHON_SYS_EXECUTABLE="/tmp/tmp5ej7tce2/venv/bin/python" "cargo" "rustc" "--message-format" "json-render-diagnostics" "--locked" "--manifest-path" "/tmp/pip-install-55xrmvfy/cryptography_bab0910fffa0457ba5238893c4217d34/src/rust/Cargo.toml" "--release" "--lib"`
      Error: command ['maturin', 'pep517', 'build-wheel', '-i', '/tmp/tmp5ej7tce2/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:41:45
jax 0.6.2 Success - 2025-05-24 13:42:12
pycrypto 2.6.1 Success - 2025-05-24 13:42:32
geopandas 1.1.1 Failed
  error: subprocess-exited-with-error
  
  × Preparing metadata (pyproject.toml) did not run successfully.
  │ exit code: 1
  ╰─> [40 lines of output]
      Traceback (most recent call last):
        File "/tmp/tmp3d4gxk0e/venv/lib/python3.13t/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 389, in <module>
          main()
          ~~~~^^
        File "/tmp/tmp3d4gxk0e/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/tmp3d4gxk0e/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-vaq809yj/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-vaq809yj/overlay/lib/python3.13t/site-packages/setuptools/build_meta.py", line 317, in run_setup
          exec(code, locals())
          ~~~~^^^^^^^^^^^^^^^^
        File "<string>", line 154, in <module>
        File "<string>", line 129, in get_gdal_config
        File "<string>", line 85, in get_gdal_config
        File "<string>", line 39, in read_response
        File "/root/.local/share/uv/python/cpython-3.13.5+freethreaded-linux-x86_64-gnu/lib/python3.13t/subprocess.py", line 472, in check_output
          return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
                 ~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                     **kwargs).stdout
                     ^^^^^^^^^
        File "/root/.local/share/uv/python/cpython-3.13.5+freethreaded-linux-x86_64-gnu/lib/python3.13t/subprocess.py", line 554, in run
          with Popen(*popenargs, **kwargs) as process:
               ~~~~~^^^^^^^^^^^^^^^^^^^^^^
        File "/root/.local/share/uv/python/cpython-3.13.5+freethreaded-linux-x86_64-gnu/lib/python3.13t/subprocess.py", line 1039, in __init__
          self._execute_child(args, executable, preexec_fn, close_fds,
          ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                              pass_fds, cwd, env,
                              ^^^^^^^^^^^^^^^^^^^
          ...<5 lines>...
                              gid, gids, uid, umask,
                              ^^^^^^^^^^^^^^^^^^^^^^
                              start_new_session, process_group)
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        File "/root/.local/share/uv/python/cpython-3.13.5+freethreaded-linux-x86_64-gnu/lib/python3.13t/subprocess.py", line 1972, in _execute_child
          raise child_exception_type(errno_num, err_msg, err_filename)
      FileNotFoundError: [Errno 2] No such file or directory: 'gdal-config'
      [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:42:39
junit-xml 1.9 Success - 2025-05-24 13:42:42
pyotp 2.9.0 Success - 2025-05-24 13:42:44
types-toml 0.10.8.20240310 Success - 2025-05-24 13:42:47
contextlib2 21.6.0 Success - 2025-05-24 13:42:50
aiohttp-retry 2.9.1 Failed
hon-313t/aiohttp/_websocket/.hash
      running build_ext
      building 'aiohttp._websocket.mask' extension
      creating build/temp.linux-x86_64-cpython-313t/aiohttp/_websocket
      cc -pthread -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -g -O3 -Wall -fPIC -fPIC -I/tmp/tmp542otf4v/venv/include -I/root/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/include/python3.13t -c aiohttp/_websocket/mask.c -o build/temp.linux-x86_64-cpython-313t/aiohttp/_websocket/mask.o
      aiohttp/_websocket/mask.c:1864:80: error: unknown type name ‘__pyx_vectorcallfunc’; did you mean ‘vectorcallfunc’?
       1864 | static CYTHON_INLINE PyObject *__Pyx_PyVectorcall_FastCallDict(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw);
            |                                                                                ^~~~~~~~~~~~~~~~~~~~
            |                                                                                vectorcallfunc
      aiohttp/_websocket/mask.c: In function ‘__pyx_f_7aiohttp_10_websocket_4mask__websocket_mask_cython’:
      aiohttp/_websocket/mask.c:2905:3: warning: ‘Py_OptimizeFlag’ is deprecated [-Wdeprecated-declarations]
       2905 |   if (unlikely(__pyx_assertions_enabled())) {
            |   ^~
      In file included from /root/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/include/python3.13t/Python.h:76,
                       from aiohttp/_websocket/mask.c:16:
      /root/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/include/python3.13t/cpython/pydebug.h:13:37: note: declared here
         13 | Py_DEPRECATED(3.12) PyAPI_DATA(int) Py_OptimizeFlag;
            |                                     ^~~~~~~~~~~~~~~
      aiohttp/_websocket/mask.c: At top level:
      aiohttp/_websocket/mask.c:4846:69: error: unknown type name ‘__pyx_vectorcallfunc’; did you mean ‘vectorcallfunc’?
       4846 | static PyObject *__Pyx_PyVectorcall_FastCallDict_kw(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw)
            |                                                                     ^~~~~~~~~~~~~~~~~~~~
            |                                                                     vectorcallfunc
      aiohttp/_websocket/mask.c:4891:80: error: unknown type name ‘__pyx_vectorcallfunc’; did you mean ‘vectorcallfunc’?
       4891 | static CYTHON_INLINE PyObject *__Pyx_PyVectorcall_FastCallDict(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw)
            |                                                                                ^~~~~~~~~~~~~~~~~~~~
            |                                                                                vectorcallfunc
      aiohttp/_websocket/mask.c: In function ‘__Pyx_CyFunction_CallAsMethod’:
      aiohttp/_websocket/mask.c:5580:6: error: unknown type name ‘__pyx_vectorcallfunc’; did you mean ‘vectorcallfunc’?
       5580 |      __pyx_vectorcallfunc vc = __Pyx_CyFunction_func_vectorcall(cyfunc);
            |      ^~~~~~~~~~~~~~~~~~~~
            |      vectorcallfunc
      aiohttp/_websocket/mask.c:1954: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]
       1954 | #define __Pyx_CyFunction_func_vectorcall(f) (((PyCFunctionObject*)f)->vectorcall)
            |                                             ^
      aiohttp/_websocket/mask.c:5580:32: note: in expansion of macro ‘__Pyx_CyFunction_func_vectorcall’
       5580 |      __pyx_vectorcallfunc vc = __Pyx_CyFunction_func_vectorcall(cyfunc);
            |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      aiohttp/_websocket/mask.c:5583:16: warning: implicit declaration of function ‘__Pyx_PyVectorcall_FastCallDict’ [-Wimplicit-function-declaration]
       5583 |         return __Pyx_PyVectorcall_FastCallDict(func, vc, &PyTuple_GET_ITEM(args, 0), (size_t)PyTuple_GET_SIZE(args), kw);
            |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      aiohttp/_websocket/mask.c:5583:16: warning: returning ‘int’ from a function with return type ‘PyObject *’ {aka ‘struct _object *’} makes pointer from integer without a cast [-Wint-conversion]
       5583 |         return __Pyx_PyVectorcall_FastCallDict(func, vc, &PyTuple_GET_ITEM(args, 0), (size_t)PyTuple_GET_SIZE(args), kw);
            |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      error: command '/usr/bin/cc' failed with exit code 1
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for aiohttp
ERROR: Failed to build installable wheels for some pyproject.toml based projects (aiohttp)
2025-05-24 13:43:00
apache-airflow-providers-ftp 3.13.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-ftp) (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:43:02
boto 2.49.0 Success - 2025-05-24 13:43:05
lightning-utilities 0.14.3 Success - 2025-05-24 13:43:10
azure-keyvault-certificates 4.10.0 Success - 2025-05-24 13:43:13
pathable 0.4.4 Success - 2025-05-24 13:43:16
fire 0.7.0 Success - 2025-05-24 13:43:21
sphinxcontrib-jquery 4.1 Success - 2025-05-24 13:43:31
natsort 8.4.0 Success - 2025-05-24 13:43:33
strictyaml 1.7.3 Success - 2025-05-24 13:43:36

Python 3.14t Compatibility Results

Library Version Build Result Error Details Last Updated At
methodtools 0.4.7 Success - 2025-05-24 14:40:14
mypy-boto3-appflow 1.38.0 Success - 2025-05-24 14:40:16
azure-storage-common 2.1.0 Failed
  error: subprocess-exited-with-error
  
  × Building wheel for cryptography (pyproject.toml) did not run successfully.
  │ exit code: 1
  ╰─> [19 lines of output]
      Running `maturin pep517 build-wheel -i /tmp/tmpgz_4i66x/venv/bin/python --compatibility off`
      📦 Including license file "/tmp/pip-install-1w5l0144/cryptography_f09bfd885d8c40f4b44957b7ce76363c/LICENSE"
      📦 Including license file "/tmp/pip-install-1w5l0144/cryptography_f09bfd885d8c40f4b44957b7ce76363c/LICENSE.APACHE"
      📦 Including license file "/tmp/pip-install-1w5l0144/cryptography_f09bfd885d8c40f4b44957b7ce76363c/LICENSE.BSD"
      🍹 Building a mixed python/rust project
      🔗 Found pyo3 bindings with abi3 support
      🐍 Found CPython 3.14t at /tmp/tmpgz_4i66x/venv/bin/python
      📡 Using build options locked from pyproject.toml
      ⚠️ Warning: CPython 3.14t at /tmp/tmpgz_4i66x/venv/bin/python does not yet support abi3 so the build artifacts will be version-specific.
      warning: /tmp/pip-install-1w5l0144/cryptography_f09bfd885d8c40f4b44957b7ce76363c/src/rust/cryptography-key-parsing/Cargo.toml: unused manifest key: lints
      warning: /tmp/pip-install-1w5l0144/cryptography_f09bfd885d8c40f4b44957b7ce76363c/src/rust/cryptography-openssl/Cargo.toml: unused manifest key: lints
      warning: /tmp/pip-install-1w5l0144/cryptography_f09bfd885d8c40f4b44957b7ce76363c/src/rust/Cargo.toml: unused manifest key: lints
      warning: /tmp/pip-install-1w5l0144/cryptography_f09bfd885d8c40f4b44957b7ce76363c/src/rust/cryptography-cffi/Cargo.toml: unused manifest key: lints
      error: package `cryptography-x509 v0.1.0 (/tmp/pip-install-1w5l0144/cryptography_f09bfd885d8c40f4b44957b7ce76363c/src/rust/cryptography-x509)` 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/tmpgz_4i66x/venv/bin/python" PYTHON_SYS_EXECUTABLE="/tmp/tmpgz_4i66x/venv/bin/python" "cargo" "rustc" "--message-format" "json-render-diagnostics" "--locked" "--manifest-path" "/tmp/pip-install-1w5l0144/cryptography_f09bfd885d8c40f4b44957b7ce76363c/src/rust/Cargo.toml" "--release" "--lib"`
      Error: command ['maturin', 'pep517', 'build-wheel', '-i', '/tmp/tmpgz_4i66x/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 14:40:24
jax 0.6.2 Failed
ERROR: Could not find a version that satisfies the requirement jaxlib<=0.6.2,>=0.6.2 (from jax) (from versions: none)
ERROR: No matching distribution found for jaxlib<=0.6.2,>=0.6.2
2025-05-24 14:40:26
pycrypto 2.6.1 Success - 2025-05-24 14:40:42
geopandas 1.1.1 Failed
  error: subprocess-exited-with-error
  
  × Preparing metadata (pyproject.toml) did not run successfully.
  │ exit code: 1
  ╰─> [40 lines of output]
      Traceback (most recent call last):
        File "/tmp/tmpi5hmvjn6/venv/lib/python3.14t/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 389, in <module>
          main()
          ~~~~^^
        File "/tmp/tmpi5hmvjn6/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/tmpi5hmvjn6/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-1lvjxnhe/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-1lvjxnhe/overlay/lib/python3.14t/site-packages/setuptools/build_meta.py", line 317, in run_setup
          exec(code, locals())
          ~~~~^^^^^^^^^^^^^^^^
        File "<string>", line 154, in <module>
        File "<string>", line 129, in get_gdal_config
        File "<string>", line 85, in get_gdal_config
        File "<string>", line 39, in read_response
        File "/root/.local/share/uv/python/cpython-3.14.0b2+freethreaded-linux-x86_64-gnu/lib/python3.14t/subprocess.py", line 472, in check_output
          return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
                 ~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                     **kwargs).stdout
                     ^^^^^^^^^
        File "/root/.local/share/uv/python/cpython-3.14.0b2+freethreaded-linux-x86_64-gnu/lib/python3.14t/subprocess.py", line 554, in run
          with Popen(*popenargs, **kwargs) as process:
               ~~~~~^^^^^^^^^^^^^^^^^^^^^^
        File "/root/.local/share/uv/python/cpython-3.14.0b2+freethreaded-linux-x86_64-gnu/lib/python3.14t/subprocess.py", line 1038, in __init__
          self._execute_child(args, executable, preexec_fn, close_fds,
          ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                              pass_fds, cwd, env,
                              ^^^^^^^^^^^^^^^^^^^
          ...<5 lines>...
                              gid, gids, uid, umask,
                              ^^^^^^^^^^^^^^^^^^^^^^
                              start_new_session, process_group)
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        File "/root/.local/share/uv/python/cpython-3.14.0b2+freethreaded-linux-x86_64-gnu/lib/python3.14t/subprocess.py", line 1970, in _execute_child
          raise child_exception_type(errno_num, err_msg, err_filename)
      FileNotFoundError: [Errno 2] No such file or directory: 'gdal-config'
      [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 14:40:49
junit-xml 1.9 Success - 2025-05-24 14:40:51
pyotp 2.9.0 Success - 2025-05-24 14:40:53
types-toml 0.10.8.20240310 Success - 2025-05-24 14:40:55
contextlib2 21.6.0 Success - 2025-05-24 14:40:58
aiohttp-retry 2.9.1 Failed
4t/aiohttp/_websocket/.hash
      running build_ext
      building 'aiohttp._websocket.mask' extension
      creating build/temp.linux-x86_64-cpython-314t/aiohttp/_websocket
      cc -pthread -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -g -O3 -Wall -fPIC -fPIC -I/tmp/tmp8np79w88/venv/include -I/root/.local/share/uv/python/cpython-3.14.0a6+freethreaded-linux-x86_64-gnu/include/python3.14t -c aiohttp/_websocket/mask.c -o build/temp.linux-x86_64-cpython-314t/aiohttp/_websocket/mask.o
      aiohttp/_websocket/mask.c:1864:80: error: unknown type name ‘__pyx_vectorcallfunc’; did you mean ‘vectorcallfunc’?
       1864 | static CYTHON_INLINE PyObject *__Pyx_PyVectorcall_FastCallDict(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw);
            |                                                                                ^~~~~~~~~~~~~~~~~~~~
            |                                                                                vectorcallfunc
      aiohttp/_websocket/mask.c: In function ‘__pyx_f_7aiohttp_10_websocket_4mask__websocket_mask_cython’:
      aiohttp/_websocket/mask.c:2905:3: warning: ‘Py_OptimizeFlag’ is deprecated [-Wdeprecated-declarations]
       2905 |   if (unlikely(__pyx_assertions_enabled())) {
            |   ^~
      In file included from /root/.local/share/uv/python/cpython-3.14.0a6+freethreaded-linux-x86_64-gnu/include/python3.14t/Python.h:78,
                       from aiohttp/_websocket/mask.c:16:
      /root/.local/share/uv/python/cpython-3.14.0a6+freethreaded-linux-x86_64-gnu/include/python3.14t/cpython/pydebug.h:13:37: note: declared here
         13 | Py_DEPRECATED(3.12) PyAPI_DATA(int) Py_OptimizeFlag;
            |                                     ^~~~~~~~~~~~~~~
      aiohttp/_websocket/mask.c: At top level:
      aiohttp/_websocket/mask.c:4846:69: error: unknown type name ‘__pyx_vectorcallfunc’; did you mean ‘vectorcallfunc’?
       4846 | static PyObject *__Pyx_PyVectorcall_FastCallDict_kw(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw)
            |                                                                     ^~~~~~~~~~~~~~~~~~~~
            |                                                                     vectorcallfunc
      aiohttp/_websocket/mask.c:4891:80: error: unknown type name ‘__pyx_vectorcallfunc’; did you mean ‘vectorcallfunc’?
       4891 | static CYTHON_INLINE PyObject *__Pyx_PyVectorcall_FastCallDict(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw)
            |                                                                                ^~~~~~~~~~~~~~~~~~~~
            |                                                                                vectorcallfunc
      aiohttp/_websocket/mask.c: In function ‘__Pyx_CyFunction_CallAsMethod’:
      aiohttp/_websocket/mask.c:5580:6: error: unknown type name ‘__pyx_vectorcallfunc’; did you mean ‘vectorcallfunc’?
       5580 |      __pyx_vectorcallfunc vc = __Pyx_CyFunction_func_vectorcall(cyfunc);
            |      ^~~~~~~~~~~~~~~~~~~~
            |      vectorcallfunc
      aiohttp/_websocket/mask.c:1954: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]
       1954 | #define __Pyx_CyFunction_func_vectorcall(f) (((PyCFunctionObject*)f)->vectorcall)
            |                                             ^
      aiohttp/_websocket/mask.c:5580:32: note: in expansion of macro ‘__Pyx_CyFunction_func_vectorcall’
       5580 |      __pyx_vectorcallfunc vc = __Pyx_CyFunction_func_vectorcall(cyfunc);
            |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      aiohttp/_websocket/mask.c:5583:16: warning: implicit declaration of function ‘__Pyx_PyVectorcall_FastCallDict’ [-Wimplicit-function-declaration]
       5583 |         return __Pyx_PyVectorcall_FastCallDict(func, vc, &PyTuple_GET_ITEM(args, 0), (size_t)PyTuple_GET_SIZE(args), kw);
            |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      aiohttp/_websocket/mask.c:5583:16: warning: returning ‘int’ from a function with return type ‘PyObject *’ {aka ‘struct _object *’} makes pointer from integer without a cast [-Wint-conversion]
       5583 |         return __Pyx_PyVectorcall_FastCallDict(func, vc, &PyTuple_GET_ITEM(args, 0), (size_t)PyTuple_GET_SIZE(args), kw);
            |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      error: command '/usr/bin/cc' failed with exit code 1
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for aiohttp
ERROR: Failed to build installable wheels for some pyproject.toml based projects (aiohttp)
2025-05-24 14:41:06
apache-airflow-providers-ftp 3.13.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-ftp) (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 14:41:08
boto 2.49.0 Success - 2025-05-24 14:41:12
lightning-utilities 0.14.3 Success - 2025-05-24 14:41:16
azure-keyvault-certificates 4.10.0 Success - 2025-05-24 14:41:20
pathable 0.4.4 Success - 2025-05-24 14:41:22
fire 0.7.0 Success - 2025-05-24 14:41:27
sphinxcontrib-jquery 4.1 Success - 2025-05-24 14:41:36
natsort 8.4.0 Success - 2025-05-24 14:41:38
strictyaml 1.7.3 Success - 2025-05-24 14:41:41