You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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);
The text was updated successfully, but these errors were encountered:
Hi , I am installing on mac m1 with python version 3.13
Caused by: Failed to fetch wheel: httptools==0.6.1
The text was updated successfully, but these errors were encountered: