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
opentelemetry-instrumentation-fastapi 0.53b1 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 0x00007f45bbfb1740 (most recent call first):
  <no Python frame>
2025-05-01 10:03:01
djangorestframework 3.16.0 Success - 2025-05-01 14:03:47
jsonschema-path 0.3.4 Success - 2025-05-06 07:55:50
sphinxcontrib-jsmath 1.0.1 Success - 2025-05-06 03:29:07
language-data 1.3.0 Failed
/lib/marisa/grimoire/trie/tail.o build/temp.linux-x86_64-cpython-313t/marisa-trie/lib/marisa/grimoire/vector/bit-vector.o build/temp.linux-x86_64-cpython-313t/marisa-trie/lib/marisa/keyset.o build/temp.linux-x86_64-cpython-313t/marisa-trie/lib/marisa/trie.o
      running build_ext
      building 'marisa_trie' extension
      creating build/temp.linux-x86_64-cpython-313t/src
      c++ -pthread -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -g -O3 -Wall -fPIC -fPIC -Imarisa-trie/include -I/tmp/tmpmshn2bvk/venv/include -I/root/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/include/python3.13t -c src/agent.cpp -o build/temp.linux-x86_64-cpython-313t/src/agent.o
      c++ -pthread -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -g -O3 -Wall -fPIC -fPIC -Imarisa-trie/include -I/tmp/tmpmshn2bvk/venv/include -I/root/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/include/python3.13t -c src/base.cpp -o build/temp.linux-x86_64-cpython-313t/src/base.o
      c++ -pthread -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -g -O3 -Wall -fPIC -fPIC -Imarisa-trie/include -I/tmp/tmpmshn2bvk/venv/include -I/root/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/include/python3.13t -c src/iostream.cpp -o build/temp.linux-x86_64-cpython-313t/src/iostream.o
      c++ -pthread -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -g -O3 -Wall -fPIC -fPIC -Imarisa-trie/include -I/tmp/tmpmshn2bvk/venv/include -I/root/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/include/python3.13t -c src/key.cpp -o build/temp.linux-x86_64-cpython-313t/src/key.o
      c++ -pthread -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -g -O3 -Wall -fPIC -fPIC -Imarisa-trie/include -I/tmp/tmpmshn2bvk/venv/include -I/root/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/include/python3.13t -c src/keyset.cpp -o build/temp.linux-x86_64-cpython-313t/src/keyset.o
      c++ -pthread -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -g -O3 -Wall -fPIC -fPIC -Imarisa-trie/include -I/tmp/tmpmshn2bvk/venv/include -I/root/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/include/python3.13t -c src/marisa_trie.cpp -o build/temp.linux-x86_64-cpython-313t/src/marisa_trie.o
      src/marisa_trie.cpp:2705:80: error: ‘__pyx_vectorcallfunc’ has not been declared
       2705 | static CYTHON_INLINE PyObject *__Pyx_PyVectorcall_FastCallDict(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw);
            |                                                                                ^~~~~~~~~~~~~~~~~~~~
      src/marisa_trie.cpp:30689:69: error: ‘__pyx_vectorcallfunc’ has not been declared
      30689 | static PyObject *__Pyx_PyVectorcall_FastCallDict_kw(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw)
            |                                                                     ^~~~~~~~~~~~~~~~~~~~
      src/marisa_trie.cpp: In function ‘PyObject* __Pyx_PyVectorcall_FastCallDict_kw(PyObject*, int, PyObject* const*, size_t, PyObject*)’:
      src/marisa_trie.cpp:30726:13: error: ‘vc’ cannot be used as a function
      30726 |     res = vc(func, newargs, nargs, kwnames);
            |           ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      src/marisa_trie.cpp: At global scope:
      src/marisa_trie.cpp:30734:80: error: ‘__pyx_vectorcallfunc’ has not been declared
      30734 | static CYTHON_INLINE PyObject *__Pyx_PyVectorcall_FastCallDict(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw)
            |                                                                                ^~~~~~~~~~~~~~~~~~~~
      src/marisa_trie.cpp: In function ‘PyObject* __Pyx_PyVectorcall_FastCallDict(PyObject*, int, PyObject* const*, size_t, PyObject*)’:
      src/marisa_trie.cpp:30737:18: error: ‘vc’ cannot be used as a function
      30737 |         return vc(func, args, nargs, NULL);
            |                ~~^~~~~~~~~~~~~~~~~~~~~~~~~
      src/marisa_trie.cpp: In function ‘PyObject* __Pyx_CyFunction_CallAsMethod(PyObject*, PyObject*, PyObject*)’:
      src/marisa_trie.cpp:31423:6: error: ‘__pyx_vectorcallfunc’ was not declared in this scope; did you mean ‘vectorcallfunc’?
      31423 |      __pyx_vectorcallfunc vc = __Pyx_CyFunction_func_vectorcall(cyfunc);
            |      ^~~~~~~~~~~~~~~~~~~~
            |      vectorcallfunc
      src/marisa_trie.cpp:31424:9: error: ‘vc’ was not declared in this scope
      31424 |     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 marisa-trie
ERROR: Failed to build installable wheels for some pyproject.toml based projects (marisa-trie)
2025-05-06 06:02:45
sphinx-rtd-theme 3.0.2 Success - 2025-05-06 06:43:19
maxminddb 2.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 0x00007f572ad9e740 (most recent call first):
  <no Python frame>
2025-05-01 10:01:15
tf-keras-nightly 2.20.0.dev2025050509 Failed
ERROR: Could not find a version that satisfies the requirement tf-nightly~=2.20.0.dev (from tf-keras-nightly) (from versions: none)
ERROR: No matching distribution found for tf-nightly~=2.20.0.dev
2025-05-06 02:08:53
sqlalchemy-utils 0.41.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 0x00007ffa0100a740 (most recent call first):
  <no Python frame>
2025-05-01 10:03:05
hypothesis 6.131.10 Success - 2025-05-06 06:23:40
netaddr 1.3.0 Success - 2025-05-06 08:04:58
py-cpuinfo 9.0.0 Success - 2025-05-01 14:03:58
types-aiofiles 24.1.0.20250326 Success - 2025-05-06 06:03:09
flask-login 0.6.3 Success - 2025-05-06 03:45:47
cachelib 0.13.0 Success - 2025-05-06 06:43:35
azure-keyvault-secrets 4.9.0 Success - 2025-05-06 01:17:00
dbt-extractor 0.6.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 0x00007f3b4842a740 (most recent call first):
  <no Python frame>
2025-05-01 10:03:08
cmake 4.0.0 Success - 2025-05-01 14:04:06
langcodes 3.5.0 Failed
/lib/marisa/grimoire/trie/tail.o build/temp.linux-x86_64-cpython-313t/marisa-trie/lib/marisa/grimoire/vector/bit-vector.o build/temp.linux-x86_64-cpython-313t/marisa-trie/lib/marisa/keyset.o build/temp.linux-x86_64-cpython-313t/marisa-trie/lib/marisa/trie.o
      running build_ext
      building 'marisa_trie' extension
      creating build/temp.linux-x86_64-cpython-313t/src
      c++ -pthread -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -g -O3 -Wall -fPIC -fPIC -Imarisa-trie/include -I/tmp/tmp7y4ts5hp/venv/include -I/root/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/include/python3.13t -c src/agent.cpp -o build/temp.linux-x86_64-cpython-313t/src/agent.o
      c++ -pthread -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -g -O3 -Wall -fPIC -fPIC -Imarisa-trie/include -I/tmp/tmp7y4ts5hp/venv/include -I/root/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/include/python3.13t -c src/base.cpp -o build/temp.linux-x86_64-cpython-313t/src/base.o
      c++ -pthread -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -g -O3 -Wall -fPIC -fPIC -Imarisa-trie/include -I/tmp/tmp7y4ts5hp/venv/include -I/root/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/include/python3.13t -c src/iostream.cpp -o build/temp.linux-x86_64-cpython-313t/src/iostream.o
      c++ -pthread -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -g -O3 -Wall -fPIC -fPIC -Imarisa-trie/include -I/tmp/tmp7y4ts5hp/venv/include -I/root/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/include/python3.13t -c src/key.cpp -o build/temp.linux-x86_64-cpython-313t/src/key.o
      c++ -pthread -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -g -O3 -Wall -fPIC -fPIC -Imarisa-trie/include -I/tmp/tmp7y4ts5hp/venv/include -I/root/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/include/python3.13t -c src/keyset.cpp -o build/temp.linux-x86_64-cpython-313t/src/keyset.o
      c++ -pthread -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -g -O3 -Wall -fPIC -fPIC -Imarisa-trie/include -I/tmp/tmp7y4ts5hp/venv/include -I/root/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/include/python3.13t -c src/marisa_trie.cpp -o build/temp.linux-x86_64-cpython-313t/src/marisa_trie.o
      src/marisa_trie.cpp:2705:80: error: ‘__pyx_vectorcallfunc’ has not been declared
       2705 | static CYTHON_INLINE PyObject *__Pyx_PyVectorcall_FastCallDict(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw);
            |                                                                                ^~~~~~~~~~~~~~~~~~~~
      src/marisa_trie.cpp:30689:69: error: ‘__pyx_vectorcallfunc’ has not been declared
      30689 | static PyObject *__Pyx_PyVectorcall_FastCallDict_kw(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw)
            |                                                                     ^~~~~~~~~~~~~~~~~~~~
      src/marisa_trie.cpp: In function ‘PyObject* __Pyx_PyVectorcall_FastCallDict_kw(PyObject*, int, PyObject* const*, size_t, PyObject*)’:
      src/marisa_trie.cpp:30726:13: error: ‘vc’ cannot be used as a function
      30726 |     res = vc(func, newargs, nargs, kwnames);
            |           ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      src/marisa_trie.cpp: At global scope:
      src/marisa_trie.cpp:30734:80: error: ‘__pyx_vectorcallfunc’ has not been declared
      30734 | static CYTHON_INLINE PyObject *__Pyx_PyVectorcall_FastCallDict(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw)
            |                                                                                ^~~~~~~~~~~~~~~~~~~~
      src/marisa_trie.cpp: In function ‘PyObject* __Pyx_PyVectorcall_FastCallDict(PyObject*, int, PyObject* const*, size_t, PyObject*)’:
      src/marisa_trie.cpp:30737:18: error: ‘vc’ cannot be used as a function
      30737 |         return vc(func, args, nargs, NULL);
            |                ~~^~~~~~~~~~~~~~~~~~~~~~~~~
      src/marisa_trie.cpp: In function ‘PyObject* __Pyx_CyFunction_CallAsMethod(PyObject*, PyObject*, PyObject*)’:
      src/marisa_trie.cpp:31423:6: error: ‘__pyx_vectorcallfunc’ was not declared in this scope; did you mean ‘vectorcallfunc’?
      31423 |      __pyx_vectorcallfunc vc = __Pyx_CyFunction_func_vectorcall(cyfunc);
            |      ^~~~~~~~~~~~~~~~~~~~
            |      vectorcallfunc
      src/marisa_trie.cpp:31424:9: error: ‘vc’ was not declared in this scope
      31424 |     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 marisa-trie
ERROR: Failed to build installable wheels for some pyproject.toml based projects (marisa-trie)
2025-05-06 06:57:45
uc-micro-py 1.0.3 Success - 2025-05-06 06:03:47

Python 3.14t Compatibility Results

Library Version Build Result Error Details Last Updated At
opentelemetry-instrumentation-fastapi 0.53b1 Success - 2025-05-03 11:22:16
djangorestframework 3.16.0 Success - 2025-05-03 13:12:37
jsonschema-path 0.3.4 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-bn9f4grs --interpreter /tmp/tmp4qm8jgba/venv/bin/python`
      error: failed to parse lock file at: /tmp/pip-install-x7m49dm9/rpds-py_d38849d66ace4e629cd2a08558d87dea/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-bn9f4grs', '--interpreter', '/tmp/tmp4qm8jgba/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-05 20:06:00
sphinxcontrib-jsmath 1.0.1 Success - 2025-05-05 17:14:21
language-data 1.3.0 Failed
grimoire/trie/tail.o build/temp.linux-x86_64-cpython-314t/marisa-trie/lib/marisa/grimoire/vector/bit-vector.o build/temp.linux-x86_64-cpython-314t/marisa-trie/lib/marisa/keyset.o build/temp.linux-x86_64-cpython-314t/marisa-trie/lib/marisa/trie.o
      running build_ext
      building 'marisa_trie' extension
      creating build/temp.linux-x86_64-cpython-314t/src
      c++ -pthread -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -g -O3 -Wall -fPIC -fPIC -Imarisa-trie/include -I/tmp/tmp3kmwuxo6/venv/include -I/root/.local/share/uv/python/cpython-3.14.0a6+freethreaded-linux-x86_64-gnu/include/python3.14t -c src/agent.cpp -o build/temp.linux-x86_64-cpython-314t/src/agent.o
      c++ -pthread -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -g -O3 -Wall -fPIC -fPIC -Imarisa-trie/include -I/tmp/tmp3kmwuxo6/venv/include -I/root/.local/share/uv/python/cpython-3.14.0a6+freethreaded-linux-x86_64-gnu/include/python3.14t -c src/base.cpp -o build/temp.linux-x86_64-cpython-314t/src/base.o
      c++ -pthread -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -g -O3 -Wall -fPIC -fPIC -Imarisa-trie/include -I/tmp/tmp3kmwuxo6/venv/include -I/root/.local/share/uv/python/cpython-3.14.0a6+freethreaded-linux-x86_64-gnu/include/python3.14t -c src/iostream.cpp -o build/temp.linux-x86_64-cpython-314t/src/iostream.o
      c++ -pthread -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -g -O3 -Wall -fPIC -fPIC -Imarisa-trie/include -I/tmp/tmp3kmwuxo6/venv/include -I/root/.local/share/uv/python/cpython-3.14.0a6+freethreaded-linux-x86_64-gnu/include/python3.14t -c src/key.cpp -o build/temp.linux-x86_64-cpython-314t/src/key.o
      c++ -pthread -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -g -O3 -Wall -fPIC -fPIC -Imarisa-trie/include -I/tmp/tmp3kmwuxo6/venv/include -I/root/.local/share/uv/python/cpython-3.14.0a6+freethreaded-linux-x86_64-gnu/include/python3.14t -c src/keyset.cpp -o build/temp.linux-x86_64-cpython-314t/src/keyset.o
      c++ -pthread -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -g -O3 -Wall -fPIC -fPIC -Imarisa-trie/include -I/tmp/tmp3kmwuxo6/venv/include -I/root/.local/share/uv/python/cpython-3.14.0a6+freethreaded-linux-x86_64-gnu/include/python3.14t -c src/marisa_trie.cpp -o build/temp.linux-x86_64-cpython-314t/src/marisa_trie.o
      src/marisa_trie.cpp:2705:80: error: ‘__pyx_vectorcallfunc’ has not been declared
       2705 | static CYTHON_INLINE PyObject *__Pyx_PyVectorcall_FastCallDict(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw);
            |                                                                                ^~~~~~~~~~~~~~~~~~~~
      src/marisa_trie.cpp:30689:69: error: ‘__pyx_vectorcallfunc’ has not been declared
      30689 | static PyObject *__Pyx_PyVectorcall_FastCallDict_kw(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw)
            |                                                                     ^~~~~~~~~~~~~~~~~~~~
      src/marisa_trie.cpp: In function ‘PyObject* __Pyx_PyVectorcall_FastCallDict_kw(PyObject*, int, PyObject* const*, size_t, PyObject*)’:
      src/marisa_trie.cpp:30726:13: error: ‘vc’ cannot be used as a function
      30726 |     res = vc(func, newargs, nargs, kwnames);
            |           ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      src/marisa_trie.cpp: At global scope:
      src/marisa_trie.cpp:30734:80: error: ‘__pyx_vectorcallfunc’ has not been declared
      30734 | static CYTHON_INLINE PyObject *__Pyx_PyVectorcall_FastCallDict(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw)
            |                                                                                ^~~~~~~~~~~~~~~~~~~~
      src/marisa_trie.cpp: In function ‘PyObject* __Pyx_PyVectorcall_FastCallDict(PyObject*, int, PyObject* const*, size_t, PyObject*)’:
      src/marisa_trie.cpp:30737:18: error: ‘vc’ cannot be used as a function
      30737 |         return vc(func, args, nargs, NULL);
            |                ~~^~~~~~~~~~~~~~~~~~~~~~~~~
      src/marisa_trie.cpp: In function ‘PyObject* __Pyx_CyFunction_CallAsMethod(PyObject*, PyObject*, PyObject*)’:
      src/marisa_trie.cpp:31423:6: error: ‘__pyx_vectorcallfunc’ was not declared in this scope; did you mean ‘vectorcallfunc’?
      31423 |      __pyx_vectorcallfunc vc = __Pyx_CyFunction_func_vectorcall(cyfunc);
            |      ^~~~~~~~~~~~~~~~~~~~
            |      vectorcallfunc
      src/marisa_trie.cpp:31424:9: error: ‘vc’ was not declared in this scope
      31424 |     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 marisa-trie
ERROR: Failed to build installable wheels for some pyproject.toml based projects (marisa-trie)
2025-05-05 20:06:54
sphinx-rtd-theme 3.0.2 Success - 2025-05-05 19:14:36
maxminddb 2.6.3 Success - 2025-05-03 15:07:54
tf-keras-nightly 2.20.0.dev2025050509 Failed
ERROR: Could not find a version that satisfies the requirement tf-nightly~=2.20.0.dev (from tf-keras-nightly) (from versions: none)
ERROR: No matching distribution found for tf-nightly~=2.20.0.dev
2025-05-05 12:14:29
sqlalchemy-utils 0.41.2 Success - 2025-05-05 18:35:24
hypothesis 6.131.10 Success - 2025-05-05 17:17:02
netaddr 1.3.0 Success - 2025-05-03 15:12:50
py-cpuinfo 9.0.0 Success - 2025-05-03 13:13:12
types-aiofiles 24.1.0.20250326 Success - 2025-05-03 11:23:11
flask-login 0.6.3 Success - 2025-05-05 15:52:44
cachelib 0.13.0 Success - 2025-05-03 13:13:28
azure-keyvault-secrets 4.9.0 Success - 2025-05-05 14:26:05
dbt-extractor 0.6.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-y2znlnr8 --interpreter /tmp/tmpi9i8h6nd/venv/bin/python`
      error: failed to parse lock file at: /tmp/pip-install-90s8jusk/dbt-extractor_e5b4b47e7ea14b10acc8c89afcbee8a6/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-y2znlnr8', '--interpreter', '/tmp/tmpi9i8h6nd/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-05 20:07:10
cmake 4.0.0 Success - 2025-05-05 19:14:54
langcodes 3.5.0 Failed
grimoire/trie/tail.o build/temp.linux-x86_64-cpython-314t/marisa-trie/lib/marisa/grimoire/vector/bit-vector.o build/temp.linux-x86_64-cpython-314t/marisa-trie/lib/marisa/keyset.o build/temp.linux-x86_64-cpython-314t/marisa-trie/lib/marisa/trie.o
      running build_ext
      building 'marisa_trie' extension
      creating build/temp.linux-x86_64-cpython-314t/src
      c++ -pthread -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -g -O3 -Wall -fPIC -fPIC -Imarisa-trie/include -I/tmp/tmp65i05jfm/venv/include -I/root/.local/share/uv/python/cpython-3.14.0a6+freethreaded-linux-x86_64-gnu/include/python3.14t -c src/agent.cpp -o build/temp.linux-x86_64-cpython-314t/src/agent.o
      c++ -pthread -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -g -O3 -Wall -fPIC -fPIC -Imarisa-trie/include -I/tmp/tmp65i05jfm/venv/include -I/root/.local/share/uv/python/cpython-3.14.0a6+freethreaded-linux-x86_64-gnu/include/python3.14t -c src/base.cpp -o build/temp.linux-x86_64-cpython-314t/src/base.o
      c++ -pthread -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -g -O3 -Wall -fPIC -fPIC -Imarisa-trie/include -I/tmp/tmp65i05jfm/venv/include -I/root/.local/share/uv/python/cpython-3.14.0a6+freethreaded-linux-x86_64-gnu/include/python3.14t -c src/iostream.cpp -o build/temp.linux-x86_64-cpython-314t/src/iostream.o
      c++ -pthread -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -g -O3 -Wall -fPIC -fPIC -Imarisa-trie/include -I/tmp/tmp65i05jfm/venv/include -I/root/.local/share/uv/python/cpython-3.14.0a6+freethreaded-linux-x86_64-gnu/include/python3.14t -c src/key.cpp -o build/temp.linux-x86_64-cpython-314t/src/key.o
      c++ -pthread -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -g -O3 -Wall -fPIC -fPIC -Imarisa-trie/include -I/tmp/tmp65i05jfm/venv/include -I/root/.local/share/uv/python/cpython-3.14.0a6+freethreaded-linux-x86_64-gnu/include/python3.14t -c src/keyset.cpp -o build/temp.linux-x86_64-cpython-314t/src/keyset.o
      c++ -pthread -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -g -O3 -Wall -fPIC -fPIC -Imarisa-trie/include -I/tmp/tmp65i05jfm/venv/include -I/root/.local/share/uv/python/cpython-3.14.0a6+freethreaded-linux-x86_64-gnu/include/python3.14t -c src/marisa_trie.cpp -o build/temp.linux-x86_64-cpython-314t/src/marisa_trie.o
      src/marisa_trie.cpp:2705:80: error: ‘__pyx_vectorcallfunc’ has not been declared
       2705 | static CYTHON_INLINE PyObject *__Pyx_PyVectorcall_FastCallDict(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw);
            |                                                                                ^~~~~~~~~~~~~~~~~~~~
      src/marisa_trie.cpp:30689:69: error: ‘__pyx_vectorcallfunc’ has not been declared
      30689 | static PyObject *__Pyx_PyVectorcall_FastCallDict_kw(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw)
            |                                                                     ^~~~~~~~~~~~~~~~~~~~
      src/marisa_trie.cpp: In function ‘PyObject* __Pyx_PyVectorcall_FastCallDict_kw(PyObject*, int, PyObject* const*, size_t, PyObject*)’:
      src/marisa_trie.cpp:30726:13: error: ‘vc’ cannot be used as a function
      30726 |     res = vc(func, newargs, nargs, kwnames);
            |           ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      src/marisa_trie.cpp: At global scope:
      src/marisa_trie.cpp:30734:80: error: ‘__pyx_vectorcallfunc’ has not been declared
      30734 | static CYTHON_INLINE PyObject *__Pyx_PyVectorcall_FastCallDict(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw)
            |                                                                                ^~~~~~~~~~~~~~~~~~~~
      src/marisa_trie.cpp: In function ‘PyObject* __Pyx_PyVectorcall_FastCallDict(PyObject*, int, PyObject* const*, size_t, PyObject*)’:
      src/marisa_trie.cpp:30737:18: error: ‘vc’ cannot be used as a function
      30737 |         return vc(func, args, nargs, NULL);
            |                ~~^~~~~~~~~~~~~~~~~~~~~~~~~
      src/marisa_trie.cpp: In function ‘PyObject* __Pyx_CyFunction_CallAsMethod(PyObject*, PyObject*, PyObject*)’:
      src/marisa_trie.cpp:31423:6: error: ‘__pyx_vectorcallfunc’ was not declared in this scope; did you mean ‘vectorcallfunc’?
      31423 |      __pyx_vectorcallfunc vc = __Pyx_CyFunction_func_vectorcall(cyfunc);
            |      ^~~~~~~~~~~~~~~~~~~~
            |      vectorcallfunc
      src/marisa_trie.cpp:31424:9: error: ‘vc’ was not declared in this scope
      31424 |     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 marisa-trie
ERROR: Failed to build installable wheels for some pyproject.toml based projects (marisa-trie)
2025-05-05 18:16:39
uc-micro-py 1.0.3 Success - 2025-05-05 18:35:43