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);
Hi , I am installing on mac m1 with python version 3.13
Caused by: Failed to fetch wheel: httptools==0.6.1