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
flake8 7.2.0 Success - 2025-05-06 01:30:42
flit-core 3.12.0 Success - 2025-05-06 02:11:27
pycountry 24.6.1 Success - 2025-05-06 03:03:48
azure-nspkg 3.0.2 Failed
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Fatal Python error: Failed to import encodings module
Python runtime state: core initialized
ModuleNotFoundError: No module named 'encodings'

Current thread 0x00007f02e245b740 (most recent call first):
  <no Python frame>
2025-05-01 10:00:11
cymem 2.0.11 Failed
    creating build/lib.linux-x86_64-cpython-313t/cymem/tests
      copying cymem/tests/__init__.py -> build/lib.linux-x86_64-cpython-313t/cymem/tests
      copying cymem/tests/test_import.py -> build/lib.linux-x86_64-cpython-313t/cymem/tests
      copying cymem/cymem.pyx -> build/lib.linux-x86_64-cpython-313t/cymem
      copying cymem/__init__.pxd -> build/lib.linux-x86_64-cpython-313t/cymem
      copying cymem/cymem.pxd -> build/lib.linux-x86_64-cpython-313t/cymem
      running build_ext
      building 'cymem.cymem' extension
      creating build/temp.linux-x86_64-cpython-313t/cymem
      c++ -pthread -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -g -O3 -Wall -fPIC -fPIC -I/root/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/include/python3.13t -I/tmp/tmpsq96hlmv/venv/include -I/root/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/include/python3.13t -c cymem/cymem.cpp -o build/temp.linux-x86_64-cpython-313t/cymem/cymem.o -O3 -Wno-strict-prototypes -Wno-unused-function
      cc1plus: warning: command-line option ‘-Wno-strict-prototypes’ is valid for C/ObjC but not for C++
      cymem/cymem.cpp:2246:80: error: ‘__pyx_vectorcallfunc’ has not been declared
       2246 | static CYTHON_INLINE PyObject *__Pyx_PyVectorcall_FastCallDict(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw);
            |                                                                                ^~~~~~~~~~~~~~~~~~~~
      cymem/cymem.cpp: In function ‘void* __pyx_f_5cymem_5cymem_4Pool_realloc(__pyx_obj_5cymem_5cymem_Pool*, void*, size_t)’:
      cymem/cymem.cpp:2063:41: warning: ‘Py_OptimizeFlag’ is deprecated [-Wdeprecated-declarations]
       2063 |   #define __pyx_assertions_enabled()  (!Py_OptimizeFlag)
            |                                         ^~~~~~~~~~~~~~~
      cymem/cymem.cpp:1485:43: note: in definition of macro ‘unlikely’
       1485 |   #define unlikely(x) __builtin_expect(!!(x), 0)
            |                                           ^
      cymem/cymem.cpp:4376:16: note: in expansion of macro ‘__pyx_assertions_enabled’
       4376 |   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 cymem/cymem.cpp:35:
      /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;
            |                                     ^~~~~~~~~~~~~~~
      cymem/cymem.cpp: At global scope:
      cymem/cymem.cpp:10366:69: error: ‘__pyx_vectorcallfunc’ has not been declared
      10366 | static PyObject *__Pyx_PyVectorcall_FastCallDict_kw(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw)
            |                                                                     ^~~~~~~~~~~~~~~~~~~~
      cymem/cymem.cpp: In function ‘PyObject* __Pyx_PyVectorcall_FastCallDict_kw(PyObject*, int, PyObject* const*, size_t, PyObject*)’:
      cymem/cymem.cpp:10403:13: error: ‘vc’ cannot be used as a function
      10403 |     res = vc(func, newargs, nargs, kwnames);
            |           ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      cymem/cymem.cpp: At global scope:
      cymem/cymem.cpp:10411:80: error: ‘__pyx_vectorcallfunc’ has not been declared
      10411 | static CYTHON_INLINE PyObject *__Pyx_PyVectorcall_FastCallDict(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw)
            |                                                                                ^~~~~~~~~~~~~~~~~~~~
      cymem/cymem.cpp: In function ‘PyObject* __Pyx_PyVectorcall_FastCallDict(PyObject*, int, PyObject* const*, size_t, PyObject*)’:
      cymem/cymem.cpp:10414:18: error: ‘vc’ cannot be used as a function
      10414 |         return vc(func, args, nargs, NULL);
            |                ~~^~~~~~~~~~~~~~~~~~~~~~~~~
      cymem/cymem.cpp: In function ‘PyObject* __Pyx_CyFunction_CallAsMethod(PyObject*, PyObject*, PyObject*)’:
      cymem/cymem.cpp:11100:6: error: ‘__pyx_vectorcallfunc’ was not declared in this scope; did you mean ‘vectorcallfunc’?
      11100 |      __pyx_vectorcallfunc vc = __Pyx_CyFunction_func_vectorcall(cyfunc);
            |      ^~~~~~~~~~~~~~~~~~~~
            |      vectorcallfunc
      cymem/cymem.cpp:11101:9: error: ‘vc’ was not declared in this scope
      11101 |     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 cymem
ERROR: Failed to build installable wheels for some pyproject.toml based projects (cymem)
2025-05-06 04:19:31
opencensus 0.11.4 Success - 2025-05-06 07:38:20
opencv-python 4.11.0.86 Failed
nclude/python3.13t/object.h:816:9: error: ‘_Py_IsOwnedByCurrentThread’ was not declared in this scope
        816 |     if (_Py_IsOwnedByCurrentThread(op)) {
            |         ^~~~~~~~~~~~~~~~~~~~~~~~~~
      /root/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/include/python3.13t/object.h:817:9: error: ‘_Py_atomic_store_uint32_relaxed’ was not declared in this scope
        817 |         _Py_atomic_store_uint32_relaxed(&op->ob_ref_local, new_local);
            |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      /root/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/include/python3.13t/object.h:820:9: error: ‘_Py_atomic_add_ssize’ was not declared in this scope; did you mean ‘__atomic_add_fetch’?
        820 |         _Py_atomic_add_ssize(&op->ob_ref_shared, (1 << _Py_REF_SHARED_SHIFT));
            |         ^~~~~~~~~~~~~~~~~~~~
            |         __atomic_add_fetch
      /root/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/include/python3.13t/object.h: In function ‘void Py_DECREF(PyObject*)’:
      /root/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/include/python3.13t/object.h:904:22: error: ‘_Py_atomic_load_uint32_relaxed’ was not declared in this scope
        904 |     uint32_t local = _Py_atomic_load_uint32_relaxed(&op->ob_ref_local);
            |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      /root/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/include/python3.13t/object.h:909:9: error: ‘_Py_IsOwnedByCurrentThread’ was not declared in this scope
        909 |     if (_Py_IsOwnedByCurrentThread(op)) {
            |         ^~~~~~~~~~~~~~~~~~~~~~~~~~
      /root/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/include/python3.13t/object.h:911:9: error: ‘_Py_atomic_store_uint32_relaxed’ was not declared in this scope
        911 |         _Py_atomic_store_uint32_relaxed(&op->ob_ref_local, local);
            |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      /root/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/include/python3.13t/object.h:913:13: error: ‘_Py_MergeZeroLocalRefcount’ was not declared in this scope
        913 |             _Py_MergeZeroLocalRefcount(op);
            |             ^~~~~~~~~~~~~~~~~~~~~~~~~~
      /root/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/include/python3.13t/object.h:917:9: error: ‘_Py_DecRefShared’ was not declared in this scope; did you mean ‘_Py_DecRef’?
        917 |         _Py_DecRefShared(op);
            |         ^~~~~~~~~~~~~~~~
            |         _Py_DecRef
      /tmp/pip-install-1cnblbqc/opencv-python_d5e4647f7ef0402ca2ad47b85a4356b3/opencv/modules/python/src2/cv2.cpp: At global scope:
      /tmp/pip-install-1cnblbqc/opencv-python_d5e4647f7ef0402ca2ad47b85a4356b3/opencv/modules/python/src2/cv2.cpp:586:1: error: too many initializers for ‘PyObject’ {aka ‘_object’}
        586 | };
            | ^
      gmake[2]: *** [modules/python3/CMakeFiles/opencv_python3.dir/build.make:79: modules/python3/CMakeFiles/opencv_python3.dir/__/src2/cv2.cpp.o] Error 1
      gmake[1]: *** [CMakeFiles/Makefile2:2992: modules/python3/CMakeFiles/opencv_python3.dir/all] Error 2
      gmake: *** [Makefile:166: all] Error 2
      Traceback (most recent call last):
        File "/tmp/pip-build-env-6rp87whd/overlay/lib/python3.13t/site-packages/skbuild/setuptools_wrap.py", line 668, in setup
          cmkr.make(make_args, install_target=cmake_install_target, env=env)
          ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        File "/tmp/pip-build-env-6rp87whd/overlay/lib/python3.13t/site-packages/skbuild/cmaker.py", line 696, in make
          self.make_impl(clargs=clargs, config=config, source_dir=source_dir, install_target=install_target, env=env)
          ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        File "/tmp/pip-build-env-6rp87whd/overlay/lib/python3.13t/site-packages/skbuild/cmaker.py", line 741, in make_impl
          raise SKBuildError(msg)
      
      An error occurred while building with CMake.
        Command:
          /tmp/pip-build-env-6rp87whd/normal/lib/python3.13t/site-packages/cmake/data/bin/cmake --build . --target install --config Release --
        Install target:
          install
        Source directory:
          /tmp/pip-install-1cnblbqc/opencv-python_d5e4647f7ef0402ca2ad47b85a4356b3
        Working directory:
          /tmp/pip-install-1cnblbqc/opencv-python_d5e4647f7ef0402ca2ad47b85a4356b3/_skbuild/linux-x86_64-3.13/cmake-build
      Please check the install target is valid and see CMake's output for more information.
      
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for opencv-python
ERROR: Failed to build installable wheels for some pyproject.toml based projects (opencv-python)
2025-05-06 04:45:17
patsy 1.0.1 Success - 2025-05-01 13:20:49
graphviz 0.20.3 Success - 2025-05-06 03:20:27
pytzdata 2020.1 Success - 2025-05-06 00:41:31
emoji 2.14.1 Failed
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Fatal Python error: Failed to import encodings module
Python runtime state: core initialized
ModuleNotFoundError: No module named 'encodings'

Current thread 0x00007fc53502a740 (most recent call first):
  <no Python frame>
2025-05-01 10:00:14
alabaster 1.0.0 Success - 2025-05-06 03:04:03
google-cloud-os-login 2.17.1 Failed
fwvgl907/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-twqloqcb/grpcio_7f75f011883848e88e622806040ddef9/src/python/grpcio/commands.py", line 282, in build_extensions
          build_ext.build_ext.build_extensions(self)
          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
        File "/tmp/pip-build-env-fwvgl907/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-fwvgl907/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-fwvgl907/overlay/lib/python3.13t/site-packages/setuptools/command/build_ext.py", line 264, in build_extension
          _build_ext.build_extension(self, ext)
          ~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^
        File "/tmp/pip-build-env-fwvgl907/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-twqloqcb/grpcio_7f75f011883848e88e622806040ddef9/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-twqloqcb/grpcio_7f75f011883848e88e622806040ddef9/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-twqloqcb/grpcio_7f75f011883848e88e622806040ddef9/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-fwvgl907/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 0x318500ad980>
      Traceback (most recent call last):
        File "/root/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/lib/python3.13t/multiprocessing/pool.py", line 271, in __del__
        File "/root/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/lib/python3.13t/multiprocessing/queues.py", line 397, in put
        File "/root/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/lib/python3.13t/multiprocessing/connection.py", line 200, in send_bytes
        File "/root/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/lib/python3.13t/multiprocessing/connection.py", line 427, in _send_bytes
        File "/root/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/lib/python3.13t/multiprocessing/connection.py", line 384, in _send
      BrokenPipeError: [Errno 32] Broken pipe
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for grpcio
ERROR: Failed to build installable wheels for some pyproject.toml based projects (grpcio)
2025-05-06 05:09:47
duckdb 1.2.2 Success - 2025-05-06 02:29:16
pytest-html 4.1.1 Success - 2025-05-06 07:38:44
freezegun 1.5.1 Success - 2025-05-06 04:45:28
xlsxwriter 3.2.3 Success - 2025-05-06 01:31:00
flask-cors 5.0.1 Success - 2025-05-01 13:40:12
jupyter-console 6.6.3 Failed
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Fatal Python error: Failed to import encodings module
Python runtime state: core initialized
ModuleNotFoundError: No module named 'encodings'

Current thread 0x00007fe02ddda740 (most recent call first):
  <no Python frame>
2025-05-01 10:00:20
great-expectations 1.4.2 Failed
ERROR: Ignored the following yanked versions: 0.15.37, 0.15.38, 0.15.39, 0.16.2, 0.16.4, 0.16.9, 0.17.13, 0.17.20, 0.18.6
ERROR: Ignored the following versions that require a different python version: 1.0.0 Requires-Python <3.12,>=3.8; 1.0.0a5 Requires-Python <3.12,>=3.8; 1.0.0a6 Requires-Python <3.12,>=3.8; 1.0.1 Requires-Python <3.12,>=3.8; 1.0.2 Requires-Python <3.12,>=3.8; 1.0.3 Requires-Python <3.12,>=3.8; 1.0.4 Requires-Python <3.12,>=3.8; 1.0.5 Requires-Python <3.12,>=3.8; 1.0.6 Requires-Python <3.12,>=3.8; 1.1.0 Requires-Python <3.12,>=3.8; 1.1.1 Requires-Python <3.12,>=3.9; 1.1.2 Requires-Python <3.12,>=3.9; 1.1.3 Requires-Python <3.13,>=3.9; 1.2.0 Requires-Python <3.13,>=3.9; 1.2.1 Requires-Python <3.13,>=3.9; 1.2.2 Requires-Python <3.13,>=3.9; 1.2.3 Requires-Python <3.13,>=3.9; 1.2.4 Requires-Python <3.13,>=3.9; 1.2.5 Requires-Python <3.13,>=3.9; 1.2.6 Requires-Python <3.13,>=3.9; 1.3.0 Requires-Python <3.13,>=3.9; 1.3.1 Requires-Python <3.13,>=3.9; 1.3.10 Requires-Python <3.13,>=3.9; 1.3.11 Requires-Python <3.13,>=3.9; 1.3.12 Requires-Python <3.13,>=3.9; 1.3.13 Requires-Python <3.13,>=3.9; 1.3.14 Requires-Python <3.13,>=3.9; 1.3.2 Requires-Python <3.13,>=3.9; 1.3.3 Requires-Python <3.13,>=3.9; 1.3.4 Requires-Python <3.13,>=3.9; 1.3.5 Requires-Python <3.13,>=3.9; 1.3.6 Requires-Python <3.13,>=3.9; 1.3.7 Requires-Python <3.13,>=3.9; 1.3.8 Requires-Python <3.13,>=3.9; 1.3.9 Requires-Python <3.13,>=3.9; 1.4.0 Requires-Python <3.13,>=3.9; 1.4.1 Requires-Python <3.13,>=3.9; 1.4.2 Requires-Python <3.13,>=3.9
ERROR: Could not find a version that satisfies the requirement great-expectations==1.4.2 (from versions: 0.0.1111.post0.dev17, 0.3.0, 0.3.1, 0.3.2, 0.4.0, 0.4.1, 0.4.2, 0.4.3, 0.4.4, 0.4.5, 0.5.0, 0.5.1, 0.6.0, 0.6.1, 0.7.0, 0.7.1, 0.7.2, 0.7.3, 0.7.4, 0.7.5, 0.7.6, 0.7.7, 0.7.8, 0.7.9, 0.7.10, 0.7.11, 0.8.0a1, 0.8.0a2, 0.8.0a3, 0.8.0a4, 0.8.0, 0.8.1, 0.8.2, 0.8.2.post0, 0.8.3, 0.8.4, 0.8.4.post0, 0.8.5, 0.8.6, 0.8.7, 0.8.8, 0.9.0b0, 0.9.0b1, 0.9.0b2, 0.9.0, 0.9.1, 0.9.2, 0.9.3, 0.9.4, 0.9.5, 0.9.6, 0.9.7, 0.9.8, 0.9.9, 0.9.10, 0.9.11, 0.10.0, 0.10.1, 0.10.2, 0.10.3, 0.10.4, 0.10.5, 0.10.6, 0.10.7, 0.10.8, 0.10.9, 0.10.10, 0.10.11, 0.10.12, 0.11.0b0, 0.11.0, 0.11.1, 0.11.2, 0.11.3, 0.11.4, 0.11.5, 0.11.6, 0.11.7, 0.11.8, 0.11.9, 0.12.0, 0.12.1, 0.12.2, 0.12.3, 0.12.4, 0.12.5, 0.12.6, 0.12.7, 0.12.8, 0.12.9, 0.12.10, 0.13.0, 0.13.1, 0.13.2, 0.13.3, 0.13.4, 0.13.5, 0.13.6, 0.13.7, 0.13.8, 0.13.9, 0.13.10, 0.13.11, 0.13.12, 0.13.13, 0.13.14, 0.13.15, 0.13.16, 0.13.17, 0.13.18, 0.13.19, 0.13.20, 0.13.21, 0.13.22, 0.13.23, 0.13.24, 0.13.25, 0.13.26, 0.13.27, 0.13.28, 0.13.29, 0.13.30, 0.13.31, 0.13.32, 0.13.33, 0.13.34, 0.13.35, 0.13.36, 0.13.37, 0.13.38, 0.13.39, 0.13.40, 0.13.41, 0.13.42, 0.13.43, 0.13.44, 0.13.45, 0.13.46, 0.13.47, 0.13.48, 0.13.49, 0.14.0, 0.14.1, 0.14.2, 0.14.3, 0.14.4, 0.14.5, 0.14.6, 0.14.7, 0.14.8, 0.14.9, 0.14.10, 0.14.11, 0.14.12, 0.14.13, 0.15.0, 0.15.1, 0.15.2, 0.15.3, 0.15.4, 0.15.5, 0.15.6, 0.15.7, 0.15.8, 0.15.9, 0.15.10, 0.15.11, 0.15.12, 0.15.13, 0.15.14, 0.15.15, 0.15.16, 0.15.17, 0.15.18, 0.15.19, 0.15.20, 0.15.21, 0.15.22, 0.15.23, 0.15.24, 0.15.25, 0.15.26, 0.15.27, 0.15.28, 0.15.29, 0.15.30, 0.15.31, 0.15.32, 0.15.33, 0.15.34, 0.15.35, 0.15.36, 0.15.40, 0.15.41, 0.15.42, 0.15.43, 0.15.44, 0.15.45, 0.15.46, 0.15.47, 0.15.48, 0.15.49, 0.15.50, 0.16.0, 0.16.1, 0.16.3, 0.16.5, 0.16.6, 0.16.7, 0.16.8, 0.16.10, 0.16.11, 0.16.12, 0.16.13, 0.16.14, 0.16.15, 0.16.16, 0.17.0, 0.17.1, 0.17.2, 0.17.3, 0.17.4, 0.17.5, 0.17.6, 0.17.7, 0.17.8, 0.17.9, 0.17.11, 0.17.12, 0.17.14, 0.17.15, 0.17.16, 0.17.17, 0.17.18, 0.17.19, 0.17.21, 0.17.22, 0.17.23, 0.18.0, 0.18.1, 0.18.2, 0.18.3, 0.18.4, 0.18.5, 0.18.7, 0.18.8, 0.18.9, 0.18.10, 0.18.11, 0.18.12, 0.18.13, 0.18.14, 0.18.15, 0.18.16, 0.18.17, 0.18.18, 0.18.19, 0.18.20, 0.18.21, 0.18.22, 1.0.0a1, 1.0.0a2, 1.0.0a3, 1.0.0a4)
ERROR: No matching distribution found for great-expectations==1.4.2
2025-05-06 03:36:33

Python 3.14t Compatibility Results

Library Version Build Result Error Details Last Updated At
flake8 7.2.0 Success - 2025-05-05 12:33:30
flit-core 3.12.0 Success - 2025-05-05 12:45:51
pycountry 24.6.1 Success - 2025-05-05 16:42:41
azure-nspkg 3.0.2 Success - 2025-05-03 13:30:26
cymem 2.0.11 Failed
ting build/lib.linux-x86_64-cpython-314t/cymem/tests
      copying cymem/tests/__init__.py -> build/lib.linux-x86_64-cpython-314t/cymem/tests
      copying cymem/tests/test_import.py -> build/lib.linux-x86_64-cpython-314t/cymem/tests
      copying cymem/cymem.pyx -> build/lib.linux-x86_64-cpython-314t/cymem
      copying cymem/__init__.pxd -> build/lib.linux-x86_64-cpython-314t/cymem
      copying cymem/cymem.pxd -> build/lib.linux-x86_64-cpython-314t/cymem
      running build_ext
      building 'cymem.cymem' extension
      creating build/temp.linux-x86_64-cpython-314t/cymem
      c++ -pthread -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -g -O3 -Wall -fPIC -fPIC -I/root/.local/share/uv/python/cpython-3.14.0a6+freethreaded-linux-x86_64-gnu/include/python3.14t -I/tmp/tmpi0ezhkor/venv/include -I/root/.local/share/uv/python/cpython-3.14.0a6+freethreaded-linux-x86_64-gnu/include/python3.14t -c cymem/cymem.cpp -o build/temp.linux-x86_64-cpython-314t/cymem/cymem.o -O3 -Wno-strict-prototypes -Wno-unused-function
      cc1plus: warning: command-line option ‘-Wno-strict-prototypes’ is valid for C/ObjC but not for C++
      cymem/cymem.cpp:2246:80: error: ‘__pyx_vectorcallfunc’ has not been declared
       2246 | static CYTHON_INLINE PyObject *__Pyx_PyVectorcall_FastCallDict(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw);
            |                                                                                ^~~~~~~~~~~~~~~~~~~~
      cymem/cymem.cpp: In function ‘void* __pyx_f_5cymem_5cymem_4Pool_realloc(__pyx_obj_5cymem_5cymem_Pool*, void*, size_t)’:
      cymem/cymem.cpp:2063:41: warning: ‘Py_OptimizeFlag’ is deprecated [-Wdeprecated-declarations]
       2063 |   #define __pyx_assertions_enabled()  (!Py_OptimizeFlag)
            |                                         ^~~~~~~~~~~~~~~
      cymem/cymem.cpp:1485:43: note: in definition of macro ‘unlikely’
       1485 |   #define unlikely(x) __builtin_expect(!!(x), 0)
            |                                           ^
      cymem/cymem.cpp:4376:16: note: in expansion of macro ‘__pyx_assertions_enabled’
       4376 |   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 cymem/cymem.cpp:35:
      /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;
            |                                     ^~~~~~~~~~~~~~~
      cymem/cymem.cpp: At global scope:
      cymem/cymem.cpp:10366:69: error: ‘__pyx_vectorcallfunc’ has not been declared
      10366 | static PyObject *__Pyx_PyVectorcall_FastCallDict_kw(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw)
            |                                                                     ^~~~~~~~~~~~~~~~~~~~
      cymem/cymem.cpp: In function ‘PyObject* __Pyx_PyVectorcall_FastCallDict_kw(PyObject*, int, PyObject* const*, size_t, PyObject*)’:
      cymem/cymem.cpp:10403:13: error: ‘vc’ cannot be used as a function
      10403 |     res = vc(func, newargs, nargs, kwnames);
            |           ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      cymem/cymem.cpp: At global scope:
      cymem/cymem.cpp:10411:80: error: ‘__pyx_vectorcallfunc’ has not been declared
      10411 | static CYTHON_INLINE PyObject *__Pyx_PyVectorcall_FastCallDict(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw)
            |                                                                                ^~~~~~~~~~~~~~~~~~~~
      cymem/cymem.cpp: In function ‘PyObject* __Pyx_PyVectorcall_FastCallDict(PyObject*, int, PyObject* const*, size_t, PyObject*)’:
      cymem/cymem.cpp:10414:18: error: ‘vc’ cannot be used as a function
      10414 |         return vc(func, args, nargs, NULL);
            |                ~~^~~~~~~~~~~~~~~~~~~~~~~~~
      cymem/cymem.cpp: In function ‘PyObject* __Pyx_CyFunction_CallAsMethod(PyObject*, PyObject*, PyObject*)’:
      cymem/cymem.cpp:11100:6: error: ‘__pyx_vectorcallfunc’ was not declared in this scope; did you mean ‘vectorcallfunc’?
      11100 |      __pyx_vectorcallfunc vc = __Pyx_CyFunction_func_vectorcall(cyfunc);
            |      ^~~~~~~~~~~~~~~~~~~~
            |      vectorcallfunc
      cymem/cymem.cpp:11101:9: error: ‘vc’ was not declared in this scope
      11101 |     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 cymem
ERROR: Failed to build installable wheels for some pyproject.toml based projects (cymem)
2025-05-05 18:35:02
opencensus 0.11.4 Success - 2025-05-05 19:30:47
opencv-python 4.11.0.86 Failed
func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw);
                  |                                                                                ^~~~~~~~~~~~~~~~~~~~
                  |                                                                                vectorcallfunc
            numpy/random/_mt19937.cpython-314t-x86_64-linux-gnu.so.p/numpy/random/_mt19937.pyx.c:11219:69: error: unknown type name ‘__pyx_vectorcallfunc’; did you mean ‘vectorcallfunc’?
            11219 | static PyObject *__Pyx_PyVectorcall_FastCallDict_kw(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw)
                  |                                                                     ^~~~~~~~~~~~~~~~~~~~
                  |                                                                     vectorcallfunc
            numpy/random/_mt19937.cpython-314t-x86_64-linux-gnu.so.p/numpy/random/_mt19937.pyx.c:11264:80: error: unknown type name ‘__pyx_vectorcallfunc’; did you mean ‘vectorcallfunc’?
            11264 | static CYTHON_INLINE PyObject *__Pyx_PyVectorcall_FastCallDict(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw)
                  |                                                                                ^~~~~~~~~~~~~~~~~~~~
                  |                                                                                vectorcallfunc
            numpy/random/_mt19937.cpython-314t-x86_64-linux-gnu.so.p/numpy/random/_mt19937.pyx.c: In function ‘__Pyx_CyFunction_CallAsMethod’:
            numpy/random/_mt19937.cpython-314t-x86_64-linux-gnu.so.p/numpy/random/_mt19937.pyx.c:11953:6: error: unknown type name ‘__pyx_vectorcallfunc’; did you mean ‘vectorcallfunc’?
            11953 |      __pyx_vectorcallfunc vc = __Pyx_CyFunction_func_vectorcall(cyfunc);
                  |      ^~~~~~~~~~~~~~~~~~~~
                  |      vectorcallfunc
            numpy/random/_mt19937.cpython-314t-x86_64-linux-gnu.so.p/numpy/random/_mt19937.pyx.c:2448: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]
             2448 | #define __Pyx_CyFunction_func_vectorcall(f) (((PyCFunctionObject*)f)->vectorcall)
                  |                                             ^
            numpy/random/_mt19937.cpython-314t-x86_64-linux-gnu.so.p/numpy/random/_mt19937.pyx.c:11953:32: note: in expansion of macro ‘__Pyx_CyFunction_func_vectorcall’
            11953 |      __pyx_vectorcallfunc vc = __Pyx_CyFunction_func_vectorcall(cyfunc);
                  |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            numpy/random/_mt19937.cpython-314t-x86_64-linux-gnu.so.p/numpy/random/_mt19937.pyx.c:11956:16: warning: implicit declaration of function ‘__Pyx_PyVectorcall_FastCallDict’; did you mean ‘__Pyx_PyObject_FastCallDict’? [-Wimplicit-function-declaration]
            11956 |         return __Pyx_PyVectorcall_FastCallDict(func, vc, &PyTuple_GET_ITEM(args, 0), (size_t)PyTuple_GET_SIZE(args), kw);
                  |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                  |                __Pyx_PyObject_FastCallDict
            numpy/random/_mt19937.cpython-314t-x86_64-linux-gnu.so.p/numpy/random/_mt19937.pyx.c:11956:16: warning: returning ‘int’ from a function with return type ‘PyObject *’ {aka ‘struct _object *’} makes pointer from integer without a cast [-Wint-conversion]
            11956 |         return __Pyx_PyVectorcall_FastCallDict(func, vc, &PyTuple_GET_ITEM(args, 0), (size_t)PyTuple_GET_SIZE(args), kw);
                  |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            [501/530] Compiling C object numpy/random/_common.cpython-314t-x86_64-linux-gnu.so.p/meson-generated_numpy_random__common.pyx.c.o
            [502/530] Compiling C object numpy/random/_bounded_integers.cpython-314t-x86_64-linux-gnu.so.p/meson-generated_numpy_random__bounded_integers.pyx.c.o
            ninja: build stopped: subcommand failed.
            [end of output]
      
        note: This error originates from a subprocess, and is likely not a problem with pip.
      error: metadata-generation-failed
      
      × Encountered error while generating package metadata.
      ╰─> See above for output.
      
      note: This is an issue with the package mentioned above, not pip.
      hint: See above for details.
      [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-05 15:13:44
patsy 1.0.1 Failed
andom__mt19937.pyx.c.o -MF numpy/random/_mt19937.cpython-314t-x86_64-linux-gnu.so.p/meson-generated_numpy_random__mt19937.pyx.c.o.d -o numpy/random/_mt19937.cpython-314t-x86_64-linux-gnu.so.p/meson-generated_numpy_random__mt19937.pyx.c.o -c numpy/random/_mt19937.cpython-314t-x86_64-linux-gnu.so.p/numpy/random/_mt19937.pyx.c
      numpy/random/_mt19937.cpython-314t-x86_64-linux-gnu.so.p/numpy/random/_mt19937.pyx.c:2358:80: error: unknown type name ‘__pyx_vectorcallfunc’; did you mean ‘vectorcallfunc’?
       2358 | static CYTHON_INLINE PyObject *__Pyx_PyVectorcall_FastCallDict(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw);
            |                                                                                ^~~~~~~~~~~~~~~~~~~~
            |                                                                                vectorcallfunc
      numpy/random/_mt19937.cpython-314t-x86_64-linux-gnu.so.p/numpy/random/_mt19937.pyx.c:11219:69: error: unknown type name ‘__pyx_vectorcallfunc’; did you mean ‘vectorcallfunc’?
      11219 | static PyObject *__Pyx_PyVectorcall_FastCallDict_kw(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw)
            |                                                                     ^~~~~~~~~~~~~~~~~~~~
            |                                                                     vectorcallfunc
      numpy/random/_mt19937.cpython-314t-x86_64-linux-gnu.so.p/numpy/random/_mt19937.pyx.c:11264:80: error: unknown type name ‘__pyx_vectorcallfunc’; did you mean ‘vectorcallfunc’?
      11264 | static CYTHON_INLINE PyObject *__Pyx_PyVectorcall_FastCallDict(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw)
            |                                                                                ^~~~~~~~~~~~~~~~~~~~
            |                                                                                vectorcallfunc
      numpy/random/_mt19937.cpython-314t-x86_64-linux-gnu.so.p/numpy/random/_mt19937.pyx.c: In function ‘__Pyx_CyFunction_CallAsMethod’:
      numpy/random/_mt19937.cpython-314t-x86_64-linux-gnu.so.p/numpy/random/_mt19937.pyx.c:11953:6: error: unknown type name ‘__pyx_vectorcallfunc’; did you mean ‘vectorcallfunc’?
      11953 |      __pyx_vectorcallfunc vc = __Pyx_CyFunction_func_vectorcall(cyfunc);
            |      ^~~~~~~~~~~~~~~~~~~~
            |      vectorcallfunc
      numpy/random/_mt19937.cpython-314t-x86_64-linux-gnu.so.p/numpy/random/_mt19937.pyx.c:2448: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]
       2448 | #define __Pyx_CyFunction_func_vectorcall(f) (((PyCFunctionObject*)f)->vectorcall)
            |                                             ^
      numpy/random/_mt19937.cpython-314t-x86_64-linux-gnu.so.p/numpy/random/_mt19937.pyx.c:11953:32: note: in expansion of macro ‘__Pyx_CyFunction_func_vectorcall’
      11953 |      __pyx_vectorcallfunc vc = __Pyx_CyFunction_func_vectorcall(cyfunc);
            |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      numpy/random/_mt19937.cpython-314t-x86_64-linux-gnu.so.p/numpy/random/_mt19937.pyx.c:11956:16: warning: implicit declaration of function ‘__Pyx_PyVectorcall_FastCallDict’; did you mean ‘__Pyx_PyObject_FastCallDict’? [-Wimplicit-function-declaration]
      11956 |         return __Pyx_PyVectorcall_FastCallDict(func, vc, &PyTuple_GET_ITEM(args, 0), (size_t)PyTuple_GET_SIZE(args), kw);
            |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            |                __Pyx_PyObject_FastCallDict
      numpy/random/_mt19937.cpython-314t-x86_64-linux-gnu.so.p/numpy/random/_mt19937.pyx.c:11956:16: warning: returning ‘int’ from a function with return type ‘PyObject *’ {aka ‘struct _object *’} makes pointer from integer without a cast [-Wint-conversion]
      11956 |         return __Pyx_PyVectorcall_FastCallDict(func, vc, &PyTuple_GET_ITEM(args, 0), (size_t)PyTuple_GET_SIZE(args), kw);
            |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      [501/530] Compiling C object numpy/random/_bounded_integers.cpython-314t-x86_64-linux-gnu.so.p/meson-generated_numpy_random__bounded_integers.pyx.c.o
      [502/530] Compiling C object numpy/random/_common.cpython-314t-x86_64-linux-gnu.so.p/meson-generated_numpy_random__common.pyx.c.o
      ninja: build stopped: subcommand failed.
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed

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

note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
2025-05-05 16:59:35
graphviz 0.20.3 Success - 2025-05-05 16:10:47
pytzdata 2020.1 Success - 2025-05-05 11:36:45
emoji 2.14.1 Success - 2025-05-03 13:35:56
alabaster 1.0.0 Success - 2025-05-05 14:14:37
google-cloud-os-login 2.17.1 Failed
ck (most recent call last):
        File "/tmp/pip-build-env-l8u9pafo/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-oug30iu5/grpcio_b88724634189440ebb5471aff6b99409/src/python/grpcio/_spawn_patch.py", line 66, in _commandfile_spawn
          _classic_spawn(self, command, **kwargs)
          ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
        File "/tmp/pip-build-env-l8u9pafo/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-l8u9pafo/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-oug30iu5/grpcio_b88724634189440ebb5471aff6b99409/src/python/grpcio/commands.py", line 282, in build_extensions
          build_ext.build_ext.build_extensions(self)
          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
        File "/tmp/pip-build-env-l8u9pafo/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-l8u9pafo/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-l8u9pafo/overlay/lib/python3.14t/site-packages/setuptools/command/build_ext.py", line 264, in build_extension
          _build_ext.build_extension(self, ext)
          ~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^
        File "/tmp/pip-build-env-l8u9pafo/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-oug30iu5/grpcio_b88724634189440ebb5471aff6b99409/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-oug30iu5/grpcio_b88724634189440ebb5471aff6b99409/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-oug30iu5/grpcio_b88724634189440ebb5471aff6b99409/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-l8u9pafo/overlay/lib/python3.14t/site-packages/setuptools/_distutils/compilers/C/unix.py", line 223, in _compile
          raise CompileError(msg)
      distutils.compilers.C.errors.CompileError: command '/usr/bin/c++' failed with exit code 1
      
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for grpcio
ERROR: Failed to build installable wheels for some pyproject.toml based projects (grpcio)
2025-05-05 19:50:25
duckdb 1.2.2 Failed
         |
      c++: fatal error: Killed signal terminated program cc1plus
      compilation terminated.
      cc -pthread -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -g -O3 -Wall -fPIC -fPIC -DDUCKDB_PYTHON_LIB_NAME=duckdb -DDUCKDB_EXTENSION_CORE_FUNCTIONS_LINKED -DDUCKDB_EXTENSION_PARQUET_LINKED -DDUCKDB_EXTENSION_ICU_LINKED -DDUCKDB_EXTENSION_TPCH_LINKED -DDUCKDB_EXTENSION_JSON_LINKED -DDUCKDB_EXTENSION_JEMALLOC_LINKED -DDUCKDB_EXTENSION_AUTOLOAD_DEFAULT=1 -DDUCKDB_EXTENSION_AUTOINSTALL_DEFAULT=1 -Iduckdb_build/src/include -Iduckdb_build/third_party/concurrentqueue -Iduckdb_build/third_party/fast_float -Iduckdb_build/third_party/fastpforlib -Iduckdb_build/third_party/fmt/include -Iduckdb_build/third_party/fsst -Iduckdb_build/third_party/httplib -Iduckdb_build/third_party/hyperloglog -Iduckdb_build/third_party/jaro_winkler -Iduckdb_build/third_party/jaro_winkler/details -Iduckdb_build/third_party/libpg_query -Iduckdb_build/third_party/libpg_query/include -Iduckdb_build/third_party/lz4 -Iduckdb_build/third_party/brotli/include -Iduckdb_build/third_party/brotli/common -Iduckdb_build/third_party/brotli/dec -Iduckdb_build/third_party/brotli/enc -Iduckdb_build/third_party/mbedtls -Iduckdb_build/third_party/mbedtls/include -Iduckdb_build/third_party/mbedtls/library -Iduckdb_build/third_party/miniz -Iduckdb_build/third_party/pcg -Iduckdb_build/third_party/re2 -Iduckdb_build/third_party/skiplist -Iduckdb_build/third_party/tdigest -Iduckdb_build/third_party/utf8proc -Iduckdb_build/third_party/utf8proc/include -Iduckdb_build/third_party/yyjson/include -Iduckdb_build/third_party/zstd/include -Iduckdb_build/extension/core_functions/include -Iduckdb_build/extension/parquet/include -Iduckdb_build/third_party/parquet -Iduckdb_build/third_party/thrift -Iduckdb_build/third_party/lz4 -Iduckdb_build/third_party/brotli/include -Iduckdb_build/third_party/brotli/common -Iduckdb_build/third_party/brotli/dec -Iduckdb_build/third_party/brotli/enc -Iduckdb_build/third_party/snappy -Iduckdb_build/third_party/mbedtls -Iduckdb_build/third_party/mbedtls/include -Iduckdb_build/third_party/zstd/include -Iduckdb_build/extension/icu/include -Iduckdb_build/extension/icu/third_party/icu/common -Iduckdb_build/extension/icu/third_party/icu/i18n -Iduckdb_build/extension/tpch/include -Iduckdb_build/extension/tpch/dbgen/include -Iduckdb_build/extension/json/include -Iduckdb_build/extension/jemalloc/include -Iduckdb_build/extension/jemalloc/jemalloc/include -Iduckdb_build -I/tmp/pip-install-pzxvx5hf/duckdb_555a31372f964b01af989caf2640a476/src/include -I/tmp/pip-build-env-2z5gjo2x/overlay/lib/python3.14t/site-packages/pybind11/include -I/tmp/pip-build-env-2z5gjo2x/overlay/lib/python3.14t/site-packages/pybind11/include -I/tmp/tmps1lhufjj/venv/include -I/root/.local/share/uv/python/cpython-3.14.0a6+freethreaded-linux-x86_64-gnu/include/python3.14t -c duckdb_build/extension/jemalloc/jemalloc/src/bin_info.c -o build/temp.linux-x86_64-cpython-314t/duckdb_build/extension/jemalloc/jemalloc/src/bin_info.o -std=c++11 -g0
      error: command '/usr/bin/c++' failed with exit code 1
      cc1: warning: command-line option ‘-std=c++11’ is valid for C++/ObjC++ but not for C
      In file included from duckdb_build/extension/jemalloc/jemalloc/include/jemalloc/internal/jemalloc_preamble.h:4,
                       from duckdb_build/extension/jemalloc/jemalloc/src/bin_info.c:1:
      duckdb_build/extension/jemalloc/jemalloc/include/jemalloc/internal/jemalloc_internal_defs.h:22:1: warning: "/*" within comment [-Wcomment]
         22 | /* #undef JEMALLOC_OVERRIDE___LIBC_MEMALIGN */
            |
      In file included from duckdb_build/extension/jemalloc/jemalloc/include/jemalloc/internal/jemalloc_preamble.h:49:
      duckdb_build/extension/jemalloc/jemalloc/include/jemalloc/internal/private_namespace.h:740: warning: "je_free_aligned_sized" redefined
        740 | #define je_free_aligned_sized JEMALLOC_N(je_free_aligned_sized)
            |
      In file included from duckdb_build/extension/jemalloc/jemalloc/include/jemalloc/internal/jemalloc_preamble.h:27:
      duckdb_build/extension/jemalloc/jemalloc/include/jemalloc/internal/../jemalloc.h:88: note: this is the location of the previous definition
         88 | #  define je_free_aligned_sized duckdb_je_free_aligned_sized
            |
      duckdb_build/extension/jemalloc/jemalloc/include/jemalloc/internal/private_namespace.h:741: warning: "je_free_sized" redefined
        741 | #define je_free_sized JEMALLOC_N(je_free_sized)
            |
      duckdb_build/extension/jemalloc/jemalloc/include/jemalloc/internal/../jemalloc.h:87: note: this is the location of the previous definition
         87 | #  define je_free_sized duckdb_je_free_sized
            |
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for duckdb
ERROR: Failed to build installable wheels for some pyproject.toml based projects (duckdb)
2025-05-05 15:03:52
pytest-html 4.1.1 Success - 2025-05-03 13:41:42
freezegun 1.5.1 Success - 2025-05-05 16:43:01
xlsxwriter 3.2.3 Success - 2025-05-05 14:15:48
flask-cors 5.0.1 Success - 2025-05-05 18:35:34
jupyter-console 6.6.3 Failed
t _deps/bundled_libzmq-build/CMakeFiles/objects.dir/src/tipc_address.cpp.o
      [104/109] Building CXX object _deps/bundled_libzmq-build/CMakeFiles/objects.dir/src/tipc_connecter.cpp.o
      [105/109] Building CXX object _deps/bundled_libzmq-build/CMakeFiles/objects.dir/src/tipc_listener.cpp.o
      [106/109] Linking CXX static library _deps/bundled_libzmq-build/lib/libzmq.a
      [107/109] Generating _src/_zmq.c
      [108/109] Building C object CMakeFiles/_zmq.dir/_src/_zmq.c.o
      FAILED: CMakeFiles/_zmq.dir/_src/_zmq.c.o
      /usr/bin/cc  -pthread -DZMQ_STATIC -DZMQ_STATIC=1 -D_zmq_EXPORTS -I/tmp/tmpskekz35o/build/bundled/include -I/tmp/pip-install-lmtxchuv/pyzmq_7640a8e7409a485294649ba7f0f17406/zmq/utils -I/tmp/tmpskekz35o/build/_deps/bundled_libzmq-src/include -I/tmp/tmpskekz35o/build/_deps/bundled_libzmq-build -isystem /root/.local/share/uv/python/cpython-3.14.0a6+freethreaded-linux-x86_64-gnu/include/python3.14t -O3 -DNDEBUG -fPIC -MD -MT CMakeFiles/_zmq.dir/_src/_zmq.c.o -MF CMakeFiles/_zmq.dir/_src/_zmq.c.o.d -o CMakeFiles/_zmq.dir/_src/_zmq.c.o -c /tmp/tmpskekz35o/build/_src/_zmq.c
      /tmp/tmpskekz35o/build/_src/_zmq.c:2461:80: error: unknown type name ‘__pyx_vectorcallfunc’; did you mean ‘vectorcallfunc’?
       2461 | static CYTHON_INLINE PyObject *__Pyx_PyVectorcall_FastCallDict(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw);
            |                                                                                ^~~~~~~~~~~~~~~~~~~~
            |                                                                                vectorcallfunc
      /tmp/tmpskekz35o/build/_src/_zmq.c:30421:69: error: unknown type name ‘__pyx_vectorcallfunc’; did you mean ‘vectorcallfunc’?
      30421 | static PyObject *__Pyx_PyVectorcall_FastCallDict_kw(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw)
            |                                                                     ^~~~~~~~~~~~~~~~~~~~
            |                                                                     vectorcallfunc
      /tmp/tmpskekz35o/build/_src/_zmq.c:30466:80: error: unknown type name ‘__pyx_vectorcallfunc’; did you mean ‘vectorcallfunc’?
      30466 | static CYTHON_INLINE PyObject *__Pyx_PyVectorcall_FastCallDict(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw)
            |                                                                                ^~~~~~~~~~~~~~~~~~~~
            |                                                                                vectorcallfunc
      /tmp/tmpskekz35o/build/_src/_zmq.c: In function ‘__Pyx_CyFunction_CallAsMethod’:
      /tmp/tmpskekz35o/build/_src/_zmq.c:31155:6: error: unknown type name ‘__pyx_vectorcallfunc’; did you mean ‘vectorcallfunc’?
      31155 |      __pyx_vectorcallfunc vc = __Pyx_CyFunction_func_vectorcall(cyfunc);
            |      ^~~~~~~~~~~~~~~~~~~~
            |      vectorcallfunc
      /tmp/tmpskekz35o/build/_src/_zmq.c:2551: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]
       2551 | #define __Pyx_CyFunction_func_vectorcall(f) (((PyCFunctionObject*)f)->vectorcall)
            |                                             ^
      /tmp/tmpskekz35o/build/_src/_zmq.c:31155:32: note: in expansion of macro ‘__Pyx_CyFunction_func_vectorcall’
      31155 |      __pyx_vectorcallfunc vc = __Pyx_CyFunction_func_vectorcall(cyfunc);
            |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      /tmp/tmpskekz35o/build/_src/_zmq.c:31158:16: warning: implicit declaration of function ‘__Pyx_PyVectorcall_FastCallDict’; did you mean ‘__Pyx_PyObject_FastCallDict’? [-Wimplicit-function-declaration]
      31158 |         return __Pyx_PyVectorcall_FastCallDict(func, vc, &PyTuple_GET_ITEM(args, 0), (size_t)PyTuple_GET_SIZE(args), kw);
            |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            |                __Pyx_PyObject_FastCallDict
      /tmp/tmpskekz35o/build/_src/_zmq.c:31158:16: warning: returning ‘int’ from a function with return type ‘PyObject *’ {aka ‘struct _object *’} makes pointer from integer without a cast [-Wint-conversion]
      31158 |         return __Pyx_PyVectorcall_FastCallDict(func, vc, &PyTuple_GET_ITEM(args, 0), (size_t)PyTuple_GET_SIZE(args), kw);
            |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      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 pyzmq
ERROR: Failed to build installable wheels for some pyproject.toml based projects (pyzmq)
2025-05-05 19:41:07
great-expectations 1.4.2 Failed
ERROR: Ignored the following yanked versions: 0.15.37, 0.15.38, 0.15.39, 0.16.2, 0.16.4, 0.16.9, 0.17.13, 0.17.20, 0.18.6
ERROR: Ignored the following versions that require a different python version: 1.0.0 Requires-Python <3.12,>=3.8; 1.0.0a5 Requires-Python <3.12,>=3.8; 1.0.0a6 Requires-Python <3.12,>=3.8; 1.0.1 Requires-Python <3.12,>=3.8; 1.0.2 Requires-Python <3.12,>=3.8; 1.0.3 Requires-Python <3.12,>=3.8; 1.0.4 Requires-Python <3.12,>=3.8; 1.0.5 Requires-Python <3.12,>=3.8; 1.0.6 Requires-Python <3.12,>=3.8; 1.1.0 Requires-Python <3.12,>=3.8; 1.1.1 Requires-Python <3.12,>=3.9; 1.1.2 Requires-Python <3.12,>=3.9; 1.1.3 Requires-Python <3.13,>=3.9; 1.2.0 Requires-Python <3.13,>=3.9; 1.2.1 Requires-Python <3.13,>=3.9; 1.2.2 Requires-Python <3.13,>=3.9; 1.2.3 Requires-Python <3.13,>=3.9; 1.2.4 Requires-Python <3.13,>=3.9; 1.2.5 Requires-Python <3.13,>=3.9; 1.2.6 Requires-Python <3.13,>=3.9; 1.3.0 Requires-Python <3.13,>=3.9; 1.3.1 Requires-Python <3.13,>=3.9; 1.3.10 Requires-Python <3.13,>=3.9; 1.3.11 Requires-Python <3.13,>=3.9; 1.3.12 Requires-Python <3.13,>=3.9; 1.3.13 Requires-Python <3.13,>=3.9; 1.3.14 Requires-Python <3.13,>=3.9; 1.3.2 Requires-Python <3.13,>=3.9; 1.3.3 Requires-Python <3.13,>=3.9; 1.3.4 Requires-Python <3.13,>=3.9; 1.3.5 Requires-Python <3.13,>=3.9; 1.3.6 Requires-Python <3.13,>=3.9; 1.3.7 Requires-Python <3.13,>=3.9; 1.3.8 Requires-Python <3.13,>=3.9; 1.3.9 Requires-Python <3.13,>=3.9; 1.4.0 Requires-Python <3.13,>=3.9; 1.4.1 Requires-Python <3.13,>=3.9; 1.4.2 Requires-Python <3.13,>=3.9
ERROR: Could not find a version that satisfies the requirement great-expectations==1.4.2 (from versions: 0.0.1111.post0.dev17, 0.3.0, 0.3.1, 0.3.2, 0.4.0, 0.4.1, 0.4.2, 0.4.3, 0.4.4, 0.4.5, 0.5.0, 0.5.1, 0.6.0, 0.6.1, 0.7.0, 0.7.1, 0.7.2, 0.7.3, 0.7.4, 0.7.5, 0.7.6, 0.7.7, 0.7.8, 0.7.9, 0.7.10, 0.7.11, 0.8.0a1, 0.8.0a2, 0.8.0a3, 0.8.0a4, 0.8.0, 0.8.1, 0.8.2, 0.8.2.post0, 0.8.3, 0.8.4, 0.8.4.post0, 0.8.5, 0.8.6, 0.8.7, 0.8.8, 0.9.0b0, 0.9.0b1, 0.9.0b2, 0.9.0, 0.9.1, 0.9.2, 0.9.3, 0.9.4, 0.9.5, 0.9.6, 0.9.7, 0.9.8, 0.9.9, 0.9.10, 0.9.11, 0.10.0, 0.10.1, 0.10.2, 0.10.3, 0.10.4, 0.10.5, 0.10.6, 0.10.7, 0.10.8, 0.10.9, 0.10.10, 0.10.11, 0.10.12, 0.11.0b0, 0.11.0, 0.11.1, 0.11.2, 0.11.3, 0.11.4, 0.11.5, 0.11.6, 0.11.7, 0.11.8, 0.11.9, 0.12.0, 0.12.1, 0.12.2, 0.12.3, 0.12.4, 0.12.5, 0.12.6, 0.12.7, 0.12.8, 0.12.9, 0.12.10, 0.13.0, 0.13.1, 0.13.2, 0.13.3, 0.13.4, 0.13.5, 0.13.6, 0.13.7, 0.13.8, 0.13.9, 0.13.10, 0.13.11, 0.13.12, 0.13.13, 0.13.14, 0.13.15, 0.13.16, 0.13.17, 0.13.18, 0.13.19, 0.13.20, 0.13.21, 0.13.22, 0.13.23, 0.13.24, 0.13.25, 0.13.26, 0.13.27, 0.13.28, 0.13.29, 0.13.30, 0.13.31, 0.13.32, 0.13.33, 0.13.34, 0.13.35, 0.13.36, 0.13.37, 0.13.38, 0.13.39, 0.13.40, 0.13.41, 0.13.42, 0.13.43, 0.13.44, 0.13.45, 0.13.46, 0.13.47, 0.13.48, 0.13.49, 0.14.0, 0.14.1, 0.14.2, 0.14.3, 0.14.4, 0.14.5, 0.14.6, 0.14.7, 0.14.8, 0.14.9, 0.14.10, 0.14.11, 0.14.12, 0.14.13, 0.15.0, 0.15.1, 0.15.2, 0.15.3, 0.15.4, 0.15.5, 0.15.6, 0.15.7, 0.15.8, 0.15.9, 0.15.10, 0.15.11, 0.15.12, 0.15.13, 0.15.14, 0.15.15, 0.15.16, 0.15.17, 0.15.18, 0.15.19, 0.15.20, 0.15.21, 0.15.22, 0.15.23, 0.15.24, 0.15.25, 0.15.26, 0.15.27, 0.15.28, 0.15.29, 0.15.30, 0.15.31, 0.15.32, 0.15.33, 0.15.34, 0.15.35, 0.15.36, 0.15.40, 0.15.41, 0.15.42, 0.15.43, 0.15.44, 0.15.45, 0.15.46, 0.15.47, 0.15.48, 0.15.49, 0.15.50, 0.16.0, 0.16.1, 0.16.3, 0.16.5, 0.16.6, 0.16.7, 0.16.8, 0.16.10, 0.16.11, 0.16.12, 0.16.13, 0.16.14, 0.16.15, 0.16.16, 0.17.0, 0.17.1, 0.17.2, 0.17.3, 0.17.4, 0.17.5, 0.17.6, 0.17.7, 0.17.8, 0.17.9, 0.17.11, 0.17.12, 0.17.14, 0.17.15, 0.17.16, 0.17.17, 0.17.18, 0.17.19, 0.17.21, 0.17.22, 0.17.23, 0.18.0, 0.18.1, 0.18.2, 0.18.3, 0.18.4, 0.18.5, 0.18.7, 0.18.8, 0.18.9, 0.18.10, 0.18.11, 0.18.12, 0.18.13, 0.18.14, 0.18.15, 0.18.16, 0.18.17, 0.18.18, 0.18.19, 0.18.20, 0.18.21, 0.18.22, 1.0.0a1, 1.0.0a2, 1.0.0a3, 1.0.0a4)
ERROR: No matching distribution found for great-expectations==1.4.2
2025-05-05 12:46:17