Skip to content

httptools failed to download on python 3.13 #108

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

Closed
codebased opened this issue Oct 14, 2024 · 2 comments
Closed

httptools failed to download on python 3.13 #108

codebased opened this issue Oct 14, 2024 · 2 comments

Comments

@codebased
Copy link

Hi , I am installing on mac m1 with python version 3.13

Caused by: Failed to fetch wheel: httptools==0.6.1

  113 |     int little_endian, int is_signed, int with_exceptions);
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
httptools/parser/parser.c:10136:70: error: too few arguments to function call, expected 6, have 5
 10134 |                 int ret = _PyLong_AsByteArray((PyLongObject *)v,
       |                           ~~~~~~~~~~~~~~~~~~~
 10135 |                                               bytes, sizeof(val),
 10136 |                                               is_little, !is_unsigned);
@matan1008
Copy link

Welcome to the club! 😿

You might want to look here #104

@fantix
Copy link
Member

fantix commented Oct 14, 2024

Fixed in 0.6.2

@fantix fantix closed this as completed Oct 14, 2024
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

3 participants