MagicStack / httptools

Fast HTTP parser
MIT License
1.21k stars 83 forks source link

httptools failed to download on python 3.13 #108

Closed codebased closed 1 month ago

codebased commented 1 month ago

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 commented 1 month ago

Welcome to the club! :crying_cat_face:

You might want to look here https://github.com/MagicStack/httptools/issues/104

fantix commented 1 month ago

Fixed in 0.6.2