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
Oh my! I'll take a look. I thought tests would catch this? This code hasn't been updated in a while. I think there's still 2.7-specific code that can be removed.
I'm actually now unsure if this is just me or not. I asked some coworkers to try and reproduce, but they're not able to. Also, nobody has opened an issue in dask for this, which surprised me. I tried again after clearing my local conda cache, but am still seeing the same error... 🤷
Today I created a minimal environment like this
and then attempt to make this import from
tlz
:from tlz import groupby, merge
and got this errorIf I then install
cytoolz
, the error goes away. I came across this becausefrom tlz import groupby, merge
gets run as part ofimport dask
cc @eriknw in case you have any idea what's going on here
The text was updated successfully, but these errors were encountered: