You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
It looks like
iteration-utilities
v0.12 is failing to build on python 3.13. The latest version 0.13 works fine.The text was updated successfully, but these errors were encountered: