Open
Description
It looks like iteration-utilities
v0.12 is failing to build on python 3.13. The latest version 0.13 works fine.
src/iteration_utilities/_iteration_utilities/exported_helper.c: In function ‘PyIU_TupleToList_and_InsertItemAtIndex’:
src/iteration_utilities/_iteration_utilities/exported_helper.c:110:10: error: implicit declaration of function ‘_PyArg_ParseStack’ [-Wimplicit-function-declaration]
110 | if (!_PyArg_ParseStack(args, nargs, "OOn:_parse_args", &tup, &item, &index)) {
| ^~~~~~~~~~~~~~~~~
error: command '/bin/gcc' 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 iteration-utilities
Metadata
Assignees
Labels
No labels
Activity