Closed
Description
What happened?
I just ran in to this error in an environment without dask.
TypeError: Could not find a Chunk Manager which recognises type <class 'dask.array.core.Array'>
I think we could easily recommend the user to install a package that provides dask
by looking at type(array).__name__
. This would make the message a lot friendlier