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-1353014947,https://api.github.com/repos/pydata/xarray/issues/7355,1353014947,IC_kwDOAMm_X85QpV6j,10194086,2022-12-15T12:50:31Z,2022-12-15T12:50:31Z,MEMBER,"You installed dask with pip so the following should get you there ```bash python -m pip install --upgrade dask ``` However, your environment is a mix of packages installed with conda and pip - it's generally recommended to install everything with the same installer. Thus my suggestion would be to create a new environment and install everything with conda. You may also want to take a look at mamba - mamba is a drop-in replacement for conda that is (currently and for most cases) faster than conda, and thus more enjoyable to work with. ","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,1474805252 https://github.com/pydata/xarray/issues/7355#issuecomment-1342778503,https://api.github.com/repos/pydata/xarray/issues/7355,1342778503,IC_kwDOAMm_X85QCSyH,10194086,2022-12-08T13:58:19Z,2022-12-08T13:58:19Z,MEMBER,@ChukwuwikeCephas I am closing this issue - feel free to reopen (or open a new one) if you have further questions.,"{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,1474805252 https://github.com/pydata/xarray/issues/7355#issuecomment-1337084993,https://api.github.com/repos/pydata/xarray/issues/7355,1337084993,IC_kwDOAMm_X85PskxB,14808389,2022-12-05T10:17:39Z,2022-12-05T10:17:39Z,MEMBER,"for more context, `dask.array.lib.stride_tricks.sliding_window_view` is a newer addition to `numpy`, and thus older versions of `dask` don't have it either. So as @mathause said, updating `dask` should fix this.","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,1474805252 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 https://github.com/pydata/xarray/issues/7355#issuecomment-1336439816,https://api.github.com/repos/pydata/xarray/issues/7355,1336439816,IC_kwDOAMm_X85PqHQI,10194086,2022-12-04T15:26:56Z,2022-12-04T15:26:56Z,MEMBER,"Is that the whole output of `xr.show_versions()`? Can you paste the output of `conda list` or `pip freeze`? Thanks! ","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,1474805252