I am no longer able to run a piece of code using the package Rechunker
on Pangeo Cloud that I have been able to up until about 5 days ago. I get an AssertionError
, when running rechunker.rechunk()
- similar to what is reported here. I am using an old (working) version of rechunker
: 0.3.3.
I am guessing that the issue arises from:
- The docker image update that happened recently and appears to have updated from Dask 2022.1.1 to Dask 2022.2.1.
- Rechunker version 0.3.3 is not compatible with Dask 2022.2.1. (See this issue)
My question: is there a way to run the previous version of Dask (2022.1.1) on Pangeo Cloud at the moment so that I can keep running my Rechunker
code?