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
microsoft-kiota-abstractions 1.9.6 Success - 2025-05-20 23:52:19
watchtower 3.4.0 Success - 2025-05-20 23:53:46
pydot 4.0.1 Success - 2025-05-20 23:54:07
jaydebeapi 1.2.3 Success - 2025-05-21 00:13:44
astunparse 1.6.3 Success - 2025-05-21 00:16:27
accelerate 1.10.1 Failed
  error: subprocess-exited-with-error
  
  × Preparing metadata (pyproject.toml) did not run successfully.
  │ exit code: 1
  ╰─> [7 lines of output]
      Checking for Rust toolchain....
      Running `maturin pep517 write-dist-info --metadata-directory /tmp/pip-modern-metadata-kaogjtuw --interpreter /tmp/tmpx1ba3esm/venv/bin/python`
          Updating crates.io index
      💥 maturin failed
        Caused by: Cargo metadata failed. Does your crate compile with `cargo build`?
        Caused by: `cargo metadata` exited with an error:
      Error running maturin: Command '['maturin', 'pep517', 'write-dist-info', '--metadata-directory', '/tmp/pip-modern-metadata-kaogjtuw', '--interpreter', '/tmp/tmpx1ba3esm/venv/bin/python']' returned non-zero exit status 1.
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed

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

note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
2025-05-21 00:35:53
kubernetes-asyncio 33.3.0 Success - 2025-05-21 00:38:59
anthropic 0.64.0 Success - 2025-05-21 00:39:41
pyroaring 1.0.2 Failed
yx_f_9pyroaring_16AbstractBitMap64__generic_get_slice(__pyx_obj_9pyroaring_AbstractBitMap64*, uint64_t, uint64_t, uint64_t)’:
      pyroaring/pyroaring.cpp:2561:41: warning: ‘Py_OptimizeFlag’ is deprecated [-Wdeprecated-declarations]
       2561 |   #define __pyx_assertions_enabled()  (!Py_OptimizeFlag)
            |                                         ^~~~~~~~~~~~~~~
      pyroaring/pyroaring.cpp:1528:43: note: in definition of macro ‘unlikely’
       1528 |   #define unlikely(x) __builtin_expect(!!(x), 0)
            |                                           ^
      pyroaring/pyroaring.cpp:41168:16: note: in expansion of macro ‘__pyx_assertions_enabled’
      41168 |   if (unlikely(__pyx_assertions_enabled())) {
            |                ^~~~~~~~~~~~~~~~~~~~~~~~
      /root/.local/share/uv/python/cpython-3.13.5+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;
            |                                     ^~~~~~~~~~~~~~~
      pyroaring/pyroaring.cpp: At global scope:
      pyroaring/pyroaring.cpp:65800:69: error: ‘__pyx_vectorcallfunc’ has not been declared
      65800 | static PyObject *__Pyx_PyVectorcall_FastCallDict_kw(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw)
            |                                                                     ^~~~~~~~~~~~~~~~~~~~
      pyroaring/pyroaring.cpp: In function ‘PyObject* __Pyx_PyVectorcall_FastCallDict_kw(PyObject*, int, PyObject* const*, size_t, PyObject*)’:
      pyroaring/pyroaring.cpp:65837:13: error: ‘vc’ cannot be used as a function
      65837 |     res = vc(func, newargs, nargs, kwnames);
            |           ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      pyroaring/pyroaring.cpp: At global scope:
      pyroaring/pyroaring.cpp:65845:80: error: ‘__pyx_vectorcallfunc’ has not been declared
      65845 | static CYTHON_INLINE PyObject *__Pyx_PyVectorcall_FastCallDict(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw)
            |                                                                                ^~~~~~~~~~~~~~~~~~~~
      pyroaring/pyroaring.cpp: In function ‘PyObject* __Pyx_PyVectorcall_FastCallDict(PyObject*, int, PyObject* const*, size_t, PyObject*)’:
      pyroaring/pyroaring.cpp:65848:18: error: ‘vc’ cannot be used as a function
      65848 |         return vc(func, args, nargs, NULL);
            |                ~~^~~~~~~~~~~~~~~~~~~~~~~~~
      pyroaring/pyroaring.cpp: In function ‘PyObject* __Pyx_CyFunction_CallAsMethod(PyObject*, PyObject*, PyObject*)’:
      pyroaring/pyroaring.cpp:66534:6: error: ‘__pyx_vectorcallfunc’ was not declared in this scope; did you mean ‘vectorcallfunc’?
      66534 |      __pyx_vectorcallfunc vc = __Pyx_CyFunction_func_vectorcall(cyfunc);
            |      ^~~~~~~~~~~~~~~~~~~~
            |      vectorcallfunc
      pyroaring/pyroaring.cpp:66535:9: error: ‘vc’ was not declared in this scope
      66535 |     if (vc) {
            |         ^~
      pyroaring/pyroaring.cpp: In function ‘PyObject* __pyx_convert__to_py_roaring_statistics_t(roaring::api::roaring_statistics_t)’:
      pyroaring/pyroaring.cpp:68169:42: warning: ‘roaring::api::roaring_statistics_s::sum_value’ is deprecated [-Wdeprecated-declarations]
      68169 |     member = __Pyx_PyInt_From_uint64_t(s.sum_value); if (unlikely(!member)) goto bad;
            |                                          ^~~~~~~~~
      In file included from pyroaring/pyroaring.cpp:1278:
      pyroaring/roaring.h:778:14: note: declared here
        778 |     uint64_t sum_value; /* deprecated always zero */
            |              ^~~~~~~~~
      pyroaring/pyroaring.cpp:68169:42: warning: ‘roaring::api::roaring_statistics_s::sum_value’ is deprecated [-Wdeprecated-declarations]
      68169 |     member = __Pyx_PyInt_From_uint64_t(s.sum_value); if (unlikely(!member)) goto bad;
            |                                          ^~~~~~~~~
      pyroaring/roaring.h:778:14: note: declared here
        778 |     uint64_t sum_value; /* deprecated always zero */
            |              ^~~~~~~~~
      pyroaring/pyroaring.cpp:68169:42: warning: ‘roaring::api::roaring_statistics_s::sum_value’ is deprecated [-Wdeprecated-declarations]
      68169 |     member = __Pyx_PyInt_From_uint64_t(s.sum_value); if (unlikely(!member)) goto bad;
            |                                          ^~~~~~~~~
      pyroaring/roaring.h:778:14: note: declared here
        778 |     uint64_t sum_value; /* deprecated always zero */
            |              ^~~~~~~~~
      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 pyroaring
ERROR: Failed to build installable wheels for some pyproject.toml based projects (pyroaring)
2025-05-21 01:35:46
fastparquet 2024.11.0 Failed
  error: subprocess-exited-with-error
  
  × Getting requirements to build wheel did not run successfully.
  │ exit code: 1
  ╰─> [38 lines of output]
      Traceback (most recent call last):
        File "/tmp/tmpdzq3_kd6/venv/lib/python3.13t/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 389, in <module>
          main()
          ~~~~^^
        File "/tmp/tmpdzq3_kd6/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/tmpdzq3_kd6/venv/lib/python3.13t/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 143, in get_requires_for_build_wheel
          return hook(config_settings)
        File "/tmp/pip-build-env-976pv9i4/overlay/lib/python3.13t/site-packages/setuptools/build_meta.py", line 331, in get_requires_for_build_wheel
          return self._get_build_requires(config_settings, requirements=[])
                 ~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        File "/tmp/pip-build-env-976pv9i4/overlay/lib/python3.13t/site-packages/setuptools/build_meta.py", line 301, in _get_build_requires
          self.run_setup()
          ~~~~~~~~~~~~~~^^
        File "/tmp/pip-build-env-976pv9i4/overlay/lib/python3.13t/site-packages/setuptools/build_meta.py", line 512, in run_setup
          super().run_setup(setup_script=setup_script)
          ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
        File "/tmp/pip-build-env-976pv9i4/overlay/lib/python3.13t/site-packages/setuptools/build_meta.py", line 317, in run_setup
          exec(code, locals())
          ~~~~^^^^^^^^^^^^^^^^
        File "<string>", line 47, in <module>
        File "/root/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/lib/python3.13t/subprocess.py", line 395, in call
          with Popen(*popenargs, **kwargs) as p:
               ~~~~~^^^^^^^^^^^^^^^^^^^^^^
        File "/root/.local/share/uv/python/cpython-3.13.3+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.3+freethreaded-linux-x86_64-gnu/lib/python3.13t/subprocess.py", line 1969, in _execute_child
          raise child_exception_type(errno_num, err_msg, err_filename)
      FileNotFoundError: [Errno 2] No such file or directory: 'git'
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error

× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.
2025-05-21 01:36:27
fuzzywuzzy 0.18.0 Success - 2025-05-21 01:36:58
posthog 6.7.0 Success - 2025-05-21 01:47:19
pathy 0.11.0 Success - 2025-05-21 01:47:35
sagemaker-studio 1.0.21 Success - 2025-05-21 01:49:25
cssselect2 0.8.0 Success - 2025-05-21 01:51:28
fasttext-wheel 0.9.2 Success - 2025-05-21 01:53:43
onnx 1.19.0 Success - 2025-05-21 02:07:20
pyproject-api 1.9.1 Success - 2025-05-24 11:11:30
impyla 0.22.0 Failed
  error: subprocess-exited-with-error
  
  × pip subprocess to install build dependencies did not run successfully.
  │ exit code: 1
  ╰─> [2 lines of output]
      ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory
      
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error

× pip subprocess to install build dependencies did not run successfully.
│ exit code: 1
╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.
2025-05-24 11:11:56
torchaudio 2.8.0 Failed
ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory

2025-05-24 11:16:33

Python 3.14t Compatibility Results

Library Version Build Result Error Details Last Updated At
microsoft-kiota-abstractions 1.9.6 Success - 2025-05-21 01:58:05
watchtower 3.4.0 Success - 2025-05-21 01:38:42
pydot 4.0.1 Success - 2025-05-21 01:59:18
jaydebeapi 1.2.3 Success - 2025-05-21 01:40:54
astunparse 1.6.3 Success - 2025-05-21 02:39:03
accelerate 1.10.1 Failed
ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory

2025-05-21 02:19:54
kubernetes-asyncio 33.3.0 Success - 2025-05-21 03:24:00
anthropic 0.64.0 Failed
  error: subprocess-exited-with-error
  
  × Building wheel for pydantic-core (pyproject.toml) did not run successfully.
  │ exit code: 1
  ╰─> [15 lines of output]
      Running `maturin pep517 build-wheel -i /tmp/tmp1ro13da9/venv/bin/python --compatibility off`
      📦 Including license file `LICENSE`
      🍹 Building a mixed python/rust project
      🔗 Found pyo3 bindings
      🐍 Found CPython 3.14t at /tmp/tmp1ro13da9/venv/bin/python
      📡 Using build options features, bindings from pyproject.toml
      warning: unused manifest key: lints
      error: package `regex-automata v0.4.8` cannot be built because it requires rustc 1.65 or newer, while the currently active rustc version is 1.63.0
      Either upgrade to rustc 1.65 or newer, or use
      cargo update -p regex-automata@0.4.8 --precise ver
      where `ver` is the latest version of `regex-automata` supporting rustc 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/tmp1ro13da9/venv/bin/python" PYTHON_SYS_EXECUTABLE="/tmp/tmp1ro13da9/venv/bin/python" "cargo" "rustc" "--features" "pyo3/extension-module" "--message-format" "json-render-diagnostics" "--manifest-path" "/tmp/pip-install-h46d6n4d/pydantic-core_b0f97a551cc1441da8fdc3c19f507ca0/Cargo.toml" "--release" "--lib"`
      Error: command ['maturin', 'pep517', 'build-wheel', '-i', '/tmp/tmp1ro13da9/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 pydantic-core
error: failed-wheel-build-for-install

× Failed to build installable wheels for some pyproject.toml based projects
╰─> pydantic-core
2025-05-21 02:27:03
pyroaring 1.0.2 Failed
_f_9pyroaring_16AbstractBitMap64__generic_get_slice(__pyx_obj_9pyroaring_AbstractBitMap64*, uint64_t, uint64_t, uint64_t)’:
      pyroaring/pyroaring.cpp:2561:41: warning: ‘Py_OptimizeFlag’ is deprecated [-Wdeprecated-declarations]
       2561 |   #define __pyx_assertions_enabled()  (!Py_OptimizeFlag)
            |                                         ^~~~~~~~~~~~~~~
      pyroaring/pyroaring.cpp:1528:43: note: in definition of macro ‘unlikely’
       1528 |   #define unlikely(x) __builtin_expect(!!(x), 0)
            |                                           ^
      pyroaring/pyroaring.cpp:41168:16: note: in expansion of macro ‘__pyx_assertions_enabled’
      41168 |   if (unlikely(__pyx_assertions_enabled())) {
            |                ^~~~~~~~~~~~~~~~~~~~~~~~
      /root/.local/share/uv/python/cpython-3.14.0b2+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;
            |                                     ^~~~~~~~~~~~~~~
      pyroaring/pyroaring.cpp: At global scope:
      pyroaring/pyroaring.cpp:65800:69: error: ‘__pyx_vectorcallfunc’ has not been declared
      65800 | static PyObject *__Pyx_PyVectorcall_FastCallDict_kw(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw)
            |                                                                     ^~~~~~~~~~~~~~~~~~~~
      pyroaring/pyroaring.cpp: In function ‘PyObject* __Pyx_PyVectorcall_FastCallDict_kw(PyObject*, int, PyObject* const*, size_t, PyObject*)’:
      pyroaring/pyroaring.cpp:65837:13: error: ‘vc’ cannot be used as a function
      65837 |     res = vc(func, newargs, nargs, kwnames);
            |           ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      pyroaring/pyroaring.cpp: At global scope:
      pyroaring/pyroaring.cpp:65845:80: error: ‘__pyx_vectorcallfunc’ has not been declared
      65845 | static CYTHON_INLINE PyObject *__Pyx_PyVectorcall_FastCallDict(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw)
            |                                                                                ^~~~~~~~~~~~~~~~~~~~
      pyroaring/pyroaring.cpp: In function ‘PyObject* __Pyx_PyVectorcall_FastCallDict(PyObject*, int, PyObject* const*, size_t, PyObject*)’:
      pyroaring/pyroaring.cpp:65848:18: error: ‘vc’ cannot be used as a function
      65848 |         return vc(func, args, nargs, NULL);
            |                ~~^~~~~~~~~~~~~~~~~~~~~~~~~
      pyroaring/pyroaring.cpp: In function ‘PyObject* __Pyx_CyFunction_CallAsMethod(PyObject*, PyObject*, PyObject*)’:
      pyroaring/pyroaring.cpp:66534:6: error: ‘__pyx_vectorcallfunc’ was not declared in this scope; did you mean ‘vectorcallfunc’?
      66534 |      __pyx_vectorcallfunc vc = __Pyx_CyFunction_func_vectorcall(cyfunc);
            |      ^~~~~~~~~~~~~~~~~~~~
            |      vectorcallfunc
      pyroaring/pyroaring.cpp:66535:9: error: ‘vc’ was not declared in this scope
      66535 |     if (vc) {
            |         ^~
      pyroaring/pyroaring.cpp: In function ‘PyObject* __pyx_convert__to_py_roaring_statistics_t(roaring::api::roaring_statistics_t)’:
      pyroaring/pyroaring.cpp:68169:42: warning: ‘roaring::api::roaring_statistics_s::sum_value’ is deprecated [-Wdeprecated-declarations]
      68169 |     member = __Pyx_PyInt_From_uint64_t(s.sum_value); if (unlikely(!member)) goto bad;
            |                                          ^~~~~~~~~
      In file included from pyroaring/pyroaring.cpp:1278:
      pyroaring/roaring.h:778:14: note: declared here
        778 |     uint64_t sum_value; /* deprecated always zero */
            |              ^~~~~~~~~
      pyroaring/pyroaring.cpp:68169:42: warning: ‘roaring::api::roaring_statistics_s::sum_value’ is deprecated [-Wdeprecated-declarations]
      68169 |     member = __Pyx_PyInt_From_uint64_t(s.sum_value); if (unlikely(!member)) goto bad;
            |                                          ^~~~~~~~~
      pyroaring/roaring.h:778:14: note: declared here
        778 |     uint64_t sum_value; /* deprecated always zero */
            |              ^~~~~~~~~
      pyroaring/pyroaring.cpp:68169:42: warning: ‘roaring::api::roaring_statistics_s::sum_value’ is deprecated [-Wdeprecated-declarations]
      68169 |     member = __Pyx_PyInt_From_uint64_t(s.sum_value); if (unlikely(!member)) goto bad;
            |                                          ^~~~~~~~~
      pyroaring/roaring.h:778:14: note: declared here
        778 |     uint64_t sum_value; /* deprecated always zero */
            |              ^~~~~~~~~
      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 pyroaring
ERROR: Failed to build installable wheels for some pyproject.toml based projects (pyroaring)
2025-05-21 03:25:27
fastparquet 2024.11.0 Failed
  error: subprocess-exited-with-error
  
  × Getting requirements to build wheel did not run successfully.
  │ exit code: 1
  ╰─> [38 lines of output]
      Traceback (most recent call last):
        File "/tmp/tmpvulx935u/venv/lib/python3.14t/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 389, in <module>
          main()
          ~~~~^^
        File "/tmp/tmpvulx935u/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/tmpvulx935u/venv/lib/python3.14t/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 143, in get_requires_for_build_wheel
          return hook(config_settings)
        File "/tmp/pip-build-env-z3ro47ob/overlay/lib/python3.14t/site-packages/setuptools/build_meta.py", line 331, in get_requires_for_build_wheel
          return self._get_build_requires(config_settings, requirements=[])
                 ~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        File "/tmp/pip-build-env-z3ro47ob/overlay/lib/python3.14t/site-packages/setuptools/build_meta.py", line 301, in _get_build_requires
          self.run_setup()
          ~~~~~~~~~~~~~~^^
        File "/tmp/pip-build-env-z3ro47ob/overlay/lib/python3.14t/site-packages/setuptools/build_meta.py", line 512, in run_setup
          super().run_setup(setup_script=setup_script)
          ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
        File "/tmp/pip-build-env-z3ro47ob/overlay/lib/python3.14t/site-packages/setuptools/build_meta.py", line 317, in run_setup
          exec(code, locals())
          ~~~~^^^^^^^^^^^^^^^^
        File "<string>", line 47, in <module>
        File "/root/.local/share/uv/python/cpython-3.14.0a7+freethreaded-linux-x86_64-gnu/lib/python3.14t/subprocess.py", line 395, in call
          with Popen(*popenargs, **kwargs) as p:
               ~~~~~^^^^^^^^^^^^^^^^^^^^^^
        File "/root/.local/share/uv/python/cpython-3.14.0a7+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.0a7+freethreaded-linux-x86_64-gnu/lib/python3.14t/subprocess.py", line 1967, in _execute_child
          raise child_exception_type(errno_num, err_msg, err_filename)
      FileNotFoundError: [Errno 2] No such file or directory: 'git'
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error

× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.
2025-05-21 03:25:54
fuzzywuzzy 0.18.0 Success - 2025-05-21 03:26:03
posthog 6.7.0 Success - 2025-05-21 03:26:51
pathy 0.11.0 Success - 2025-05-21 03:40:36
sagemaker-studio 1.0.21 Success - 2025-05-21 03:27:36
cssselect2 0.8.0 Success - 2025-05-21 03:29:16
fasttext-wheel 0.9.2 Success - 2025-05-21 03:31:27
onnx 1.19.0 Failed
nes>...
              self._arbitrary_args(config_settings),
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
          )
          ^
        File "/tmp/pip-build-env-shabvztf/overlay/lib/python3.14t/site-packages/setuptools/build_meta.py", line 404, in _build_with_temp_dir
          self.run_setup()
          ~~~~~~~~~~~~~~^^
        File "/tmp/pip-build-env-shabvztf/overlay/lib/python3.14t/site-packages/setuptools/build_meta.py", line 317, in run_setup
          exec(code, locals())
          ~~~~^^^^^^^^^^^^^^^^
        File "<string>", line 318, in <module>
        File "/tmp/pip-build-env-shabvztf/overlay/lib/python3.14t/site-packages/setuptools/__init__.py", line 115, in setup
          return distutils.core.setup(**attrs)
                 ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
        File "/tmp/pip-build-env-shabvztf/overlay/lib/python3.14t/site-packages/setuptools/_distutils/core.py", line 186, in setup
          return run_commands(dist)
        File "/tmp/pip-build-env-shabvztf/overlay/lib/python3.14t/site-packages/setuptools/_distutils/core.py", line 202, in run_commands
          dist.run_commands()
          ~~~~~~~~~~~~~~~~~^^
        File "/tmp/pip-build-env-shabvztf/overlay/lib/python3.14t/site-packages/setuptools/_distutils/dist.py", line 1002, in run_commands
          self.run_command(cmd)
          ~~~~~~~~~~~~~~~~^^^^^
        File "/tmp/pip-build-env-shabvztf/overlay/lib/python3.14t/site-packages/setuptools/dist.py", line 1102, in run_command
          super().run_command(command)
          ~~~~~~~~~~~~~~~~~~~^^^^^^^^^
        File "/tmp/pip-build-env-shabvztf/overlay/lib/python3.14t/site-packages/setuptools/_distutils/dist.py", line 1021, in run_command
          cmd_obj.run()
          ~~~~~~~~~~~^^
        File "/tmp/pip-build-env-shabvztf/overlay/lib/python3.14t/site-packages/setuptools/command/bdist_wheel.py", line 370, in run
          self.run_command("build")
          ~~~~~~~~~~~~~~~~^^^^^^^^^
        File "/tmp/pip-build-env-shabvztf/overlay/lib/python3.14t/site-packages/setuptools/_distutils/cmd.py", line 357, in run_command
          self.distribution.run_command(command)
          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
        File "/tmp/pip-build-env-shabvztf/overlay/lib/python3.14t/site-packages/setuptools/dist.py", line 1102, in run_command
          super().run_command(command)
          ~~~~~~~~~~~~~~~~~~~^^^^^^^^^
        File "/tmp/pip-build-env-shabvztf/overlay/lib/python3.14t/site-packages/setuptools/_distutils/dist.py", line 1021, in run_command
          cmd_obj.run()
          ~~~~~~~~~~~^^
        File "/tmp/pip-build-env-shabvztf/overlay/lib/python3.14t/site-packages/setuptools/_distutils/command/build.py", line 135, in run
          self.run_command(cmd_name)
          ~~~~~~~~~~~~~~~~^^^^^^^^^^
        File "/tmp/pip-build-env-shabvztf/overlay/lib/python3.14t/site-packages/setuptools/_distutils/cmd.py", line 357, in run_command
          self.distribution.run_command(command)
          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
        File "/tmp/pip-build-env-shabvztf/overlay/lib/python3.14t/site-packages/setuptools/dist.py", line 1102, in run_command
          super().run_command(command)
          ~~~~~~~~~~~~~~~~~~~^^^^^^^^^
        File "/tmp/pip-build-env-shabvztf/overlay/lib/python3.14t/site-packages/setuptools/_distutils/dist.py", line 1021, in run_command
          cmd_obj.run()
          ~~~~~~~~~~~^^
        File "<string>", line 256, in run
        File "/tmp/pip-build-env-shabvztf/overlay/lib/python3.14t/site-packages/setuptools/_distutils/cmd.py", line 357, in run_command
          self.distribution.run_command(command)
          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
        File "/tmp/pip-build-env-shabvztf/overlay/lib/python3.14t/site-packages/setuptools/dist.py", line 1102, in run_command
          super().run_command(command)
          ~~~~~~~~~~~~~~~~~~~^^^^^^^^^
        File "/tmp/pip-build-env-shabvztf/overlay/lib/python3.14t/site-packages/setuptools/_distutils/dist.py", line 1021, in run_command
          cmd_obj.run()
          ~~~~~~~~~~~^^
        File "<string>", line 219, in run
        File "/root/.local/share/uv/python/cpython-3.14.0b4+freethreaded-linux-x86_64-gnu/lib/python3.14t/subprocess.py", line 419, in check_call
          raise CalledProcessError(retcode, cmd)
      subprocess.CalledProcessError: Command '['/tmp/pip-build-env-shabvztf/normal/bin/cmake', '-DPython3_EXECUTABLE=/root/.local/share/uv/python/cpython-3.14.0b4+freethreaded-linux-x86_64-gnu/bin/python3', '-DONNX_BUILD_PYTHON=ON', '-DONNX_NAMESPACE=onnx', '-DCMAKE_BUILD_TYPE=Release', '-DONNX_ML=1', '/tmp/pip-install-cz7_t9fe/onnx_ed044b1a132044b28ab5248662bf0bcf']' 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 onnx
error: failed-wheel-build-for-install

× Failed to build installable wheels for some pyproject.toml based projects
╰─> onnx
2025-05-21 03:54:36
pyproject-api 1.9.1 Success - 2025-05-24 11:10:56
impyla 0.22.0 Failed
  error: subprocess-exited-with-error
  
  × pip subprocess to install build dependencies did not run successfully.
  │ exit code: 1
  ╰─> [2 lines of output]
      ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory
      
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error

× pip subprocess to install build dependencies did not run successfully.
│ exit code: 1
╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.
2025-05-24 11:11:26
torchaudio 2.8.0 Failed
ERROR: Could not find a version that satisfies the requirement torchaudio==2.8.0 (from versions: none)
ERROR: No matching distribution found for torchaudio==2.8.0
2025-05-24 11:11:29