home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 1337039422

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/7355#issuecomment-1337039422 https://api.github.com/repos/pydata/xarray/issues/7355 1337039422 IC_kwDOAMm_X85PsZo- 10194086 2022-12-05T09:43:55Z 2022-12-05T09:43:55Z MEMBER

NameError: name 'xr' is not defined

I had not realized that you did not import xarray yourself but this is done via plotly. It's usually done as import xarray as xr. So xr.show_versions() would also output some version info. But I could also get the info from your conda list output.

From this I can see the version of dask and xarray you have installed: dask 2021.1.0 pypi_0 pypi xarray 2022.6.0 pyhd8ed1ab_1 conda-forge

However, xarray version 2022.06 requires a newer dask version you have installed.

https://github.com/pydata/xarray/blob/4ad706fc4ef102c525555d55b20bc7ccc72d7045/ci/requirements/min-all-deps.yml#L18

So you can try to update your dask version.

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