home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 1556182520

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions performed_via_github_app issue
https://github.com/pydata/xarray/issues/7856#issuecomment-1556182520 https://api.github.com/repos/pydata/xarray/issues/7856 1556182520 IC_kwDOAMm_X85cwXX4 35968931 2023-05-21T13:36:22Z 2023-05-21T13:36:22Z MEMBER

Hmm, it's acting as if dask is not installed/importable. Any idea what's different about your setup vs the xarray CI?

Yes daskmanager is also registered via a different entry point, but that should already be set up to happen by default.

To see which chunk managers it can find you can call

```python from xarray.core.parallelcompat import list_chunkmanagers

list_chunkmanagers() ```

I expect it will return an empty list in your case, but that's the code we should be trying to debug on your system.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  1718410975
Powered by Datasette · Queries took 0.507ms · About: xarray-datasette