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
propcache 0.3.2 Success - 2025-05-20 15:46:30
werkzeug 3.1.3 Success - 2025-05-20 14:46:01
tqdm 4.67.1 Success - 2025-05-20 15:46:22
frozenlist 1.7.0 Success - 2025-05-20 15:46:19
oauthlib 3.3.1 Success - 2025-05-20 14:41:15
cloudpickle 3.1.1 Success - 2025-05-20 15:46:55
opensearch-py 3.0.0 Success - 2025-05-20 15:46:39
pyparsing 3.2.3 Success - 2025-05-20 14:41:02
greenlet 3.2.3 Success - 2025-05-20 14:41:05
lxml 5.4.0 Failed
  error: subprocess-exited-with-error
  
  × Getting requirements to build wheel did not run successfully.
  │ exit code: 1
  ╰─> [4 lines of output]
      Building lxml version 5.4.0.
      <string>:67: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
      Building without Cython.
      Error: Please make sure the libxml2 and libxslt development packages are installed.
      [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-20 14:46:19
exceptiongroup 1.3.0 Success - 2025-05-20 15:46:44
pathspec 0.12.1 Success - 2025-05-20 15:46:35
pyopenssl 25.1.0 Failed
  error: subprocess-exited-with-error
  
  × Building wheel for cryptography (pyproject.toml) did not run successfully.
  │ exit code: 1
  ╰─> [19 lines of output]
      Running `maturin pep517 build-wheel -i /tmp/tmpj3ztdrnf/venv/bin/python --compatibility off`
      📦 Including license file "/tmp/pip-install-dtwl8svz/cryptography_22a6b2bf270041c99b3fe0b56de30ba1/LICENSE"
      📦 Including license file "/tmp/pip-install-dtwl8svz/cryptography_22a6b2bf270041c99b3fe0b56de30ba1/LICENSE.APACHE"
      📦 Including license file "/tmp/pip-install-dtwl8svz/cryptography_22a6b2bf270041c99b3fe0b56de30ba1/LICENSE.BSD"
      🍹 Building a mixed python/rust project
      🔗 Found pyo3 bindings with abi3 support
      🐍 Found CPython 3.13t at /tmp/tmpj3ztdrnf/venv/bin/python
      📡 Using build options locked from pyproject.toml
      ⚠️ Warning: CPython 3.13t at /tmp/tmpj3ztdrnf/venv/bin/python does not yet support abi3 so the build artifacts will be version-specific.
      warning: /tmp/pip-install-dtwl8svz/cryptography_22a6b2bf270041c99b3fe0b56de30ba1/src/rust/cryptography-cffi/Cargo.toml: unused manifest key: lints
      warning: /tmp/pip-install-dtwl8svz/cryptography_22a6b2bf270041c99b3fe0b56de30ba1/src/rust/cryptography-openssl/Cargo.toml: unused manifest key: lints
      warning: /tmp/pip-install-dtwl8svz/cryptography_22a6b2bf270041c99b3fe0b56de30ba1/src/rust/Cargo.toml: unused manifest key: lints
      warning: /tmp/pip-install-dtwl8svz/cryptography_22a6b2bf270041c99b3fe0b56de30ba1/src/rust/cryptography-key-parsing/Cargo.toml: unused manifest key: lints
      error: package `cryptography-key-parsing v0.1.0 (/tmp/pip-install-dtwl8svz/cryptography_22a6b2bf270041c99b3fe0b56de30ba1/src/rust/cryptography-key-parsing)` cannot be built because it requires rustc 1.74.0 or newer, while the currently active rustc version is 1.63.0
      
      💥 maturin failed
        Caused by: Failed to build a native library through cargo
        Caused by: Cargo build finished with "exit status: 101": `env -u CARGO PYO3_ENVIRONMENT_SIGNATURE="cpython-3.13-64bit" PYO3_PYTHON="/tmp/tmpj3ztdrnf/venv/bin/python" PYTHON_SYS_EXECUTABLE="/tmp/tmpj3ztdrnf/venv/bin/python" "cargo" "rustc" "--message-format" "json-render-diagnostics" "--locked" "--manifest-path" "/tmp/pip-install-dtwl8svz/cryptography_22a6b2bf270041c99b3fe0b56de30ba1/src/rust/Cargo.toml" "--release" "--lib"`
      Error: command ['maturin', 'pep517', 'build-wheel', '-i', '/tmp/tmpj3ztdrnf/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-20 14:45:58
soupsieve 2.7 Success - 2025-05-20 15:46:32
azure-identity 1.23.0 Failed
  error: subprocess-exited-with-error
  
  × Building wheel for cryptography (pyproject.toml) did not run successfully.
  │ exit code: 1
  ╰─> [21 lines of output]
      Running `maturin pep517 build-wheel -i /tmp/tmpgcckdj8p/venv/bin/python --compatibility off`
      📦 Including license file "/tmp/pip-install-xekg5ffi/cryptography_3cd18a0a21674ce1b58852563f5bab11/LICENSE"
      📦 Including license file "/tmp/pip-install-xekg5ffi/cryptography_3cd18a0a21674ce1b58852563f5bab11/LICENSE.APACHE"
      📦 Including license file "/tmp/pip-install-xekg5ffi/cryptography_3cd18a0a21674ce1b58852563f5bab11/LICENSE.BSD"
      🍹 Building a mixed python/rust project
      🔗 Found pyo3 bindings with abi3 support
      🐍 Found CPython 3.13t at /tmp/tmpgcckdj8p/venv/bin/python
      📡 Using build options locked from pyproject.toml
      ⚠️ Warning: CPython 3.13t at /tmp/tmpgcckdj8p/venv/bin/python does not yet support abi3 so the build artifacts will be version-specific.
      warning: /tmp/pip-install-xekg5ffi/cryptography_3cd18a0a21674ce1b58852563f5bab11/src/rust/cryptography-openssl/Cargo.toml: unused manifest key: lints
      warning: /tmp/pip-install-xekg5ffi/cryptography_3cd18a0a21674ce1b58852563f5bab11/src/rust/cryptography-key-parsing/Cargo.toml: unused manifest key: lints
      warning: /tmp/pip-install-xekg5ffi/cryptography_3cd18a0a21674ce1b58852563f5bab11/src/rust/cryptography-cffi/Cargo.toml: unused manifest key: lints
      warning: /tmp/pip-install-xekg5ffi/cryptography_3cd18a0a21674ce1b58852563f5bab11/src/rust/Cargo.toml: unused manifest key: lints
      error: package `asn1_derive v0.21.3` cannot be built because it requires rustc 1.65.0 or newer, while the currently active rustc version is 1.63.0
      Either upgrade to rustc 1.65.0 or newer, or use
      cargo update -p asn1_derive@0.21.3 --precise ver
      where `ver` is the latest version of `asn1_derive` 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.13-64bit" PYO3_PYTHON="/tmp/tmpgcckdj8p/venv/bin/python" PYTHON_SYS_EXECUTABLE="/tmp/tmpgcckdj8p/venv/bin/python" "cargo" "rustc" "--message-format" "json-render-diagnostics" "--locked" "--manifest-path" "/tmp/pip-install-xekg5ffi/cryptography_3cd18a0a21674ce1b58852563f5bab11/src/rust/Cargo.toml" "--release" "--lib"`
      Error: command ['maturin', 'pep517', 'build-wheel', '-i', '/tmp/tmpgcckdj8p/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-20 14:47:46
deprecated 1.2.18 Success - 2025-05-20 14:46:03
distlib 0.3.9 Success - 2025-05-20 14:41:35
scipy 1.16.0 Success - 2025-05-20 14:41:32
requests-aws4auth 1.3.1 Success - 2025-05-20 15:46:52
et-xmlfile 2.0.0 Success - 2025-05-20 15:46:57

Python 3.14t Compatibility Results

Library Version Build Result Error Details Last Updated At
propcache 0.3.2 Success - 2025-05-20 14:38:02
werkzeug 3.1.3 Success - 2025-05-20 15:56:35
tqdm 4.67.1 Success - 2025-05-20 14:37:57
frozenlist 1.7.0 Success - 2025-05-20 15:46:12
oauthlib 3.3.1 Success - 2025-05-20 15:28:57
cloudpickle 3.1.1 Success - 2025-05-20 14:38:28
opensearch-py 3.0.0 Success - 2025-05-20 14:38:15
pyparsing 3.2.3 Success - 2025-05-20 14:37:59
greenlet 3.2.3 Failed
b.linux-x86_64-cpython-314t/greenlet
      copying src/greenlet/greenlet_slp_switch.hpp -> build/lib.linux-x86_64-cpython-314t/greenlet
      copying src/greenlet/greenlet_thread_support.hpp -> build/lib.linux-x86_64-cpython-314t/greenlet
      copying src/greenlet/slp_platformselect.h -> build/lib.linux-x86_64-cpython-314t/greenlet
      copying src/greenlet/platform/setup_switch_x64_masm.cmd -> build/lib.linux-x86_64-cpython-314t/greenlet/platform
      copying src/greenlet/platform/switch_aarch64_gcc.h -> build/lib.linux-x86_64-cpython-314t/greenlet/platform
      copying src/greenlet/platform/switch_alpha_unix.h -> build/lib.linux-x86_64-cpython-314t/greenlet/platform
      copying src/greenlet/platform/switch_amd64_unix.h -> build/lib.linux-x86_64-cpython-314t/greenlet/platform
      copying src/greenlet/platform/switch_arm32_gcc.h -> build/lib.linux-x86_64-cpython-314t/greenlet/platform
      copying src/greenlet/platform/switch_arm32_ios.h -> build/lib.linux-x86_64-cpython-314t/greenlet/platform
      copying src/greenlet/platform/switch_arm64_masm.asm -> build/lib.linux-x86_64-cpython-314t/greenlet/platform
      copying src/greenlet/platform/switch_arm64_masm.obj -> build/lib.linux-x86_64-cpython-314t/greenlet/platform
      copying src/greenlet/platform/switch_arm64_msvc.h -> build/lib.linux-x86_64-cpython-314t/greenlet/platform
      copying src/greenlet/platform/switch_csky_gcc.h -> build/lib.linux-x86_64-cpython-314t/greenlet/platform
      copying src/greenlet/platform/switch_loongarch64_linux.h -> build/lib.linux-x86_64-cpython-314t/greenlet/platform
      copying src/greenlet/platform/switch_m68k_gcc.h -> build/lib.linux-x86_64-cpython-314t/greenlet/platform
      copying src/greenlet/platform/switch_mips_unix.h -> build/lib.linux-x86_64-cpython-314t/greenlet/platform
      copying src/greenlet/platform/switch_ppc64_aix.h -> build/lib.linux-x86_64-cpython-314t/greenlet/platform
      copying src/greenlet/platform/switch_ppc64_linux.h -> build/lib.linux-x86_64-cpython-314t/greenlet/platform
      copying src/greenlet/platform/switch_ppc_aix.h -> build/lib.linux-x86_64-cpython-314t/greenlet/platform
      copying src/greenlet/platform/switch_ppc_linux.h -> build/lib.linux-x86_64-cpython-314t/greenlet/platform
      copying src/greenlet/platform/switch_ppc_macosx.h -> build/lib.linux-x86_64-cpython-314t/greenlet/platform
      copying src/greenlet/platform/switch_ppc_unix.h -> build/lib.linux-x86_64-cpython-314t/greenlet/platform
      copying src/greenlet/platform/switch_riscv_unix.h -> build/lib.linux-x86_64-cpython-314t/greenlet/platform
      copying src/greenlet/platform/switch_s390_unix.h -> build/lib.linux-x86_64-cpython-314t/greenlet/platform
      copying src/greenlet/platform/switch_sh_gcc.h -> build/lib.linux-x86_64-cpython-314t/greenlet/platform
      copying src/greenlet/platform/switch_sparc_sun_gcc.h -> build/lib.linux-x86_64-cpython-314t/greenlet/platform
      copying src/greenlet/platform/switch_x32_unix.h -> build/lib.linux-x86_64-cpython-314t/greenlet/platform
      copying src/greenlet/platform/switch_x64_masm.asm -> build/lib.linux-x86_64-cpython-314t/greenlet/platform
      copying src/greenlet/platform/switch_x64_masm.obj -> build/lib.linux-x86_64-cpython-314t/greenlet/platform
      copying src/greenlet/platform/switch_x64_msvc.h -> build/lib.linux-x86_64-cpython-314t/greenlet/platform
      copying src/greenlet/platform/switch_x86_msvc.h -> build/lib.linux-x86_64-cpython-314t/greenlet/platform
      copying src/greenlet/platform/switch_x86_unix.h -> build/lib.linux-x86_64-cpython-314t/greenlet/platform
      copying src/greenlet/tests/_test_extension.c -> build/lib.linux-x86_64-cpython-314t/greenlet/tests
      copying src/greenlet/tests/_test_extension_cpp.cpp -> build/lib.linux-x86_64-cpython-314t/greenlet/tests
      running build_ext
      building 'greenlet._greenlet' extension
      creating build/temp.linux-x86_64-cpython-314t/src/greenlet
      c++ -pthread -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -g -O3 -Wall -fPIC -fPIC -I/tmp/tmpivd4k8vu/venv/include -I/root/.local/share/uv/python/cpython-3.14.0a6+freethreaded-linux-x86_64-gnu/include/python3.14t -c src/greenlet/greenlet.cpp -o build/temp.linux-x86_64-cpython-314t/src/greenlet/greenlet.o
      In file included from src/greenlet/greenlet_internal.hpp:18,
                       from src/greenlet/greenlet.cpp:19:
      src/greenlet/TGreenlet.hpp:31:12: fatal error: internal/pycore_interpframe_structs.h: No such file or directory
         31 | #  include "internal/pycore_interpframe_structs.h"
            |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      compilation terminated.
      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 greenlet
ERROR: Failed to build installable wheels for some pyproject.toml based projects (greenlet)
2025-05-20 15:28:52
lxml 5.4.0 Failed
  error: subprocess-exited-with-error
  
  × Getting requirements to build wheel did not run successfully.
  │ exit code: 1
  ╰─> [4 lines of output]
      Building lxml version 5.4.0.
      <string>:67: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
      Building without Cython.
      Error: Please make sure the libxml2 and libxslt development packages are installed.
      [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-20 15:29:39
exceptiongroup 1.3.0 Success - 2025-05-20 15:56:28
pathspec 0.12.1 Success - 2025-05-20 15:46:23
pyopenssl 25.1.0 Failed
  error: subprocess-exited-with-error
  
  × Building wheel for cryptography (pyproject.toml) did not run successfully.
  │ exit code: 1
  ╰─> [19 lines of output]
      Running `maturin pep517 build-wheel -i /tmp/tmp6jofi_es/venv/bin/python --compatibility off`
      📦 Including license file "/tmp/pip-install-kmcvfplj/cryptography_e4bcfd4071ad4c46af55c46f1f5a7230/LICENSE"
      📦 Including license file "/tmp/pip-install-kmcvfplj/cryptography_e4bcfd4071ad4c46af55c46f1f5a7230/LICENSE.APACHE"
      📦 Including license file "/tmp/pip-install-kmcvfplj/cryptography_e4bcfd4071ad4c46af55c46f1f5a7230/LICENSE.BSD"
      🍹 Building a mixed python/rust project
      🔗 Found pyo3 bindings with abi3 support
      🐍 Found CPython 3.14t at /tmp/tmp6jofi_es/venv/bin/python
      📡 Using build options locked from pyproject.toml
      ⚠️ Warning: CPython 3.14t at /tmp/tmp6jofi_es/venv/bin/python does not yet support abi3 so the build artifacts will be version-specific.
      warning: /tmp/pip-install-kmcvfplj/cryptography_e4bcfd4071ad4c46af55c46f1f5a7230/src/rust/cryptography-key-parsing/Cargo.toml: unused manifest key: lints
      warning: /tmp/pip-install-kmcvfplj/cryptography_e4bcfd4071ad4c46af55c46f1f5a7230/src/rust/Cargo.toml: unused manifest key: lints
      warning: /tmp/pip-install-kmcvfplj/cryptography_e4bcfd4071ad4c46af55c46f1f5a7230/src/rust/cryptography-openssl/Cargo.toml: unused manifest key: lints
      warning: /tmp/pip-install-kmcvfplj/cryptography_e4bcfd4071ad4c46af55c46f1f5a7230/src/rust/cryptography-cffi/Cargo.toml: unused manifest key: lints
      error: package `cryptography-keepalive v0.1.0 (/tmp/pip-install-kmcvfplj/cryptography_e4bcfd4071ad4c46af55c46f1f5a7230/src/rust/cryptography-keepalive)` cannot be built because it requires rustc 1.74.0 or newer, while the currently active rustc version is 1.63.0
      
      💥 maturin failed
        Caused by: Failed to build a native library through cargo
        Caused by: Cargo build finished with "exit status: 101": `env -u CARGO PYO3_ENVIRONMENT_SIGNATURE="cpython-3.14-64bit" PYO3_PYTHON="/tmp/tmp6jofi_es/venv/bin/python" PYTHON_SYS_EXECUTABLE="/tmp/tmp6jofi_es/venv/bin/python" "cargo" "rustc" "--message-format" "json-render-diagnostics" "--locked" "--manifest-path" "/tmp/pip-install-kmcvfplj/cryptography_e4bcfd4071ad4c46af55c46f1f5a7230/src/rust/Cargo.toml" "--release" "--lib"`
      Error: command ['maturin', 'pep517', 'build-wheel', '-i', '/tmp/tmp6jofi_es/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-20 15:29:22
soupsieve 2.7 Success - 2025-05-20 15:28:54
azure-identity 1.23.0 Failed
  error: subprocess-exited-with-error
  
  × Building wheel for cryptography (pyproject.toml) did not run successfully.
  │ exit code: 1
  ╰─> [21 lines of output]
      Running `maturin pep517 build-wheel -i /tmp/tmp063fqv71/venv/bin/python --compatibility off`
      📦 Including license file "/tmp/pip-install-meuy5757/cryptography_3e52521509084447a294811a67062448/LICENSE"
      📦 Including license file "/tmp/pip-install-meuy5757/cryptography_3e52521509084447a294811a67062448/LICENSE.APACHE"
      📦 Including license file "/tmp/pip-install-meuy5757/cryptography_3e52521509084447a294811a67062448/LICENSE.BSD"
      🍹 Building a mixed python/rust project
      🔗 Found pyo3 bindings with abi3 support
      🐍 Found CPython 3.14t at /tmp/tmp063fqv71/venv/bin/python
      📡 Using build options locked from pyproject.toml
      ⚠️ Warning: CPython 3.14t at /tmp/tmp063fqv71/venv/bin/python does not yet support abi3 so the build artifacts will be version-specific.
      warning: /tmp/pip-install-meuy5757/cryptography_3e52521509084447a294811a67062448/src/rust/cryptography-key-parsing/Cargo.toml: unused manifest key: lints
      warning: /tmp/pip-install-meuy5757/cryptography_3e52521509084447a294811a67062448/src/rust/cryptography-openssl/Cargo.toml: unused manifest key: lints
      warning: /tmp/pip-install-meuy5757/cryptography_3e52521509084447a294811a67062448/src/rust/cryptography-cffi/Cargo.toml: unused manifest key: lints
      warning: /tmp/pip-install-meuy5757/cryptography_3e52521509084447a294811a67062448/src/rust/Cargo.toml: unused manifest key: lints
      error: package `asn1_derive v0.21.3` cannot be built because it requires rustc 1.65.0 or newer, while the currently active rustc version is 1.63.0
      Either upgrade to rustc 1.65.0 or newer, or use
      cargo update -p asn1_derive@0.21.3 --precise ver
      where `ver` is the latest version of `asn1_derive` 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/tmp063fqv71/venv/bin/python" PYTHON_SYS_EXECUTABLE="/tmp/tmp063fqv71/venv/bin/python" "cargo" "rustc" "--message-format" "json-render-diagnostics" "--locked" "--manifest-path" "/tmp/pip-install-meuy5757/cryptography_3e52521509084447a294811a67062448/src/rust/Cargo.toml" "--release" "--lib"`
      Error: command ['maturin', 'pep517', 'build-wheel', '-i', '/tmp/tmp063fqv71/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-20 14:39:04
deprecated 1.2.18 Success - 2025-05-20 14:38:26
distlib 0.3.9 Success - 2025-05-20 14:38:18
scipy 1.16.0 Failed
  error: subprocess-exited-with-error
  
  × Preparing metadata (pyproject.toml) did not run successfully.
  │ exit code: 1
  ╰─> [54 lines of output]
      + meson setup /tmp/pip-install-dujrbj7u/scipy_732acc55d0e9481aa515a95e8bf87904 /tmp/pip-install-dujrbj7u/scipy_732acc55d0e9481aa515a95e8bf87904/.mesonpy-zmd1kc19 -Dbuildtype=release -Db_ndebug=if-release -Db_vscrt=md --native-file=/tmp/pip-install-dujrbj7u/scipy_732acc55d0e9481aa515a95e8bf87904/.mesonpy-zmd1kc19/meson-python-native-file.ini
      The Meson build system
      Version: 1.8.2
      Source dir: /tmp/pip-install-dujrbj7u/scipy_732acc55d0e9481aa515a95e8bf87904
      Build dir: /tmp/pip-install-dujrbj7u/scipy_732acc55d0e9481aa515a95e8bf87904/.mesonpy-zmd1kc19
      Build type: native build
      Project name: scipy
      Project version: 1.16.0
      C compiler for the host machine: cc (gcc 12.2.0 "cc (Debian 12.2.0-14+deb12u1) 12.2.0")
      C linker for the host machine: cc ld.bfd 2.40
      C++ compiler for the host machine: c++ (gcc 12.2.0 "c++ (Debian 12.2.0-14+deb12u1) 12.2.0")
      C++ linker for the host machine: c++ ld.bfd 2.40
      Cython compiler for the host machine: cython (cython 3.1.2)
      Host machine cpu family: x86_64
      Host machine cpu: x86_64
      Program python found: YES (/tmp/tmpqik7l2xi/venv/bin/python)
      Did not find pkg-config by name 'pkg-config'
      Found pkg-config: NO
      Run-time dependency python found: YES 3.14
      Program cython found: YES (/tmp/pip-build-env-4z0675zc/overlay/bin/cython)
      Compiler for C supports arguments -Wno-unused-but-set-variable: YES
      Compiler for C supports arguments -Wno-unused-function: YES
      Compiler for C supports arguments -Wno-conversion: YES
      Compiler for C supports arguments -Wno-misleading-indentation: YES
      Library m found: YES
      
      ../meson.build:88:0: ERROR: Unknown compiler(s): [['gfortran'], ['flang-new'], ['flang'], ['nvfortran'], ['pgfortran'], ['ifort'], ['ifx'], ['g95']]
      The following exception(s) were encountered:
      Running `gfortran --help` gave "[Errno 2] No such file or directory: 'gfortran'"
      Running `gfortran --version` gave "[Errno 2] No such file or directory: 'gfortran'"
      Running `gfortran -V` gave "[Errno 2] No such file or directory: 'gfortran'"
      Running `flang-new --help` gave "[Errno 2] No such file or directory: 'flang-new'"
      Running `flang-new --version` gave "[Errno 2] No such file or directory: 'flang-new'"
      Running `flang-new -V` gave "[Errno 2] No such file or directory: 'flang-new'"
      Running `flang --help` gave "[Errno 2] No such file or directory: 'flang'"
      Running `flang --version` gave "[Errno 2] No such file or directory: 'flang'"
      Running `flang -V` gave "[Errno 2] No such file or directory: 'flang'"
      Running `nvfortran --help` gave "[Errno 2] No such file or directory: 'nvfortran'"
      Running `nvfortran --version` gave "[Errno 2] No such file or directory: 'nvfortran'"
      Running `nvfortran -V` gave "[Errno 2] No such file or directory: 'nvfortran'"
      Running `pgfortran --help` gave "[Errno 2] No such file or directory: 'pgfortran'"
      Running `pgfortran --version` gave "[Errno 2] No such file or directory: 'pgfortran'"
      Running `pgfortran -V` gave "[Errno 2] No such file or directory: 'pgfortran'"
      Running `ifort --help` gave "[Errno 2] No such file or directory: 'ifort'"
      Running `ifort --version` gave "[Errno 2] No such file or directory: 'ifort'"
      Running `ifort -V` gave "[Errno 2] No such file or directory: 'ifort'"
      Running `ifx --help` gave "[Errno 2] No such file or directory: 'ifx'"
      Running `ifx --version` gave "[Errno 2] No such file or directory: 'ifx'"
      Running `ifx -V` gave "[Errno 2] No such file or directory: 'ifx'"
      Running `g95 --help` gave "[Errno 2] No such file or directory: 'g95'"
      Running `g95 --version` gave "[Errno 2] No such file or directory: 'g95'"
      Running `g95 -V` gave "[Errno 2] No such file or directory: 'g95'"
      
      A full log can be found at /tmp/pip-install-dujrbj7u/scipy_732acc55d0e9481aa515a95e8bf87904/.mesonpy-zmd1kc19/meson-logs/meson-log.txt
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed

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

note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
2025-05-20 15:56:25
requests-aws4auth 1.3.1 Success - 2025-05-20 15:56:38
et-xmlfile 2.0.0 Success - 2025-05-20 15:29:32