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
Make sure to use 3.6.0 if building release binaries (this way they'll work on 3.6.1 as well)
add a #ifdef PySlice_GetIndicesEx #undef PySlice_GetIndicesEx #endif to pandas/_libs/src/compat_helper.h (but make sure to only enable this on 3.6, or you'll eventually get broken again
The text was updated successfully, but these errors were encountered:
As a heads up: https://bugs.python.org/issue29943
Two possible workarounds:
#ifdef PySlice_GetIndicesEx #undef PySlice_GetIndicesEx #endif
topandas/_libs/src/compat_helper.h
(but make sure to only enable this on 3.6, or you'll eventually get broken againThe text was updated successfully, but these errors were encountered: