-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
topic-chunked-arraysManaging different chunked backends, e.g. daskManaging different chunked backends, e.g. dasktopic-error reporting
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
Metadata
Metadata
Assignees
Labels
topic-chunked-arraysManaging different chunked backends, e.g. daskManaging different chunked backends, e.g. dasktopic-error reporting