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
In file included from pandas/_libs/algos.c:663:
pandas/_libs/src/klib/khash_python.h: In function 'complexobject_hash':
pandas/_libs/src/klib/khash_python.h:282:38: error: '_PyHASH_IMAG' undeclared (first use in this function)
282 | Py_uhash_t combined = realhash + _PyHASH_IMAG * imaghash;
| ^~~~~~~~~~~~
pandas/_libs/src/klib/khash_python.h:282:38: note: each undeclared identifier is reported only once for each function it appears in
The PyPy builds on conda-forge are failing with
This seems to be related to #41988 cc @realead
The text was updated successfully, but these errors were encountered: