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
Seems like Python 3.6 has something (I guess a bug) causing the error TypeError: only integer scalar arrays can be converted to a scalar index when converting strings to bytes in some of our cases.
I vaguely recall a few issues with 0.25.x requiring a point release of python 3.5. We should see if we can support 3.6.0 to save some headaches down the road.
The text was updated successfully, but these errors were encountered:
IIRC I think bumping numpy to 1.15 might have solved the same issue we were trying to solve in bumping to 3.6.1 so maybe it does just work now, but agreed with Jeff that at the same time it's not worth a lot of effort
For 0.25 we required 3.5.2 as a min and I don't recall coming across any issues or complaints from that
In #29212, we bumped the minimum Python to 3.6.1. @datapythonista mentioned an issue with 3.6.0 at #29212 (comment)
I vaguely recall a few issues with 0.25.x requiring a point release of python 3.5. We should see if we can support 3.6.0 to save some headaches down the road.
The text was updated successfully, but these errors were encountered: