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
torchmetrics 1.7.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 0x00007f0de9dfe740 (most recent call first):
  <no Python frame>
2025-05-01 10:04:05
pipenv 2025.0.2 Success - 2025-05-06 02:29:27
meson 1.8.0 Success - 2025-05-01 14:40:07
mmh3 5.1.0 Success - 2025-05-01 15:48:10
azure-batch 14.2.0 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 0x00007f9ffa3d5740 (most recent call first):
  <no Python frame>
2025-05-01 10:04:07
azure-keyvault 4.2.0 Failed
:warning=      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        cargo:warning=/home/runner/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/include/python3.13t/object.h: In function ‘Py_INCREF’:
        cargo:warning=/home/runner/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/include/python3.13t/object.h:810:22: warning: conversion to ‘uint32_t’ {aka ‘unsigned int’} from ‘int’ may change the sign of the result [-Wsign-conversion]
        cargo:warning=  810 |     uint32_t local = _Py_atomic_load_uint32_relaxed(&op->ob_ref_local);
        cargo:warning=      |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        cargo:warning=/home/runner/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/include/python3.13t/object.h:817:9: warning: implicit declaration of function ‘_Py_atomic_store_uint32_relaxed’ [-Wimplicit-function-declaration]
        cargo:warning=  817 |         _Py_atomic_store_uint32_relaxed(&op->ob_ref_local, new_local);
        cargo:warning=      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        cargo:warning=/home/runner/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/include/python3.13t/object.h:820:9: warning: implicit declaration of function ‘_Py_atomic_add_ssize’; did you mean ‘__atomic_add_fetch’? [-Wimplicit-function-declaration]
        cargo:warning=  820 |         _Py_atomic_add_ssize(&op->ob_ref_shared, (1 << _Py_REF_SHARED_SHIFT));
        cargo:warning=      |         ^~~~~~~~~~~~~~~~~~~~
        cargo:warning=      |         __atomic_add_fetch
        cargo:warning=/home/runner/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/include/python3.13t/object.h: In function ‘Py_DECREF’:
        cargo:warning=/home/runner/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/include/python3.13t/object.h:904:22: warning: conversion to ‘uint32_t’ {aka ‘unsigned int’} from ‘int’ may change the sign of the result [-Wsign-conversion]
        cargo:warning=  904 |     uint32_t local = _Py_atomic_load_uint32_relaxed(&op->ob_ref_local);
        cargo:warning=      |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        cargo:warning=/home/runner/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/include/python3.13t/object.h:913:13: warning: implicit declaration of function ‘_Py_MergeZeroLocalRefcount’ [-Wimplicit-function-declaration]
        cargo:warning=  913 |             _Py_MergeZeroLocalRefcount(op);
        cargo:warning=      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~
        cargo:warning=/home/runner/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/include/python3.13t/object.h:917:9: warning: implicit declaration of function ‘_Py_DecRefShared’; did you mean ‘_Py_DecRef’? [-Wimplicit-function-declaration]
        cargo:warning=  917 |         _Py_DecRefShared(op);
        cargo:warning=      |         ^~~~~~~~~~~~~~~~
        cargo:warning=      |         _Py_DecRef
      
        --- stderr
      
      
        error occurred: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "/usr/include" "-I" "/tmp/tmp6xjsy9xj/venv/include" "-I" "/home/runner/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/include/python3.13t" "-Wall" "-Wextra" "-Wconversion" "-Wno-error=sign-conversion" "-Wno-unused-parameter" "-fmacro-prefix-map=/tmp/pip-install-en303v7e/cryptography_677797f222ad4e869a595b9e94fb999a/target/release/build/cryptography-cffi-6f290f7bf539270e/out=." "-DPy_LIMITED_API=0x030700f0" "-o" "/tmp/pip-install-en303v7e/cryptography_677797f222ad4e869a595b9e94fb999a/target/release/build/cryptography-cffi-6f290f7bf539270e/out/28110ed50e451f04-_openssl.o" "-c" "/tmp/pip-install-en303v7e/cryptography_677797f222ad4e869a595b9e94fb999a/target/release/build/cryptography-cffi-6f290f7bf539270e/out/_openssl.c" with args cc did not execute successfully (status code exit status: 1).
      
      
      warning: build failed, waiting for other jobs to finish...
      💥 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/tmp6xjsy9xj/venv/bin/python" PYTHON_SYS_EXECUTABLE="/tmp/tmp6xjsy9xj/venv/bin/python" "cargo" "rustc" "--features" "pyo3/abi3-py37" "--message-format" "json-render-diagnostics" "--locked" "--manifest-path" "/tmp/pip-install-en303v7e/cryptography_677797f222ad4e869a595b9e94fb999a/src/rust/Cargo.toml" "--release" "--lib"`
      Error: command ['maturin', 'pep517', 'build-wheel', '-i', '/tmp/tmp6xjsy9xj/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-01 14:40:39
trino 0.334.0 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 0x00007f2ca143e740 (most recent call first):
  <no Python frame>
2025-05-01 10:04:10
pox 0.3.6 Success - 2025-05-06 03:36:37
texttable 1.7.0 Success - 2025-05-01 15:48:14
pyhcl 0.4.5 Success - 2025-05-01 14:40:43
pyright 1.1.400 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 0x00007f308307e740 (most recent call first):
  <no Python frame>
2025-05-01 10:04:11
iso8601 2.1.0 Success - 2025-05-01 14:40:48
python-magic 0.4.27 Success - 2025-05-01 15:48:19
requests-mock 1.12.1 Success - 2025-05-06 02:45:48
google 3.0.0 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 0x00007fed6fa2a740 (most recent call first):
  <no Python frame>
2025-05-01 10:04:13
jsondiff 2.2.1 Success - 2025-05-01 14:40:51
types-pymysql 1.1.0.20241103 Success - 2025-05-01 15:48:22
types-pyopenssl 24.1.0.20240722 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 0x00007fde5d19b740 (most recent call first):
  <no Python frame>
2025-05-01 10:04:15
prefect 3.4.0 Failed
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        cargo:warning=/home/runner/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/include/python3.13t/object.h: In function ‘Py_INCREF’:
        cargo:warning=/home/runner/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/include/python3.13t/object.h:810:22: warning: conversion to ‘uint32_t’ {aka ‘unsigned int’} from ‘int’ may change the sign of the result [-Wsign-conversion]
        cargo:warning=  810 |     uint32_t local = _Py_atomic_load_uint32_relaxed(&op->ob_ref_local);
        cargo:warning=      |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        cargo:warning=/home/runner/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/include/python3.13t/object.h:817:9: warning: implicit declaration of function ‘_Py_atomic_store_uint32_relaxed’ [-Wimplicit-function-declaration]
        cargo:warning=  817 |         _Py_atomic_store_uint32_relaxed(&op->ob_ref_local, new_local);
        cargo:warning=      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        cargo:warning=/home/runner/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/include/python3.13t/object.h:820:9: warning: implicit declaration of function ‘_Py_atomic_add_ssize’; did you mean ‘__atomic_add_fetch’? [-Wimplicit-function-declaration]
        cargo:warning=  820 |         _Py_atomic_add_ssize(&op->ob_ref_shared, (1 << _Py_REF_SHARED_SHIFT));
        cargo:warning=      |         ^~~~~~~~~~~~~~~~~~~~
        cargo:warning=      |         __atomic_add_fetch
        cargo:warning=/home/runner/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/include/python3.13t/object.h: In function ‘Py_DECREF’:
        cargo:warning=/home/runner/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/include/python3.13t/object.h:904:22: warning: conversion to ‘uint32_t’ {aka ‘unsigned int’} from ‘int’ may change the sign of the result [-Wsign-conversion]
        cargo:warning=  904 |     uint32_t local = _Py_atomic_load_uint32_relaxed(&op->ob_ref_local);
        cargo:warning=      |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        cargo:warning=/home/runner/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/include/python3.13t/object.h:913:13: warning: implicit declaration of function ‘_Py_MergeZeroLocalRefcount’ [-Wimplicit-function-declaration]
        cargo:warning=  913 |             _Py_MergeZeroLocalRefcount(op);
        cargo:warning=      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~
        cargo:warning=/home/runner/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/include/python3.13t/object.h:917:9: warning: implicit declaration of function ‘_Py_DecRefShared’; did you mean ‘_Py_DecRef’? [-Wimplicit-function-declaration]
        cargo:warning=  917 |         _Py_DecRefShared(op);
        cargo:warning=      |         ^~~~~~~~~~~~~~~~
        cargo:warning=      |         _Py_DecRef
      
        --- stderr
      
      
        error occurred: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "/usr/include" "-I" "/tmp/tmpmn6gqjlk/venv/include" "-I" "/home/runner/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/include/python3.13t" "-Wall" "-Wextra" "-Wconversion" "-Wno-error=sign-conversion" "-Wno-unused-parameter" "-fmacro-prefix-map=/tmp/pip-install-swd4r6i5/cryptography_66526b5139d04620b163467ab05c7e21/target/release/build/cryptography-cffi-6f290f7bf539270e/out=." "-DPy_LIMITED_API=0x030700f0" "-o" "/tmp/pip-install-swd4r6i5/cryptography_66526b5139d04620b163467ab05c7e21/target/release/build/cryptography-cffi-6f290f7bf539270e/out/4f26feca0bea95f5-_openssl.o" "-c" "/tmp/pip-install-swd4r6i5/cryptography_66526b5139d04620b163467ab05c7e21/target/release/build/cryptography-cffi-6f290f7bf539270e/out/_openssl.c" with args cc did not execute successfully (status code exit status: 1).
      
      
      warning: build failed, waiting for other jobs to finish...
      💥 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/tmpmn6gqjlk/venv/bin/python" PYTHON_SYS_EXECUTABLE="/tmp/tmpmn6gqjlk/venv/bin/python" "cargo" "rustc" "--features" "pyo3/abi3-py37" "--message-format" "json-render-diagnostics" "--locked" "--manifest-path" "/tmp/pip-install-swd4r6i5/cryptography_66526b5139d04620b163467ab05c7e21/src/rust/Cargo.toml" "--release" "--lib"`
      Error: command ['maturin', 'pep517', 'build-wheel', '-i', '/tmp/tmpmn6gqjlk/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 (asyncpg, orjson, cryptography)
2025-05-01 14:41:55
moto 5.1.4 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/tmp1z3o3g1x/venv/bin/python --compatibility off`
      📦 Including license file "/tmp/pip-install-b361i40w/cryptography_2fd43a7e89f446499dbb3e817d64243b/LICENSE"
      📦 Including license file "/tmp/pip-install-b361i40w/cryptography_2fd43a7e89f446499dbb3e817d64243b/LICENSE.APACHE"
      📦 Including license file "/tmp/pip-install-b361i40w/cryptography_2fd43a7e89f446499dbb3e817d64243b/LICENSE.BSD"
      🍹 Building a mixed python/rust project
      🔗 Found pyo3 bindings with abi3 support for Python ≥ 3.7
      🐍 Not using a specific python interpreter
      📡 Using build options features, locked from pyproject.toml
      ⚠️ Warning: CPython 3.13t at /tmp/tmp1z3o3g1x/venv/bin/python does not yet support abi3 so the build artifacts will be version-specific.
      warning: /tmp/pip-install-b361i40w/cryptography_2fd43a7e89f446499dbb3e817d64243b/src/rust/cryptography-cffi/Cargo.toml: unused manifest key: lints
      warning: /tmp/pip-install-b361i40w/cryptography_2fd43a7e89f446499dbb3e817d64243b/src/rust/cryptography-openssl/Cargo.toml: unused manifest key: lints
      warning: /tmp/pip-install-b361i40w/cryptography_2fd43a7e89f446499dbb3e817d64243b/src/rust/Cargo.toml: unused manifest key: lints
      warning: /tmp/pip-install-b361i40w/cryptography_2fd43a7e89f446499dbb3e817d64243b/src/rust/cryptography-key-parsing/Cargo.toml: unused manifest key: lints
      error: package `cryptography-rust v0.1.0 (/tmp/pip-install-b361i40w/cryptography_2fd43a7e89f446499dbb3e817d64243b/src/rust)` cannot be built because it requires rustc 1.65.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/tmp1z3o3g1x/venv/bin/python" PYTHON_SYS_EXECUTABLE="/tmp/tmp1z3o3g1x/venv/bin/python" "cargo" "rustc" "--features" "pyo3/abi3-py37" "--message-format" "json-render-diagnostics" "--locked" "--manifest-path" "/tmp/pip-install-b361i40w/cryptography_2fd43a7e89f446499dbb3e817d64243b/src/rust/Cargo.toml" "--release" "--lib"`
      Error: command ['maturin', 'pep517', 'build-wheel', '-i', '/tmp/tmp1z3o3g1x/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-06 03:37:00

Python 3.14t Compatibility Results

Library Version Build Result Error Details Last Updated At
torchmetrics 1.7.1 Failed
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      [501/530] Compiling C object numpy/linalg/_umath_linalg.cpython-314t-x86_64-linux-gnu.so.p/lapack_lite_f2c_blas.c.o
      [502/530] Compiling Cython source /tmp/pip-install-m07h4qsk/numpy_db2df5a3fa6141ad9455071b2e2ef24d/numpy/random/_philox.pyx
      [503/530] Compiling C object numpy/random/_common.cpython-314t-x86_64-linux-gnu.so.p/meson-generated_numpy_random__common.pyx.c.o
      [504/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.
2025-05-03 14:19:44
pipenv 2025.0.2 Success - 2025-05-05 16:41:39
meson 1.8.0 Success - 2025-05-05 20:05:42
mmh3 5.1.0 Success - 2025-05-03 12:12:41
azure-batch 14.2.0 Failed
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/tmpsx8y0z4t/venv/bin/python" PYTHON_SYS_EXECUTABLE="/tmp/tmpsx8y0z4t/venv/bin/python" "cargo" "rustc" "--features" "pyo3/abi3-py37" "--message-format" "json-render-diagnostics" "--locked" "--manifest-path" "/tmp/pip-install-fj7o8fpt/cryptography_5bf3bacdff754bee84500be348c8afda/src/rust/Cargo.toml" "--release" "--lib"`
      Error: command ['maturin', 'pep517', 'build-wheel', '-i', '/tmp/tmpsx8y0z4t/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-03 14:20:05
azure-keyvault 4.2.0 Failed
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/tmped47bl6e/venv/bin/python" PYTHON_SYS_EXECUTABLE="/tmp/tmped47bl6e/venv/bin/python" "cargo" "rustc" "--features" "pyo3/abi3-py37" "--message-format" "json-render-diagnostics" "--locked" "--manifest-path" "/tmp/pip-install-by3un1vm/cryptography_f20b024efe1d4a00970b76d6478588f4/src/rust/Cargo.toml" "--release" "--lib"`
      Error: command ['maturin', 'pep517', 'build-wheel', '-i', '/tmp/tmped47bl6e/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-03 15:07:06
trino 0.334.0 Failed
  error: subprocess-exited-with-error
  
  × Building wheel for zstandard (pyproject.toml) did not run successfully.
  │ exit code: 1
  ╰─> [25 lines of output]
      <string>:41: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
      <string>:42: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
      <frozen importlib._bootstrap>:488: RuntimeWarning: The global interpreter lock (GIL) has been enabled to load module '_cffi_backend', which has not declared that it can run safely without the GIL. To override this behavior and keep the GIL disabled (at your own risk), run with PYTHON_GIL=0 or -Xgil=0.
      generating build/zstandard/_cffi.c
      (already up-to-date)
      not modified: 'build/zstandard/_cffi.c'
      running bdist_wheel
      running build
      running build_py
      creating build/lib.linux-x86_64-cpython-314
      creating build/lib.linux-x86_64-cpython-314/zstandard
      copying zstandard/__init__.py -> build/lib.linux-x86_64-cpython-314/zstandard
      copying zstandard/backend_cffi.py -> build/lib.linux-x86_64-cpython-314/zstandard
      copying zstandard/__init__.pyi -> build/lib.linux-x86_64-cpython-314/zstandard
      copying zstandard/py.typed -> build/lib.linux-x86_64-cpython-314/zstandard
      running build_ext
      building 'zstandard.backend_c' extension
      creating build/temp.linux-x86_64-cpython-314
      creating build/temp.linux-x86_64-cpython-314/c-ext
      cc -pthread -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -g -O3 -Wall -fPIC -fPIC -Ic-ext -Izstd -I/tmp/tmppive0yzk/venv/include -I/root/.local/share/uv/python/cpython-3.14.0a6+freethreaded-linux-x86_64-gnu/include/python3.14t -c c-ext/backend_c.c -o build/temp.linux-x86_64-cpython-314/c-ext/backend_c.o -DZSTD_SINGLE_FILE -DZSTDLIB_VISIBLE= -DZDICTLIB_VISIBLE= -DZSTDERRORLIB_VISIBLE= -fvisibility=hidden
      c-ext/backend_c.c: In function ‘safe_pybytes_resize’:
      c-ext/backend_c.c:316:15: error: ‘PyObject’ {aka ‘struct _object’} has no member named ‘ob_refcnt’
        316 |     if ((*obj)->ob_refcnt == 1) {
            |               ^~
      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 zstandard
ERROR: Failed to build installable wheels for some pyproject.toml based projects (zstandard)
2025-05-05 19:50:10
pox 0.3.6 Success - 2025-05-05 15:04:03
texttable 1.7.0 Success - 2025-05-03 12:30:13
pyhcl 0.4.5 Success - 2025-05-03 15:07:22
pyright 1.1.400 Success - 2025-05-03 14:20:48
iso8601 2.1.0 Success - 2025-05-05 20:06:02
python-magic 0.4.27 Success - 2025-05-03 12:47:40
requests-mock 1.12.1 Success - 2025-05-05 13:15:14
google 3.0.0 Success - 2025-05-03 14:21:12
jsondiff 2.2.1 Success - 2025-05-03 15:12:45
types-pymysql 1.1.0.20241103 Success - 2025-05-03 13:10:06
types-pyopenssl 24.1.0.20240722 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/tmpwlg0u9gy/venv/bin/python --compatibility off`
      📦 Including license file "/tmp/pip-install-mp89g9dd/cryptography_c5dd9619cda34d399c899b447b5c75b5/LICENSE"
      📦 Including license file "/tmp/pip-install-mp89g9dd/cryptography_c5dd9619cda34d399c899b447b5c75b5/LICENSE.APACHE"
      📦 Including license file "/tmp/pip-install-mp89g9dd/cryptography_c5dd9619cda34d399c899b447b5c75b5/LICENSE.BSD"
      🍹 Building a mixed python/rust project
      🔗 Found pyo3 bindings with abi3 support for Python ≥ 3.7
      🐍 Not using a specific python interpreter
      📡 Using build options features, locked from pyproject.toml
      ⚠️ Warning: CPython 3.14t at /tmp/tmpwlg0u9gy/venv/bin/python does not yet support abi3 so the build artifacts will be version-specific.
      warning: /tmp/pip-install-mp89g9dd/cryptography_c5dd9619cda34d399c899b447b5c75b5/src/rust/cryptography-openssl/Cargo.toml: unused manifest key: lints
      warning: /tmp/pip-install-mp89g9dd/cryptography_c5dd9619cda34d399c899b447b5c75b5/src/rust/Cargo.toml: unused manifest key: lints
      warning: /tmp/pip-install-mp89g9dd/cryptography_c5dd9619cda34d399c899b447b5c75b5/src/rust/cryptography-cffi/Cargo.toml: unused manifest key: lints
      warning: /tmp/pip-install-mp89g9dd/cryptography_c5dd9619cda34d399c899b447b5c75b5/src/rust/cryptography-key-parsing/Cargo.toml: unused manifest key: lints
      error: package `cryptography-rust v0.1.0 (/tmp/pip-install-mp89g9dd/cryptography_c5dd9619cda34d399c899b447b5c75b5/src/rust)` cannot be built because it requires rustc 1.65.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/tmpwlg0u9gy/venv/bin/python" PYTHON_SYS_EXECUTABLE="/tmp/tmpwlg0u9gy/venv/bin/python" "cargo" "rustc" "--features" "pyo3/abi3-py37" "--message-format" "json-render-diagnostics" "--locked" "--manifest-path" "/tmp/pip-install-mp89g9dd/cryptography_c5dd9619cda34d399c899b447b5c75b5/src/rust/Cargo.toml" "--release" "--lib"`
      Error: command ['maturin', 'pep517', 'build-wheel', '-i', '/tmp/tmpwlg0u9gy/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-05 19:50:35
prefect 3.4.0 Failed
.1.11.dev3, 3.1.11.dev4, 3.1.11.dev5, 3.1.11, 3.1.12.dev1, 3.1.12.dev2, 3.1.12.dev3, 3.1.12.dev4, 3.1.12.dev5, 3.1.12, 3.1.13.dev1, 3.1.13.dev2, 3.1.13.dev3, 3.1.13.dev4, 3.1.13.dev5, 3.1.13.dev6, 3.1.13, 3.1.14.dev1, 3.1.14.dev2, 3.1.14.dev3, 3.1.14.dev4, 3.1.14, 3.1.15.dev1, 3.1.15.dev2, 3.1.15.dev3, 3.1.15.dev4, 3.1.15.dev5, 3.1.15.dev6, 3.1.15, 3.1.16.dev1, 3.1.16.dev2, 3.1.16.dev3, 3.1.16.dev4, 3.1.16.dev5, 3.1.16.dev6, 3.1.16.dev7, 3.2.0, 3.2.1, 3.2.2.dev1, 3.2.2.dev2, 3.2.2, 3.2.3, 3.2.4, 3.2.5, 3.2.6, 3.2.7.dev1, 3.2.7, 3.2.8.dev1, 3.2.8.dev2, 3.2.8.dev3, 3.2.8.dev4, 3.2.8, 3.2.9, 3.2.10.dev1, 3.2.10.dev2, 3.2.10.dev3, 3.2.10.dev4, 3.2.10, 3.2.11, 3.2.12.dev1, 3.2.12.dev2, 3.2.12.dev3, 3.2.12.dev4, 3.2.12, 3.2.13.dev2, 3.2.13.dev3, 3.2.13.dev4, 3.2.13, 3.2.14.dev1, 3.2.14.dev2, 3.2.14.dev3, 3.2.14, 3.2.15.dev1, 3.2.15.dev2, 3.2.15.dev3, 3.2.15.dev4, 3.2.15.dev5, 3.2.15.dev6, 3.2.15.dev7, 3.2.15.dev8, 3.2.15.dev9, 3.2.15)
ERROR: No matching distribution found for prefect==3.4.0
2025-05-03 15:12:57
moto 5.1.4 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/tmp2m1rwd78/venv/bin/python --compatibility off`
      📦 Including license file "/tmp/pip-install-vh1z47c6/cryptography_1cb695706cfe4113ad288f78e07ae7ef/LICENSE"
      📦 Including license file "/tmp/pip-install-vh1z47c6/cryptography_1cb695706cfe4113ad288f78e07ae7ef/LICENSE.APACHE"
      📦 Including license file "/tmp/pip-install-vh1z47c6/cryptography_1cb695706cfe4113ad288f78e07ae7ef/LICENSE.BSD"
      🍹 Building a mixed python/rust project
      🔗 Found pyo3 bindings with abi3 support for Python ≥ 3.7
      🐍 Not using a specific python interpreter
      📡 Using build options features, locked from pyproject.toml
      ⚠️ Warning: CPython 3.14t at /tmp/tmp2m1rwd78/venv/bin/python does not yet support abi3 so the build artifacts will be version-specific.
      warning: /tmp/pip-install-vh1z47c6/cryptography_1cb695706cfe4113ad288f78e07ae7ef/src/rust/cryptography-key-parsing/Cargo.toml: unused manifest key: lints
      warning: /tmp/pip-install-vh1z47c6/cryptography_1cb695706cfe4113ad288f78e07ae7ef/src/rust/Cargo.toml: unused manifest key: lints
      warning: /tmp/pip-install-vh1z47c6/cryptography_1cb695706cfe4113ad288f78e07ae7ef/src/rust/cryptography-cffi/Cargo.toml: unused manifest key: lints
      warning: /tmp/pip-install-vh1z47c6/cryptography_1cb695706cfe4113ad288f78e07ae7ef/src/rust/cryptography-openssl/Cargo.toml: unused manifest key: lints
      error: package `cryptography-cffi v0.1.0 (/tmp/pip-install-vh1z47c6/cryptography_1cb695706cfe4113ad288f78e07ae7ef/src/rust/cryptography-cffi)` cannot be built because it requires rustc 1.65.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/tmp2m1rwd78/venv/bin/python" PYTHON_SYS_EXECUTABLE="/tmp/tmp2m1rwd78/venv/bin/python" "cargo" "rustc" "--features" "pyo3/abi3-py37" "--message-format" "json-render-diagnostics" "--locked" "--manifest-path" "/tmp/pip-install-vh1z47c6/cryptography_1cb695706cfe4113ad288f78e07ae7ef/src/rust/Cargo.toml" "--release" "--lib"`
      Error: command ['maturin', 'pep517', 'build-wheel', '-i', '/tmp/tmp2m1rwd78/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-05 16:42:00