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
azure-common 1.1.28 Success - 2025-05-20 17:46:11
simple-salesforce 1.12.6 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 22:19:11
triton 3.3.1 Success - 2025-05-20 19:35:50
limits 5.4.0 Success - 2025-05-20 19:21:22
levenshtein 0.27.1 Failed
duced by <max> or earlier.
      
      
      -- Configuring done (1.2s)
      -- Generating done (0.0s)
      -- Build files have been written to: /tmp/tmpusd4tkug/build
      2025-05-21 00:17:09,543 - scikit_build_core - WARNING - Could not parse CMake file-api
      *** Building project with Ninja...
      [1/3] Building CXX object src/Levenshtein/CMakeFiles/levenshtein_cpp.dir/Levenshtein-c/_levenshtein.cpp.o
      [2/3] Building CXX object src/Levenshtein/CMakeFiles/levenshtein_cpp.dir/levenshtein_cpp.cxx.o
      FAILED: src/Levenshtein/CMakeFiles/levenshtein_cpp.dir/levenshtein_cpp.cxx.o
      /usr/bin/c++  -pthread -Dlevenshtein_cpp_EXPORTS -I/tmp/pip-install-28haej15/levenshtein_78d65edf18e648409a9f32c6e703c23d/src/Levenshtein/Levenshtein-c -I/tmp/pip-install-28haej15/levenshtein_78d65edf18e648409a9f32c6e703c23d/extern/rapidfuzz-cpp/rapidfuzz/.. -isystem /root/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/include/python3.13t -O3 -DNDEBUG -flto=auto -fno-fat-lto-objects -fPIC -Wall -Wextra -pedantic -MD -MT src/Levenshtein/CMakeFiles/levenshtein_cpp.dir/levenshtein_cpp.cxx.o -MF src/Levenshtein/CMakeFiles/levenshtein_cpp.dir/levenshtein_cpp.cxx.o.d -o src/Levenshtein/CMakeFiles/levenshtein_cpp.dir/levenshtein_cpp.cxx.o -c /tmp/pip-install-28haej15/levenshtein_78d65edf18e648409a9f32c6e703c23d/src/Levenshtein/levenshtein_cpp.cxx
      /tmp/pip-install-28haej15/levenshtein_78d65edf18e648409a9f32c6e703c23d/src/Levenshtein/levenshtein_cpp.cxx:1876:80: error: ‘__pyx_vectorcallfunc’ has not been declared
       1876 | static CYTHON_INLINE PyObject *__Pyx_PyVectorcall_FastCallDict(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw);
            |                                                                                ^~~~~~~~~~~~~~~~~~~~
      /tmp/pip-install-28haej15/levenshtein_78d65edf18e648409a9f32c6e703c23d/src/Levenshtein/levenshtein_cpp.cxx:6662:69: error: ‘__pyx_vectorcallfunc’ has not been declared
       6662 | static PyObject *__Pyx_PyVectorcall_FastCallDict_kw(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw)
            |                                                                     ^~~~~~~~~~~~~~~~~~~~
      /tmp/pip-install-28haej15/levenshtein_78d65edf18e648409a9f32c6e703c23d/src/Levenshtein/levenshtein_cpp.cxx: In function ‘PyObject* __Pyx_PyVectorcall_FastCallDict_kw(PyObject*, int, PyObject* const*, size_t, PyObject*)’:
      /tmp/pip-install-28haej15/levenshtein_78d65edf18e648409a9f32c6e703c23d/src/Levenshtein/levenshtein_cpp.cxx:6699:13: error: ‘vc’ cannot be used as a function
       6699 |     res = vc(func, newargs, nargs, kwnames);
            |           ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      /tmp/pip-install-28haej15/levenshtein_78d65edf18e648409a9f32c6e703c23d/src/Levenshtein/levenshtein_cpp.cxx: At global scope:
      /tmp/pip-install-28haej15/levenshtein_78d65edf18e648409a9f32c6e703c23d/src/Levenshtein/levenshtein_cpp.cxx:6707:80: error: ‘__pyx_vectorcallfunc’ has not been declared
       6707 | static CYTHON_INLINE PyObject *__Pyx_PyVectorcall_FastCallDict(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw)
            |                                                                                ^~~~~~~~~~~~~~~~~~~~
      /tmp/pip-install-28haej15/levenshtein_78d65edf18e648409a9f32c6e703c23d/src/Levenshtein/levenshtein_cpp.cxx: In function ‘PyObject* __Pyx_PyVectorcall_FastCallDict(PyObject*, int, PyObject* const*, size_t, PyObject*)’:
      /tmp/pip-install-28haej15/levenshtein_78d65edf18e648409a9f32c6e703c23d/src/Levenshtein/levenshtein_cpp.cxx:6710:18: error: ‘vc’ cannot be used as a function
       6710 |         return vc(func, args, nargs, NULL);
            |                ~~^~~~~~~~~~~~~~~~~~~~~~~~~
      /tmp/pip-install-28haej15/levenshtein_78d65edf18e648409a9f32c6e703c23d/src/Levenshtein/levenshtein_cpp.cxx: In function ‘PyObject* __Pyx_CyFunction_CallAsMethod(PyObject*, PyObject*, PyObject*)’:
      /tmp/pip-install-28haej15/levenshtein_78d65edf18e648409a9f32c6e703c23d/src/Levenshtein/levenshtein_cpp.cxx:7396:6: error: ‘__pyx_vectorcallfunc’ was not declared in this scope; did you mean ‘vectorcallfunc’?
       7396 |      __pyx_vectorcallfunc vc = __Pyx_CyFunction_func_vectorcall(cyfunc);
            |      ^~~~~~~~~~~~~~~~~~~~
            |      vectorcallfunc
      /tmp/pip-install-28haej15/levenshtein_78d65edf18e648409a9f32c6e703c23d/src/Levenshtein/levenshtein_cpp.cxx:7397:9: error: ‘vc’ was not declared in this scope
       7397 |     if (vc) {
            |         ^~
      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 levenshtein
ERROR: Failed to build installable wheels for some pyproject.toml based projects (levenshtein)
2025-05-21 00:17:13
torchvision 0.22.1 Success - 2025-05-20 20:25:00
tinycss2 1.4.0 Success - 2025-05-20 16:22:08
entrypoints 0.4 Success - 2025-05-20 20:39:58
jupyter-events 0.12.0 Success - 2025-05-20 19:39:01
azure-datalake-store 1.0.1 Success - 2025-05-20 22:36:41
universal-pathlib 0.2.6 Success - 2025-05-20 19:41:41
pysftp 0.2.9 Failed
_out["return_val"] = hook(**hook_input["kwargs"])
                                   ~~~~^^^^^^^^^^^^^^^^^^^^^^^^
        File "/tmp/tmpjzw2altp/venv/lib/python3.13t/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 280, in build_wheel
          return _build_backend().build_wheel(
                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
              wheel_directory, config_settings, metadata_directory
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
          )
          ^
        File "/tmp/pip-build-env-o0d839q6/overlay/lib/python3.13t/site-packages/setuptools/build_meta.py", line 435, in build_wheel
          return _build(['bdist_wheel', '--dist-info-dir', str(metadata_directory)])
        File "/tmp/pip-build-env-o0d839q6/overlay/lib/python3.13t/site-packages/setuptools/build_meta.py", line 423, in _build
          return self._build_with_temp_dir(
                 ~~~~~~~~~~~~~~~~~~~~~~~~~^
              cmd,
              ^^^^
          ...<3 lines>...
              self._arbitrary_args(config_settings),
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
          )
          ^
        File "/tmp/pip-build-env-o0d839q6/overlay/lib/python3.13t/site-packages/setuptools/build_meta.py", line 404, in _build_with_temp_dir
          self.run_setup()
          ~~~~~~~~~~~~~~^^
        File "/tmp/pip-build-env-o0d839q6/overlay/lib/python3.13t/site-packages/setuptools/build_meta.py", line 317, in run_setup
          exec(code, locals())
          ~~~~^^^^^^^^^^^^^^^^
        File "<string>", line 202, in <module>
        File "/tmp/pip-build-env-o0d839q6/overlay/lib/python3.13t/site-packages/setuptools/__init__.py", line 115, in setup
          return distutils.core.setup(**attrs)
                 ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
        File "/tmp/pip-build-env-o0d839q6/overlay/lib/python3.13t/site-packages/setuptools/_distutils/core.py", line 186, in setup
          return run_commands(dist)
        File "/tmp/pip-build-env-o0d839q6/overlay/lib/python3.13t/site-packages/setuptools/_distutils/core.py", line 202, in run_commands
          dist.run_commands()
          ~~~~~~~~~~~~~~~~~^^
        File "/tmp/pip-build-env-o0d839q6/overlay/lib/python3.13t/site-packages/setuptools/_distutils/dist.py", line 1002, in run_commands
          self.run_command(cmd)
          ~~~~~~~~~~~~~~~~^^^^^
        File "/tmp/pip-build-env-o0d839q6/overlay/lib/python3.13t/site-packages/setuptools/dist.py", line 1102, in run_command
          super().run_command(command)
          ~~~~~~~~~~~~~~~~~~~^^^^^^^^^
        File "/tmp/pip-build-env-o0d839q6/overlay/lib/python3.13t/site-packages/setuptools/_distutils/dist.py", line 1021, in run_command
          cmd_obj.run()
          ~~~~~~~~~~~^^
        File "/tmp/pip-build-env-o0d839q6/overlay/lib/python3.13t/site-packages/setuptools/command/bdist_wheel.py", line 370, in run
          self.run_command("build")
          ~~~~~~~~~~~~~~~~^^^^^^^^^
        File "/tmp/pip-build-env-o0d839q6/overlay/lib/python3.13t/site-packages/setuptools/_distutils/cmd.py", line 357, in run_command
          self.distribution.run_command(command)
          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
        File "/tmp/pip-build-env-o0d839q6/overlay/lib/python3.13t/site-packages/setuptools/dist.py", line 1102, in run_command
          super().run_command(command)
          ~~~~~~~~~~~~~~~~~~~^^^^^^^^^
        File "/tmp/pip-build-env-o0d839q6/overlay/lib/python3.13t/site-packages/setuptools/_distutils/dist.py", line 1021, in run_command
          cmd_obj.run()
          ~~~~~~~~~~~^^
        File "/tmp/pip-build-env-o0d839q6/overlay/lib/python3.13t/site-packages/setuptools/_distutils/command/build.py", line 135, in run
          self.run_command(cmd_name)
          ~~~~~~~~~~~~~~~~^^^^^^^^^^
        File "/tmp/pip-build-env-o0d839q6/overlay/lib/python3.13t/site-packages/setuptools/_distutils/cmd.py", line 357, in run_command
          self.distribution.run_command(command)
          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
        File "/tmp/pip-build-env-o0d839q6/overlay/lib/python3.13t/site-packages/setuptools/dist.py", line 1102, in run_command
          super().run_command(command)
          ~~~~~~~~~~~~~~~~~~~^^^^^^^^^
        File "/tmp/pip-build-env-o0d839q6/overlay/lib/python3.13t/site-packages/setuptools/_distutils/dist.py", line 1021, in run_command
          cmd_obj.run()
          ~~~~~~~~~~~^^
        File "<string>", line 169, in run
        File "/root/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/lib/python3.13t/subprocess.py", line 419, in check_call
          raise CalledProcessError(retcode, cmd)
      subprocess.CalledProcessError: Command '['make']' returned non-zero exit status 2.
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for pynacl
ERROR: Failed to build installable wheels for some pyproject.toml based projects (cryptography, pynacl)
2025-05-21 00:38:35
click-repl 0.3.0 Success - 2025-05-20 20:35:21
loguru 0.7.3 Success - 2025-05-20 17:54:39
tableauserverclient 0.38 Success - 2025-05-20 17:46:31
microsoft-kiota-http 1.9.4 Success - 2025-05-20 20:40:09
sphinxcontrib-applehelp 2.0.0 Success - 2025-05-20 22:56:21
hpack 4.1.0 Success - 2025-05-20 19:39:15
ijson 3.4.0 Success - 2025-05-20 19:42:02
sqlalchemy-bigquery 1.15.0 Success - 2025-05-20 16:47:23

Python 3.14t Compatibility Results

Library Version Build Result Error Details Last Updated At
azure-common 1.1.28 Success - 2025-05-20 17:28:42
simple-salesforce 1.12.6 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 19:40:29
triton 3.3.1 Failed
ERROR: Could not find a version that satisfies the requirement triton==3.3.1 (from versions: none)
ERROR: No matching distribution found for triton==3.3.1
2025-05-20 17:47:02
limits 5.4.0 Success - 2025-05-20 17:48:25
levenshtein 0.27.1 Failed
ced by <max> or earlier.
      
      
      -- Configuring done (1.0s)
      -- Generating done (0.0s)
      -- Build files have been written to: /tmp/tmpvtkncm8n/build
      2025-05-21 02:19:42,217 - scikit_build_core - WARNING - Could not parse CMake file-api
      *** Building project with Ninja...
      [1/3] Building CXX object src/Levenshtein/CMakeFiles/levenshtein_cpp.dir/Levenshtein-c/_levenshtein.cpp.o
      [2/3] Building CXX object src/Levenshtein/CMakeFiles/levenshtein_cpp.dir/levenshtein_cpp.cxx.o
      FAILED: src/Levenshtein/CMakeFiles/levenshtein_cpp.dir/levenshtein_cpp.cxx.o
      /usr/bin/c++  -pthread -Dlevenshtein_cpp_EXPORTS -I/tmp/pip-install-mb8kvwdl/levenshtein_93f2116e55ae4a19b7c12f5343d386b7/src/Levenshtein/Levenshtein-c -I/tmp/pip-install-mb8kvwdl/levenshtein_93f2116e55ae4a19b7c12f5343d386b7/extern/rapidfuzz-cpp/rapidfuzz/.. -isystem /root/.local/share/uv/python/cpython-3.14.0a7+freethreaded-linux-x86_64-gnu/include/python3.14t -O3 -DNDEBUG -flto=auto -fno-fat-lto-objects -fPIC -Wall -Wextra -pedantic -MD -MT src/Levenshtein/CMakeFiles/levenshtein_cpp.dir/levenshtein_cpp.cxx.o -MF src/Levenshtein/CMakeFiles/levenshtein_cpp.dir/levenshtein_cpp.cxx.o.d -o src/Levenshtein/CMakeFiles/levenshtein_cpp.dir/levenshtein_cpp.cxx.o -c /tmp/pip-install-mb8kvwdl/levenshtein_93f2116e55ae4a19b7c12f5343d386b7/src/Levenshtein/levenshtein_cpp.cxx
      /tmp/pip-install-mb8kvwdl/levenshtein_93f2116e55ae4a19b7c12f5343d386b7/src/Levenshtein/levenshtein_cpp.cxx:1876:80: error: ‘__pyx_vectorcallfunc’ has not been declared
       1876 | static CYTHON_INLINE PyObject *__Pyx_PyVectorcall_FastCallDict(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw);
            |                                                                                ^~~~~~~~~~~~~~~~~~~~
      /tmp/pip-install-mb8kvwdl/levenshtein_93f2116e55ae4a19b7c12f5343d386b7/src/Levenshtein/levenshtein_cpp.cxx:6662:69: error: ‘__pyx_vectorcallfunc’ has not been declared
       6662 | static PyObject *__Pyx_PyVectorcall_FastCallDict_kw(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw)
            |                                                                     ^~~~~~~~~~~~~~~~~~~~
      /tmp/pip-install-mb8kvwdl/levenshtein_93f2116e55ae4a19b7c12f5343d386b7/src/Levenshtein/levenshtein_cpp.cxx: In function ‘PyObject* __Pyx_PyVectorcall_FastCallDict_kw(PyObject*, int, PyObject* const*, size_t, PyObject*)’:
      /tmp/pip-install-mb8kvwdl/levenshtein_93f2116e55ae4a19b7c12f5343d386b7/src/Levenshtein/levenshtein_cpp.cxx:6699:13: error: ‘vc’ cannot be used as a function
       6699 |     res = vc(func, newargs, nargs, kwnames);
            |           ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      /tmp/pip-install-mb8kvwdl/levenshtein_93f2116e55ae4a19b7c12f5343d386b7/src/Levenshtein/levenshtein_cpp.cxx: At global scope:
      /tmp/pip-install-mb8kvwdl/levenshtein_93f2116e55ae4a19b7c12f5343d386b7/src/Levenshtein/levenshtein_cpp.cxx:6707:80: error: ‘__pyx_vectorcallfunc’ has not been declared
       6707 | static CYTHON_INLINE PyObject *__Pyx_PyVectorcall_FastCallDict(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw)
            |                                                                                ^~~~~~~~~~~~~~~~~~~~
      /tmp/pip-install-mb8kvwdl/levenshtein_93f2116e55ae4a19b7c12f5343d386b7/src/Levenshtein/levenshtein_cpp.cxx: In function ‘PyObject* __Pyx_PyVectorcall_FastCallDict(PyObject*, int, PyObject* const*, size_t, PyObject*)’:
      /tmp/pip-install-mb8kvwdl/levenshtein_93f2116e55ae4a19b7c12f5343d386b7/src/Levenshtein/levenshtein_cpp.cxx:6710:18: error: ‘vc’ cannot be used as a function
       6710 |         return vc(func, args, nargs, NULL);
            |                ~~^~~~~~~~~~~~~~~~~~~~~~~~~
      /tmp/pip-install-mb8kvwdl/levenshtein_93f2116e55ae4a19b7c12f5343d386b7/src/Levenshtein/levenshtein_cpp.cxx: In function ‘PyObject* __Pyx_CyFunction_CallAsMethod(PyObject*, PyObject*, PyObject*)’:
      /tmp/pip-install-mb8kvwdl/levenshtein_93f2116e55ae4a19b7c12f5343d386b7/src/Levenshtein/levenshtein_cpp.cxx:7396:6: error: ‘__pyx_vectorcallfunc’ was not declared in this scope; did you mean ‘vectorcallfunc’?
       7396 |      __pyx_vectorcallfunc vc = __Pyx_CyFunction_func_vectorcall(cyfunc);
            |      ^~~~~~~~~~~~~~~~~~~~
            |      vectorcallfunc
      /tmp/pip-install-mb8kvwdl/levenshtein_93f2116e55ae4a19b7c12f5343d386b7/src/Levenshtein/levenshtein_cpp.cxx:7397:9: error: ‘vc’ was not declared in this scope
       7397 |     if (vc) {
            |         ^~
      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 levenshtein
ERROR: Failed to build installable wheels for some pyproject.toml based projects (levenshtein)
2025-05-21 02:19:46
torchvision 0.22.1 Failed
ERROR: Ignored the following yanked versions: 0.1.6, 0.1.7, 0.1.8, 0.1.9, 0.2.0, 0.2.1, 0.2.2, 0.2.2.post2, 0.2.2.post3
ERROR: Could not find a version that satisfies the requirement torchvision==0.22.1 (from versions: none)
ERROR: No matching distribution found for torchvision==0.22.1
2025-05-20 23:53:05
tinycss2 1.4.0 Success - 2025-05-20 16:27:59
entrypoints 0.4 Success - 2025-05-20 23:50:41
jupyter-events 0.12.0 Failed
  error: subprocess-exited-with-error
  
  × Preparing metadata (pyproject.toml) did not run successfully.
  │ exit code: 1
  ╰─> [10 lines of output]
      Checking for Rust toolchain....
      Running `maturin pep517 write-dist-info --metadata-directory /tmp/pip-modern-metadata-nvljz9_4 --interpreter /tmp/tmpdtbnva5e/venv/bin/python`
      error: failed to parse lock file at: /tmp/pip-install-rcp14d65/rpds-py_c6dd1525a2094046979d065f47ad4987/Cargo.lock
      
      Caused by:
        lock file version `4` was found, but this version of Cargo does not understand this lock file, perhaps Cargo needs to be updated?
      💥 maturin failed
        Caused by: Cargo metadata failed. Does your crate compile with `cargo build`?
        Caused by: `cargo metadata` exited with an error:
      Error running maturin: Command '['maturin', 'pep517', 'write-dist-info', '--metadata-directory', '/tmp/pip-modern-metadata-nvljz9_4', '--interpreter', '/tmp/tmpdtbnva5e/venv/bin/python']' returned non-zero exit status 1.
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed

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

note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
2025-05-20 18:49:09
azure-datalake-store 1.0.1 Success - 2025-05-20 22:01:41
universal-pathlib 0.2.6 Success - 2025-05-20 20:20:48
pysftp 0.2.9 Failed
rn_val"] = hook(**hook_input["kwargs"])
                                   ~~~~^^^^^^^^^^^^^^^^^^^^^^^^
        File "/tmp/tmpo5l70nyy/venv/lib/python3.14t/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 280, in build_wheel
          return _build_backend().build_wheel(
                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
              wheel_directory, config_settings, metadata_directory
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
          )
          ^
        File "/tmp/pip-build-env-p6moz3hx/overlay/lib/python3.14t/site-packages/setuptools/build_meta.py", line 435, in build_wheel
          return _build(['bdist_wheel', '--dist-info-dir', str(metadata_directory)])
        File "/tmp/pip-build-env-p6moz3hx/overlay/lib/python3.14t/site-packages/setuptools/build_meta.py", line 423, in _build
          return self._build_with_temp_dir(
                 ~~~~~~~~~~~~~~~~~~~~~~~~~^
              cmd,
              ^^^^
          ...<3 lines>...
              self._arbitrary_args(config_settings),
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
          )
          ^
        File "/tmp/pip-build-env-p6moz3hx/overlay/lib/python3.14t/site-packages/setuptools/build_meta.py", line 404, in _build_with_temp_dir
          self.run_setup()
          ~~~~~~~~~~~~~~^^
        File "/tmp/pip-build-env-p6moz3hx/overlay/lib/python3.14t/site-packages/setuptools/build_meta.py", line 317, in run_setup
          exec(code, locals())
          ~~~~^^^^^^^^^^^^^^^^
        File "<string>", line 202, in <module>
        File "/tmp/pip-build-env-p6moz3hx/overlay/lib/python3.14t/site-packages/setuptools/__init__.py", line 115, in setup
          return distutils.core.setup(**attrs)
                 ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
        File "/tmp/pip-build-env-p6moz3hx/overlay/lib/python3.14t/site-packages/setuptools/_distutils/core.py", line 186, in setup
          return run_commands(dist)
        File "/tmp/pip-build-env-p6moz3hx/overlay/lib/python3.14t/site-packages/setuptools/_distutils/core.py", line 202, in run_commands
          dist.run_commands()
          ~~~~~~~~~~~~~~~~~^^
        File "/tmp/pip-build-env-p6moz3hx/overlay/lib/python3.14t/site-packages/setuptools/_distutils/dist.py", line 1002, in run_commands
          self.run_command(cmd)
          ~~~~~~~~~~~~~~~~^^^^^
        File "/tmp/pip-build-env-p6moz3hx/overlay/lib/python3.14t/site-packages/setuptools/dist.py", line 1102, in run_command
          super().run_command(command)
          ~~~~~~~~~~~~~~~~~~~^^^^^^^^^
        File "/tmp/pip-build-env-p6moz3hx/overlay/lib/python3.14t/site-packages/setuptools/_distutils/dist.py", line 1021, in run_command
          cmd_obj.run()
          ~~~~~~~~~~~^^
        File "/tmp/pip-build-env-p6moz3hx/overlay/lib/python3.14t/site-packages/setuptools/command/bdist_wheel.py", line 370, in run
          self.run_command("build")
          ~~~~~~~~~~~~~~~~^^^^^^^^^
        File "/tmp/pip-build-env-p6moz3hx/overlay/lib/python3.14t/site-packages/setuptools/_distutils/cmd.py", line 357, in run_command
          self.distribution.run_command(command)
          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
        File "/tmp/pip-build-env-p6moz3hx/overlay/lib/python3.14t/site-packages/setuptools/dist.py", line 1102, in run_command
          super().run_command(command)
          ~~~~~~~~~~~~~~~~~~~^^^^^^^^^
        File "/tmp/pip-build-env-p6moz3hx/overlay/lib/python3.14t/site-packages/setuptools/_distutils/dist.py", line 1021, in run_command
          cmd_obj.run()
          ~~~~~~~~~~~^^
        File "/tmp/pip-build-env-p6moz3hx/overlay/lib/python3.14t/site-packages/setuptools/_distutils/command/build.py", line 135, in run
          self.run_command(cmd_name)
          ~~~~~~~~~~~~~~~~^^^^^^^^^^
        File "/tmp/pip-build-env-p6moz3hx/overlay/lib/python3.14t/site-packages/setuptools/_distutils/cmd.py", line 357, in run_command
          self.distribution.run_command(command)
          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
        File "/tmp/pip-build-env-p6moz3hx/overlay/lib/python3.14t/site-packages/setuptools/dist.py", line 1102, in run_command
          super().run_command(command)
          ~~~~~~~~~~~~~~~~~~~^^^^^^^^^
        File "/tmp/pip-build-env-p6moz3hx/overlay/lib/python3.14t/site-packages/setuptools/_distutils/dist.py", line 1021, in run_command
          cmd_obj.run()
          ~~~~~~~~~~~^^
        File "<string>", line 169, in run
        File "/root/.local/share/uv/python/cpython-3.14.0a7+freethreaded-linux-x86_64-gnu/lib/python3.14t/subprocess.py", line 419, in check_call
          raise CalledProcessError(retcode, cmd)
      subprocess.CalledProcessError: Command '['make']' returned non-zero exit status 2.
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for pynacl
ERROR: Failed to build installable wheels for some pyproject.toml based projects (bcrypt, cryptography, pynacl)
2025-05-21 03:23:44
click-repl 0.3.0 Success - 2025-05-20 19:57:52
loguru 0.7.3 Success - 2025-05-20 17:47:36
tableauserverclient 0.38 Success - 2025-05-20 18:55:22
microsoft-kiota-http 1.9.4 Success - 2025-05-20 18:25:07
sphinxcontrib-applehelp 2.0.0 Success - 2025-05-21 00:31:02
hpack 4.1.0 Success - 2025-05-20 22:29:36
ijson 3.4.0 Success - 2025-05-20 23:51:08
sqlalchemy-bigquery 1.15.0 Failed
ERROR: Ignored the following versions that require a different python version: 1.0.0 Requires-Python >=3.6, <3.10; 1.0.0a1 Requires-Python >=3.6, <3.10; 1.1.0 Requires-Python >=3.6, <3.10; 1.10.0 Requires-Python >=3.8, <3.13; 1.11.0 Requires-Python <3.13,>=3.8; 1.11.0.dev2 Requires-Python >=3.8, <3.13; 1.12.0 Requires-Python <3.13,>=3.8; 1.12.1 Requires-Python <3.13,>=3.8; 1.13.0 Requires-Python <3.13,>=3.8; 1.14.0 Requires-Python <3.13,>=3.8; 1.14.1 Requires-Python <3.13,>=3.8; 1.15.0 Requires-Python <3.14,>=3.8; 1.2.0 Requires-Python >=3.6, <3.10; 1.2.1 Requires-Python >=3.6, <3.10; 1.2.2 Requires-Python >=3.6, <3.10; 1.3.0 Requires-Python >=3.6, <3.11; 1.4.0 Requires-Python >=3.6, <3.11; 1.4.1 Requires-Python >=3.6, <3.11; 1.4.2 Requires-Python >=3.6, <3.11; 1.4.3 Requires-Python >=3.6, <3.11; 1.4.4 Requires-Python >=3.6, <3.11; 1.5.0 Requires-Python >=3.7, <3.11; 1.6.0 Requires-Python >=3.7, <3.12; 1.6.1 Requires-Python >=3.7, <3.12; 1.7.0 Requires-Python >=3.7, <3.12; 1.8.0 Requires-Python >=3.7, <3.12; 1.9.0 Requires-Python >=3.8, <3.13
ERROR: Could not find a version that satisfies the requirement sqlalchemy-bigquery==1.15.0 (from versions: 0.0.1.dev0, 0.0.2.dev0, 0.0.4, 0.0.5, 0.0.6, 0.0.7)
ERROR: No matching distribution found for sqlalchemy-bigquery==1.15.0
2025-05-20 17:29:03