Skip to content

python 3.13? #29

Open
Open
@chapmanjacobd

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions