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
httptools 0.6.4 Failed
ools/parser/cparser.pxd -> build/lib.linux-x86_64-cpython-313t/httptools/parser
      copying httptools/parser/parser.pyx -> build/lib.linux-x86_64-cpython-313t/httptools/parser
      copying httptools/parser/python.pxd -> build/lib.linux-x86_64-cpython-313t/httptools/parser
      copying httptools/parser/url_cparser.pxd -> build/lib.linux-x86_64-cpython-313t/httptools/parser
      copying httptools/parser/url_parser.pyx -> build/lib.linux-x86_64-cpython-313t/httptools/parser
      running build_ext
      building 'httptools.parser.parser' extension
      creating build/temp.linux-x86_64-cpython-313t/httptools/parser
      creating build/temp.linux-x86_64-cpython-313t/vendor/llhttp/src
      cc -pthread -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -g -O3 -Wall -fPIC -fPIC -I/tmp/pip-install-wsu4mutb/httptools_cdfdea35f2e3442fb0deedb844081cf6/vendor/llhttp/include -I/tmp/pip-install-wsu4mutb/httptools_cdfdea35f2e3442fb0deedb844081cf6/vendor/llhttp/src -I/tmp/tmpks62acw0/venv/include -I/root/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/include/python3.13t -c httptools/parser/parser.c -o build/temp.linux-x86_64-cpython-313t/httptools/parser/parser.o -O2
      httptools/parser/parser.c:2189:80: error: unknown type name ‘__pyx_vectorcallfunc’; did you mean ‘vectorcallfunc’?
       2189 | static CYTHON_INLINE PyObject *__Pyx_PyVectorcall_FastCallDict(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw);
            |                                                                                ^~~~~~~~~~~~~~~~~~~~
            |                                                                                vectorcallfunc
      httptools/parser/parser.c:14183:69: error: unknown type name ‘__pyx_vectorcallfunc’; did you mean ‘vectorcallfunc’?
      14183 | static PyObject *__Pyx_PyVectorcall_FastCallDict_kw(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw)
            |                                                                     ^~~~~~~~~~~~~~~~~~~~
            |                                                                     vectorcallfunc
      httptools/parser/parser.c:14228:80: error: unknown type name ‘__pyx_vectorcallfunc’; did you mean ‘vectorcallfunc’?
      14228 | static CYTHON_INLINE PyObject *__Pyx_PyVectorcall_FastCallDict(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw)
            |                                                                                ^~~~~~~~~~~~~~~~~~~~
            |                                                                                vectorcallfunc
      httptools/parser/parser.c: In function ‘__Pyx_CyFunction_CallAsMethod’:
      httptools/parser/parser.c:14917:6: error: unknown type name ‘__pyx_vectorcallfunc’; did you mean ‘vectorcallfunc’?
      14917 |      __pyx_vectorcallfunc vc = __Pyx_CyFunction_func_vectorcall(cyfunc);
            |      ^~~~~~~~~~~~~~~~~~~~
            |      vectorcallfunc
      httptools/parser/parser.c:2279:45: warning: initialization of ‘int’ from ‘vectorcallfunc’ {aka ‘struct _object * (*)(struct _object *, struct _object * const*, long unsigned int,  struct _object *)’} makes integer from pointer without a cast [-Wint-conversion]
       2279 | #define __Pyx_CyFunction_func_vectorcall(f) (((PyCFunctionObject*)f)->vectorcall)
            |                                             ^
      httptools/parser/parser.c:14917:32: note: in expansion of macro ‘__Pyx_CyFunction_func_vectorcall’
      14917 |      __pyx_vectorcallfunc vc = __Pyx_CyFunction_func_vectorcall(cyfunc);
            |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      httptools/parser/parser.c:14920:16: warning: implicit declaration of function ‘__Pyx_PyVectorcall_FastCallDict’; did you mean ‘__Pyx_PyObject_FastCallDict’? [-Wimplicit-function-declaration]
      14920 |         return __Pyx_PyVectorcall_FastCallDict(func, vc, &PyTuple_GET_ITEM(args, 0), (size_t)PyTuple_GET_SIZE(args), kw);
            |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            |                __Pyx_PyObject_FastCallDict
      httptools/parser/parser.c:14920:16: warning: returning ‘int’ from a function with return type ‘PyObject *’ {aka ‘struct _object *’} makes pointer from integer without a cast [-Wint-conversion]
      14920 |         return __Pyx_PyVectorcall_FastCallDict(func, vc, &PyTuple_GET_ITEM(args, 0), (size_t)PyTuple_GET_SIZE(args), kw);
            |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      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 httptools
ERROR: Failed to build installable wheels for some pyproject.toml based projects (httptools)
2025-05-06 01:50:12
mypy-boto3-appflow 1.38.0 Success - 2025-05-06 07:52:32
azure-servicebus 7.14.2 Success - 2025-05-06 06:03:54
keras 3.9.2 Failed
   creating build/lib.linux-x86_64-cpython-313t/h5py/tests
      copying h5py/tests/__init__.py -> build/lib.linux-x86_64-cpython-313t/h5py/tests
      copying h5py/tests/common.py -> build/lib.linux-x86_64-cpython-313t/h5py/tests
      copying h5py/tests/conftest.py -> build/lib.linux-x86_64-cpython-313t/h5py/tests
      copying h5py/tests/test_attribute_create.py -> build/lib.linux-x86_64-cpython-313t/h5py/tests
      copying h5py/tests/test_attrs.py -> build/lib.linux-x86_64-cpython-313t/h5py/tests
      copying h5py/tests/test_attrs_data.py -> build/lib.linux-x86_64-cpython-313t/h5py/tests
      copying h5py/tests/test_base.py -> build/lib.linux-x86_64-cpython-313t/h5py/tests
      copying h5py/tests/test_big_endian_file.py -> build/lib.linux-x86_64-cpython-313t/h5py/tests
      copying h5py/tests/test_completions.py -> build/lib.linux-x86_64-cpython-313t/h5py/tests
      copying h5py/tests/test_dataset.py -> build/lib.linux-x86_64-cpython-313t/h5py/tests
      copying h5py/tests/test_dataset_getitem.py -> build/lib.linux-x86_64-cpython-313t/h5py/tests
      copying h5py/tests/test_dataset_swmr.py -> build/lib.linux-x86_64-cpython-313t/h5py/tests
      copying h5py/tests/test_datatype.py -> build/lib.linux-x86_64-cpython-313t/h5py/tests
      copying h5py/tests/test_dimension_scales.py -> build/lib.linux-x86_64-cpython-313t/h5py/tests
      copying h5py/tests/test_dims_dimensionproxy.py -> build/lib.linux-x86_64-cpython-313t/h5py/tests
      copying h5py/tests/test_dtype.py -> build/lib.linux-x86_64-cpython-313t/h5py/tests
      copying h5py/tests/test_errors.py -> build/lib.linux-x86_64-cpython-313t/h5py/tests
      copying h5py/tests/test_file.py -> build/lib.linux-x86_64-cpython-313t/h5py/tests
      copying h5py/tests/test_file2.py -> build/lib.linux-x86_64-cpython-313t/h5py/tests
      copying h5py/tests/test_file_alignment.py -> build/lib.linux-x86_64-cpython-313t/h5py/tests
      copying h5py/tests/test_file_image.py -> build/lib.linux-x86_64-cpython-313t/h5py/tests
      copying h5py/tests/test_filters.py -> build/lib.linux-x86_64-cpython-313t/h5py/tests
      copying h5py/tests/test_group.py -> build/lib.linux-x86_64-cpython-313t/h5py/tests
      copying h5py/tests/test_h5.py -> build/lib.linux-x86_64-cpython-313t/h5py/tests
      copying h5py/tests/test_h5d_direct_chunk.py -> build/lib.linux-x86_64-cpython-313t/h5py/tests
      copying h5py/tests/test_h5f.py -> build/lib.linux-x86_64-cpython-313t/h5py/tests
      copying h5py/tests/test_h5o.py -> build/lib.linux-x86_64-cpython-313t/h5py/tests
      copying h5py/tests/test_h5p.py -> build/lib.linux-x86_64-cpython-313t/h5py/tests
      copying h5py/tests/test_h5pl.py -> build/lib.linux-x86_64-cpython-313t/h5py/tests
      copying h5py/tests/test_h5s.py -> build/lib.linux-x86_64-cpython-313t/h5py/tests
      copying h5py/tests/test_h5t.py -> build/lib.linux-x86_64-cpython-313t/h5py/tests
      copying h5py/tests/test_h5z.py -> build/lib.linux-x86_64-cpython-313t/h5py/tests
      copying h5py/tests/test_objects.py -> build/lib.linux-x86_64-cpython-313t/h5py/tests
      copying h5py/tests/test_ros3.py -> build/lib.linux-x86_64-cpython-313t/h5py/tests
      copying h5py/tests/test_selections.py -> build/lib.linux-x86_64-cpython-313t/h5py/tests
      copying h5py/tests/test_slicing.py -> build/lib.linux-x86_64-cpython-313t/h5py/tests
      creating build/lib.linux-x86_64-cpython-313t/h5py/tests/data_files
      copying h5py/tests/data_files/__init__.py -> build/lib.linux-x86_64-cpython-313t/h5py/tests/data_files
      creating build/lib.linux-x86_64-cpython-313t/h5py/tests/test_vds
      copying h5py/tests/test_vds/__init__.py -> build/lib.linux-x86_64-cpython-313t/h5py/tests/test_vds
      copying h5py/tests/test_vds/test_highlevel_vds.py -> build/lib.linux-x86_64-cpython-313t/h5py/tests/test_vds
      copying h5py/tests/test_vds/test_lowlevel_vds.py -> build/lib.linux-x86_64-cpython-313t/h5py/tests/test_vds
      copying h5py/tests/test_vds/test_virtual_source.py -> build/lib.linux-x86_64-cpython-313t/h5py/tests/test_vds
      copying h5py/tests/data_files/vlen_string_dset.h5 -> build/lib.linux-x86_64-cpython-313t/h5py/tests/data_files
      copying h5py/tests/data_files/vlen_string_dset_utc.h5 -> build/lib.linux-x86_64-cpython-313t/h5py/tests/data_files
      copying h5py/tests/data_files/vlen_string_s390x.h5 -> build/lib.linux-x86_64-cpython-313t/h5py/tests/data_files
      running build_ext
      Building h5py requires pkg-config unless the HDF5 path is explicitly specified using the environment variable HDF5_DIR. For more information and details, see https://docs.h5py.org/en/stable/build.html#custom-installation
      error: pkg-config probably not installed: FileNotFoundError(2, 'No such file or directory')
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for h5py
ERROR: Failed to build installable wheels for some pyproject.toml based projects (h5py)
2025-05-06 05:27:37
click-didyoumean 0.3.1 Success - 2025-05-06 04:45:26
geopandas 1.0.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 0x00007fe033bde740 (most recent call first):
  <no Python frame>
2025-05-01 10:00:54
lark 1.2.2 Success - 2025-05-01 14:00:39
graphql-core 3.2.6 Success - 2025-05-06 00:59:44
pip-tools 7.4.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 0x00007f8931baa740 (most recent call first):
  <no Python frame>
2025-05-01 10:02:49
brotli 1.1.0 Success - 2025-05-06 03:05:32
contextlib2 21.6.0 Success - 2025-05-06 07:53:03
torchaudio 2.7.0 Success - 2025-05-06 06:22:58
pickleshare 0.7.5 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 0x00007f06b30f6740 (most recent call first):
  <no Python frame>
2025-05-01 10:02:51
lightning-utilities 0.14.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 0x00007f1402efb740 (most recent call first):
  <no Python frame>
2025-05-01 10:00:58
types-s3transfer 0.12.0 Success - 2025-05-06 05:01:19
pypdf 5.4.0 Success - 2025-05-01 14:02:49
retry 0.9.2 Success - 2025-05-06 01:50:28
pytest-timeout 2.4.0 Success - 2025-05-06 05:45:00
pyserial 3.5 Success - 2025-05-06 07:53:18
retryhttp 1.3.3 Success - 2025-05-06 06:23:18

Python 3.14t Compatibility Results

Library Version Build Result Error Details Last Updated At
httptools 0.6.4 Failed
ls/parser/cparser.pxd -> build/lib.linux-x86_64-cpython-314t/httptools/parser
      copying httptools/parser/parser.pyx -> build/lib.linux-x86_64-cpython-314t/httptools/parser
      copying httptools/parser/python.pxd -> build/lib.linux-x86_64-cpython-314t/httptools/parser
      copying httptools/parser/url_cparser.pxd -> build/lib.linux-x86_64-cpython-314t/httptools/parser
      copying httptools/parser/url_parser.pyx -> build/lib.linux-x86_64-cpython-314t/httptools/parser
      running build_ext
      building 'httptools.parser.parser' extension
      creating build/temp.linux-x86_64-cpython-314t/httptools/parser
      creating build/temp.linux-x86_64-cpython-314t/vendor/llhttp/src
      cc -pthread -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -g -O3 -Wall -fPIC -fPIC -I/tmp/pip-install-zb0pmfey/httptools_9756118d50a64882bf84fc066d912f28/vendor/llhttp/include -I/tmp/pip-install-zb0pmfey/httptools_9756118d50a64882bf84fc066d912f28/vendor/llhttp/src -I/tmp/tmph_j918pp/venv/include -I/root/.local/share/uv/python/cpython-3.14.0a6+freethreaded-linux-x86_64-gnu/include/python3.14t -c httptools/parser/parser.c -o build/temp.linux-x86_64-cpython-314t/httptools/parser/parser.o -O2
      httptools/parser/parser.c:2189:80: error: unknown type name ‘__pyx_vectorcallfunc’; did you mean ‘vectorcallfunc’?
       2189 | static CYTHON_INLINE PyObject *__Pyx_PyVectorcall_FastCallDict(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw);
            |                                                                                ^~~~~~~~~~~~~~~~~~~~
            |                                                                                vectorcallfunc
      httptools/parser/parser.c:14183:69: error: unknown type name ‘__pyx_vectorcallfunc’; did you mean ‘vectorcallfunc’?
      14183 | static PyObject *__Pyx_PyVectorcall_FastCallDict_kw(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw)
            |                                                                     ^~~~~~~~~~~~~~~~~~~~
            |                                                                     vectorcallfunc
      httptools/parser/parser.c:14228:80: error: unknown type name ‘__pyx_vectorcallfunc’; did you mean ‘vectorcallfunc’?
      14228 | static CYTHON_INLINE PyObject *__Pyx_PyVectorcall_FastCallDict(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw)
            |                                                                                ^~~~~~~~~~~~~~~~~~~~
            |                                                                                vectorcallfunc
      httptools/parser/parser.c: In function ‘__Pyx_CyFunction_CallAsMethod’:
      httptools/parser/parser.c:14917:6: error: unknown type name ‘__pyx_vectorcallfunc’; did you mean ‘vectorcallfunc’?
      14917 |      __pyx_vectorcallfunc vc = __Pyx_CyFunction_func_vectorcall(cyfunc);
            |      ^~~~~~~~~~~~~~~~~~~~
            |      vectorcallfunc
      httptools/parser/parser.c:2279:45: warning: initialization of ‘int’ from ‘vectorcallfunc’ {aka ‘struct _object * (*)(struct _object *, struct _object * const*, long unsigned int,  struct _object *)’} makes integer from pointer without a cast [-Wint-conversion]
       2279 | #define __Pyx_CyFunction_func_vectorcall(f) (((PyCFunctionObject*)f)->vectorcall)
            |                                             ^
      httptools/parser/parser.c:14917:32: note: in expansion of macro ‘__Pyx_CyFunction_func_vectorcall’
      14917 |      __pyx_vectorcallfunc vc = __Pyx_CyFunction_func_vectorcall(cyfunc);
            |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      httptools/parser/parser.c:14920:16: warning: implicit declaration of function ‘__Pyx_PyVectorcall_FastCallDict’; did you mean ‘__Pyx_PyObject_FastCallDict’? [-Wimplicit-function-declaration]
      14920 |         return __Pyx_PyVectorcall_FastCallDict(func, vc, &PyTuple_GET_ITEM(args, 0), (size_t)PyTuple_GET_SIZE(args), kw);
            |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            |                __Pyx_PyObject_FastCallDict
      httptools/parser/parser.c:14920:16: warning: returning ‘int’ from a function with return type ‘PyObject *’ {aka ‘struct _object *’} makes pointer from integer without a cast [-Wint-conversion]
      14920 |         return __Pyx_PyVectorcall_FastCallDict(func, vc, &PyTuple_GET_ITEM(args, 0), (size_t)PyTuple_GET_SIZE(args), kw);
            |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      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 httptools
ERROR: Failed to build installable wheels for some pyproject.toml based projects (httptools)
2025-05-05 11:52:30
mypy-boto3-appflow 1.38.0 Success - 2025-05-03 14:50:00
azure-servicebus 7.14.2 Success - 2025-05-05 20:07:19
keras 3.9.2 Failed
andom__mt19937.pyx.c.o -MF numpy/random/_mt19937.cpython-314t-x86_64-linux-gnu.so.p/meson-generated_numpy_random__mt19937.pyx.c.o.d -o numpy/random/_mt19937.cpython-314t-x86_64-linux-gnu.so.p/meson-generated_numpy_random__mt19937.pyx.c.o -c numpy/random/_mt19937.cpython-314t-x86_64-linux-gnu.so.p/numpy/random/_mt19937.pyx.c
      numpy/random/_mt19937.cpython-314t-x86_64-linux-gnu.so.p/numpy/random/_mt19937.pyx.c:2358:80: error: unknown type name ‘__pyx_vectorcallfunc’; did you mean ‘vectorcallfunc’?
       2358 | static CYTHON_INLINE PyObject *__Pyx_PyVectorcall_FastCallDict(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw);
            |                                                                                ^~~~~~~~~~~~~~~~~~~~
            |                                                                                vectorcallfunc
      numpy/random/_mt19937.cpython-314t-x86_64-linux-gnu.so.p/numpy/random/_mt19937.pyx.c:11219:69: error: unknown type name ‘__pyx_vectorcallfunc’; did you mean ‘vectorcallfunc’?
      11219 | static PyObject *__Pyx_PyVectorcall_FastCallDict_kw(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw)
            |                                                                     ^~~~~~~~~~~~~~~~~~~~
            |                                                                     vectorcallfunc
      numpy/random/_mt19937.cpython-314t-x86_64-linux-gnu.so.p/numpy/random/_mt19937.pyx.c:11264:80: error: unknown type name ‘__pyx_vectorcallfunc’; did you mean ‘vectorcallfunc’?
      11264 | static CYTHON_INLINE PyObject *__Pyx_PyVectorcall_FastCallDict(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw)
            |                                                                                ^~~~~~~~~~~~~~~~~~~~
            |                                                                                vectorcallfunc
      numpy/random/_mt19937.cpython-314t-x86_64-linux-gnu.so.p/numpy/random/_mt19937.pyx.c: In function ‘__Pyx_CyFunction_CallAsMethod’:
      numpy/random/_mt19937.cpython-314t-x86_64-linux-gnu.so.p/numpy/random/_mt19937.pyx.c:11953:6: error: unknown type name ‘__pyx_vectorcallfunc’; did you mean ‘vectorcallfunc’?
      11953 |      __pyx_vectorcallfunc vc = __Pyx_CyFunction_func_vectorcall(cyfunc);
            |      ^~~~~~~~~~~~~~~~~~~~
            |      vectorcallfunc
      numpy/random/_mt19937.cpython-314t-x86_64-linux-gnu.so.p/numpy/random/_mt19937.pyx.c:2448:45: warning: initialization of ‘int’ from ‘vectorcallfunc’ {aka ‘struct _object * (*)(struct _object *, struct _object * const*, long unsigned int,  struct _object *)’} makes integer from pointer without a cast [-Wint-conversion]
       2448 | #define __Pyx_CyFunction_func_vectorcall(f) (((PyCFunctionObject*)f)->vectorcall)
            |                                             ^
      numpy/random/_mt19937.cpython-314t-x86_64-linux-gnu.so.p/numpy/random/_mt19937.pyx.c:11953:32: note: in expansion of macro ‘__Pyx_CyFunction_func_vectorcall’
      11953 |      __pyx_vectorcallfunc vc = __Pyx_CyFunction_func_vectorcall(cyfunc);
            |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      numpy/random/_mt19937.cpython-314t-x86_64-linux-gnu.so.p/numpy/random/_mt19937.pyx.c:11956:16: warning: implicit declaration of function ‘__Pyx_PyVectorcall_FastCallDict’; did you mean ‘__Pyx_PyObject_FastCallDict’? [-Wimplicit-function-declaration]
      11956 |         return __Pyx_PyVectorcall_FastCallDict(func, vc, &PyTuple_GET_ITEM(args, 0), (size_t)PyTuple_GET_SIZE(args), kw);
            |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            |                __Pyx_PyObject_FastCallDict
      numpy/random/_mt19937.cpython-314t-x86_64-linux-gnu.so.p/numpy/random/_mt19937.pyx.c:11956:16: warning: returning ‘int’ from a function with return type ‘PyObject *’ {aka ‘struct _object *’} makes pointer from integer without a cast [-Wint-conversion]
      11956 |         return __Pyx_PyVectorcall_FastCallDict(func, vc, &PyTuple_GET_ITEM(args, 0), (size_t)PyTuple_GET_SIZE(args), kw);
            |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      [501/530] Compiling C object numpy/random/_bounded_integers.cpython-314t-x86_64-linux-gnu.so.p/meson-generated_numpy_random__bounded_integers.pyx.c.o
      [502/530] Compiling C object numpy/random/_common.cpython-314t-x86_64-linux-gnu.so.p/meson-generated_numpy_random__common.pyx.c.o
      ninja: build stopped: subcommand failed.
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed

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

note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
2025-05-05 19:57:44
click-didyoumean 0.3.1 Success - 2025-05-05 14:14:39
geopandas 1.0.1 Failed
andom__mt19937.pyx.c.o -MF numpy/random/_mt19937.cpython-314t-x86_64-linux-gnu.so.p/meson-generated_numpy_random__mt19937.pyx.c.o.d -o numpy/random/_mt19937.cpython-314t-x86_64-linux-gnu.so.p/meson-generated_numpy_random__mt19937.pyx.c.o -c numpy/random/_mt19937.cpython-314t-x86_64-linux-gnu.so.p/numpy/random/_mt19937.pyx.c
      numpy/random/_mt19937.cpython-314t-x86_64-linux-gnu.so.p/numpy/random/_mt19937.pyx.c:2358:80: error: unknown type name ‘__pyx_vectorcallfunc’; did you mean ‘vectorcallfunc’?
       2358 | static CYTHON_INLINE PyObject *__Pyx_PyVectorcall_FastCallDict(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw);
            |                                                                                ^~~~~~~~~~~~~~~~~~~~
            |                                                                                vectorcallfunc
      numpy/random/_mt19937.cpython-314t-x86_64-linux-gnu.so.p/numpy/random/_mt19937.pyx.c:11219:69: error: unknown type name ‘__pyx_vectorcallfunc’; did you mean ‘vectorcallfunc’?
      11219 | static PyObject *__Pyx_PyVectorcall_FastCallDict_kw(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw)
            |                                                                     ^~~~~~~~~~~~~~~~~~~~
            |                                                                     vectorcallfunc
      numpy/random/_mt19937.cpython-314t-x86_64-linux-gnu.so.p/numpy/random/_mt19937.pyx.c:11264:80: error: unknown type name ‘__pyx_vectorcallfunc’; did you mean ‘vectorcallfunc’?
      11264 | static CYTHON_INLINE PyObject *__Pyx_PyVectorcall_FastCallDict(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw)
            |                                                                                ^~~~~~~~~~~~~~~~~~~~
            |                                                                                vectorcallfunc
      numpy/random/_mt19937.cpython-314t-x86_64-linux-gnu.so.p/numpy/random/_mt19937.pyx.c: In function ‘__Pyx_CyFunction_CallAsMethod’:
      numpy/random/_mt19937.cpython-314t-x86_64-linux-gnu.so.p/numpy/random/_mt19937.pyx.c:11953:6: error: unknown type name ‘__pyx_vectorcallfunc’; did you mean ‘vectorcallfunc’?
      11953 |      __pyx_vectorcallfunc vc = __Pyx_CyFunction_func_vectorcall(cyfunc);
            |      ^~~~~~~~~~~~~~~~~~~~
            |      vectorcallfunc
      numpy/random/_mt19937.cpython-314t-x86_64-linux-gnu.so.p/numpy/random/_mt19937.pyx.c:2448:45: warning: initialization of ‘int’ from ‘vectorcallfunc’ {aka ‘struct _object * (*)(struct _object *, struct _object * const*, long unsigned int,  struct _object *)’} makes integer from pointer without a cast [-Wint-conversion]
       2448 | #define __Pyx_CyFunction_func_vectorcall(f) (((PyCFunctionObject*)f)->vectorcall)
            |                                             ^
      numpy/random/_mt19937.cpython-314t-x86_64-linux-gnu.so.p/numpy/random/_mt19937.pyx.c:11953:32: note: in expansion of macro ‘__Pyx_CyFunction_func_vectorcall’
      11953 |      __pyx_vectorcallfunc vc = __Pyx_CyFunction_func_vectorcall(cyfunc);
            |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      numpy/random/_mt19937.cpython-314t-x86_64-linux-gnu.so.p/numpy/random/_mt19937.pyx.c:11956:16: warning: implicit declaration of function ‘__Pyx_PyVectorcall_FastCallDict’; did you mean ‘__Pyx_PyObject_FastCallDict’? [-Wimplicit-function-declaration]
      11956 |         return __Pyx_PyVectorcall_FastCallDict(func, vc, &PyTuple_GET_ITEM(args, 0), (size_t)PyTuple_GET_SIZE(args), kw);
            |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            |                __Pyx_PyObject_FastCallDict
      numpy/random/_mt19937.cpython-314t-x86_64-linux-gnu.so.p/numpy/random/_mt19937.pyx.c:11956:16: warning: returning ‘int’ from a function with return type ‘PyObject *’ {aka ‘struct _object *’} makes pointer from integer without a cast [-Wint-conversion]
      11956 |         return __Pyx_PyVectorcall_FastCallDict(func, vc, &PyTuple_GET_ITEM(args, 0), (size_t)PyTuple_GET_SIZE(args), kw);
            |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      [501/530] Compiling C object numpy/random/_bounded_integers.cpython-314t-x86_64-linux-gnu.so.p/meson-generated_numpy_random__bounded_integers.pyx.c.o
      [502/530] Compiling C object numpy/random/_common.cpython-314t-x86_64-linux-gnu.so.p/meson-generated_numpy_random__common.pyx.c.o
      ninja: build stopped: subcommand failed.
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed

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

note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
2025-05-05 19:57:43
lark 1.2.2 Success - 2025-05-05 18:35:55
graphql-core 3.2.6 Success - 2025-05-05 14:24:10
pip-tools 7.4.1 Success - 2025-05-05 18:35:44
brotli 1.1.0 Success - 2025-05-05 16:43:43
contextlib2 21.6.0 Success - 2025-05-03 14:55:30
torchaudio 2.7.0 Failed
ERROR: Could not find a version that satisfies the requirement torchaudio==2.7.0 (from versions: none)
ERROR: No matching distribution found for torchaudio==2.7.0
2025-05-03 12:07:28
pickleshare 0.7.5 Success - 2025-05-03 10:55:32
lightning-utilities 0.14.3 Success - 2025-05-03 14:55:45
types-s3transfer 0.12.0 Success - 2025-05-05 15:58:13
pypdf 5.4.0 Success - 2025-05-03 12:12:27
retry 0.9.2 Success - 2025-05-05 13:26:09
pytest-timeout 2.4.0 Success - 2025-05-05 19:12:32
pyserial 3.5 Success - 2025-05-05 19:58:01
retryhttp 1.3.3 Failed
  error: subprocess-exited-with-error
  
  × Building wheel for pydantic-core (pyproject.toml) did not run successfully.
  │ exit code: 1
  ╰─> [13 lines of output]
      Running `maturin pep517 build-wheel -i /tmp/tmptfq6p0kq/venv/bin/python --compatibility off`
      📦 Including license file "/tmp/pip-install-wad3qpsp/pydantic-core_d92967dd73744b9a99eb8d6917eb24fc/LICENSE"
      🍹 Building a mixed python/rust project
      🔗 Found pyo3 bindings
      🐍 Found CPython 3.14t at /tmp/tmptfq6p0kq/venv/bin/python
      📡 Using build options features, bindings from pyproject.toml
      warning: unused manifest key: lints
      error: package `pydantic-core v2.33.2 (/tmp/pip-install-wad3qpsp/pydantic-core_d92967dd73744b9a99eb8d6917eb24fc)` cannot be built because it requires rustc 1.75 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/tmptfq6p0kq/venv/bin/python" PYTHON_SYS_EXECUTABLE="/tmp/tmptfq6p0kq/venv/bin/python" "cargo" "rustc" "--features" "pyo3/extension-module" "--message-format" "json-render-diagnostics" "--manifest-path" "/tmp/pip-install-wad3qpsp/pydantic-core_d92967dd73744b9a99eb8d6917eb24fc/Cargo.toml" "--release" "--lib"`
      Error: command ['maturin', 'pep517', 'build-wheel', '-i', '/tmp/tmptfq6p0kq/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 pydantic-core
ERROR: Failed to build installable wheels for some pyproject.toml based projects (pydantic-core)
2025-05-05 18:37:14