home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where issue = 1474805252 and user = 10194086 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: created_at (date), updated_at (date)

user 1

  • mathause · 4 ✖

issue 1

  • Import "graphing" could not be resolvedPylance(reportMissingImports) · 4 ✖

author_association 1

  • MEMBER 4
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
1353014947 https://github.com/pydata/xarray/issues/7355#issuecomment-1353014947 https://api.github.com/repos/pydata/xarray/issues/7355 IC_kwDOAMm_X85QpV6j mathause 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
}
  Import "graphing" could not be resolvedPylance(reportMissingImports) 1474805252
1342778503 https://github.com/pydata/xarray/issues/7355#issuecomment-1342778503 https://api.github.com/repos/pydata/xarray/issues/7355 IC_kwDOAMm_X85QCSyH mathause 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
}
  Import "graphing" could not be resolvedPylance(reportMissingImports) 1474805252
1337039422 https://github.com/pydata/xarray/issues/7355#issuecomment-1337039422 https://api.github.com/repos/pydata/xarray/issues/7355 IC_kwDOAMm_X85PsZo- mathause 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
}
  Import "graphing" could not be resolvedPylance(reportMissingImports) 1474805252
1336439816 https://github.com/pydata/xarray/issues/7355#issuecomment-1336439816 https://api.github.com/repos/pydata/xarray/issues/7355 IC_kwDOAMm_X85PqHQI mathause 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
}
  Import "graphing" could not be resolvedPylance(reportMissingImports) 1474805252

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE [issue_comments] (
   [html_url] TEXT,
   [issue_url] TEXT,
   [id] INTEGER PRIMARY KEY,
   [node_id] TEXT,
   [user] INTEGER REFERENCES [users]([id]),
   [created_at] TEXT,
   [updated_at] TEXT,
   [author_association] TEXT,
   [body] TEXT,
   [reactions] TEXT,
   [performed_via_github_app] TEXT,
   [issue] INTEGER REFERENCES [issues]([id])
);
CREATE INDEX [idx_issue_comments_issue]
    ON [issue_comments] ([issue]);
CREATE INDEX [idx_issue_comments_user]
    ON [issue_comments] ([user]);
Powered by Datasette · Queries took 55.674ms · About: xarray-datasette