home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where issue = 832404698 and user = 490531 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

  • ArchangeGabriel · 4 ✖

issue 1

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

author_association 1

  • CONTRIBUTOR 4
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
800565107 https://github.com/pydata/xarray/issues/5038#issuecomment-800565107 https://api.github.com/repos/pydata/xarray/issues/5038 MDEyOklzc3VlQ29tbWVudDgwMDU2NTEwNw== ArchangeGabriel 490531 2021-03-16T20:03:33Z 2021-03-16T20:04:19Z CONTRIBUTOR

Thanks to both of you as well as @eli-schwartz, it was indeed setuptools-scm missing (and apparently had been since 0.15.0, but previous setuptools version were silently downloading it through easy_install it seems).

{
    "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
800164034 https://github.com/pydata/xarray/issues/5038#issuecomment-800164034 https://api.github.com/repos/pydata/xarray/issues/5038 MDEyOklzc3VlQ29tbWVudDgwMDE2NDAzNA== ArchangeGabriel 490531 2021-03-16T11:03:51Z 2021-03-16T11:03:51Z CONTRIBUTOR

I’ve used the one from Pypi.

I’ll check with @FFY00 whether I should be switching to build then.

{
    "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
799982702 https://github.com/pydata/xarray/issues/5038#issuecomment-799982702 https://api.github.com/repos/pydata/xarray/issues/5038 MDEyOklzc3VlQ29tbWVudDc5OTk4MjcwMg== ArchangeGabriel 490531 2021-03-16T06:12:05Z 2021-03-16T06:12:05Z CONTRIBUTOR

Actually while disabling tests and keeping on packaging, I indeed see a reported version of 0.0.0 for xarray. Our diff checker grabbed this: usr/lib/python3.9/site-packages/xarray-0.16.2-py3.9.egg-info/ | usr/lib/python3.9/site-packages/xarray-0.0.0-py3.9.egg-info/ So maybe there is something wrong in the 0.17.0 tarball?

{
    "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
799980456 https://github.com/pydata/xarray/issues/5038#issuecomment-799980456 https://api.github.com/repos/pydata/xarray/issues/5038 MDEyOklzc3VlQ29tbWVudDc5OTk4MDQ1Ng== ArchangeGabriel 490531 2021-03-16T06:07:37Z 2021-03-16T06:07:37Z CONTRIBUTOR

It’s not installed, I’m building it from source. So I run those command from within the cloned tarball: python setup.py build pytest --deselect xarray/tests/test_distributed.py::test_serializable_locks

{
    "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 13.966ms · About: xarray-datasette