home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where author_association = "MEMBER", issue = 832404698 and user = 14808389 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

  • keewis · 3 ✖

issue 1

  • [tests] ImportError: Pandas requires version '0.12.3' or newer of 'xarray' (version '0.0.0' currently installed). · 3 ✖

author_association 1

  • MEMBER · 3 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
800309366 https://github.com/pydata/xarray/issues/5038#issuecomment-800309366 https://api.github.com/repos/pydata/xarray/issues/5038 MDEyOklzc3VlQ29tbWVudDgwMDMwOTM2Ng== keewis 14808389 2021-03-16T14:31:31Z 2021-03-16T14:31:31Z MEMBER

I don't understand why it isn't falling back to 999

I can reproduce the failure in an environment without setuptools-scm. If I install it everything works as expected. My guess is that this started to fail because we moved the setup_requires entry to pyproject.toml, which means that if you don't use that you have to take care of the build dependencies yourself.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  [tests] ImportError: Pandas requires version '0.12.3' or newer of 'xarray' (version '0.0.0' currently installed).  832404698
800169491 https://github.com/pydata/xarray/issues/5038#issuecomment-800169491 https://api.github.com/repos/pydata/xarray/issues/5038 MDEyOklzc3VlQ29tbWVudDgwMDE2OTQ5MQ== keewis 14808389 2021-03-16T11:12:48Z 2021-03-16T11:12:48Z MEMBER

actually, it seems you can use python setup.py install --prefix $PREFIX if you have setuptools_scm installed. You'll find other build time dependencies in pyproject.toml.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  [tests] ImportError: Pandas requires version '0.12.3' or newer of 'xarray' (version '0.0.0' currently installed).  832404698
800159060 https://github.com/pydata/xarray/issues/5038#issuecomment-800159060 https://api.github.com/repos/pydata/xarray/issues/5038 MDEyOklzc3VlQ29tbWVudDgwMDE1OTA2MA== keewis 14808389 2021-03-16T10:56:46Z 2021-03-16T10:56:46Z MEMBER

Where did you get the tarball from? If you used the one from github you need to use a PEP517 frontend (e.g. build or pip) to build the actual tarball: setuptools_scm_git_archive is only mentioned in pyproject.toml.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  [tests] ImportError: Pandas requires version '0.12.3' or newer of 'xarray' (version '0.0.0' currently installed).  832404698

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 116.94ms · About: xarray-datasette