Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python 3.13? #29

Open
chapmanjacobd opened this issue Nov 7, 2024 · 1 comment
Open

python 3.13? #29

chapmanjacobd opened this issue Nov 7, 2024 · 1 comment

Comments

@chapmanjacobd
Copy link

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
@alexdelorenzo
Copy link
Owner

Thanks for the heads up, @chapmanjacobd. I'll bump the deps and make a new release soon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants