home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where user = 5669557 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

  • twhughes · 4 ✖

issue 1

  • Dask error when importing pip installed xarray. 4

author_association 1

  • NONE 4
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
945186522 https://github.com/pydata/xarray/issues/5841#issuecomment-945186522 https://api.github.com/repos/pydata/xarray/issues/5841 IC_kwDOAMm_X844Vmba twhughes 5669557 2021-10-17T20:05:45Z 2021-10-17T20:05:45Z NONE

Hm, ok this seems to pass for me as well. I will have to look into it a bit more, thanks for your advice.

On Sun, Oct 17, 2021 at 9:50 AM keewis @.***> wrote:

I still can't reproduce if I create the environment using

python3.9 -m venv testsource test/bin/activate python -m pip install xarray python -c 'import xarray'

Looking at the traceback you posted it seems you've been trying to install into /usr/local/lib/python3.9? That's something you should avoid as much as possible, unless you're trying to build OS packages.

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/pydata/xarray/issues/5841#issuecomment-945157584, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABLIFNN7CAM67VLNVI7MN2DUHL5ERANCNFSM5FQBFPTQ .

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Dask error when importing pip installed xarray. 1019478260
945153975 https://github.com/pydata/xarray/issues/5841#issuecomment-945153975 https://api.github.com/repos/pydata/xarray/issues/5841 IC_kwDOAMm_X844Vee3 twhughes 5669557 2021-10-17T16:26:03Z 2021-10-17T16:26:03Z NONE

Thanks. Note I am using venv(not conda) on python 3.9.
So after creation of a clean environment and then pip install xarray I needed pip install dask to not see this error.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Dask error when importing pip installed xarray. 1019478260
937808678 https://github.com/pydata/xarray/issues/5841#issuecomment-937808678 https://api.github.com/repos/pydata/xarray/issues/5841 IC_kwDOAMm_X8435dMm twhughes 5669557 2021-10-07T13:45:55Z 2021-10-07T13:45:55Z NONE

Actually It doesn't seem to be so simple, I will try to isolate the issue n my installation. Is there any way to disable dask explicitly so I can bypass this error?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Dask error when importing pip installed xarray. 1019478260
937771657 https://github.com/pydata/xarray/issues/5841#issuecomment-937771657 https://api.github.com/repos/pydata/xarray/issues/5841 IC_kwDOAMm_X8435UKJ twhughes 5669557 2021-10-07T13:03:40Z 2021-10-07T13:03:40Z NONE

Appreciate the help @keewis, I did some investigative work and it seems to work fine until I install PyYAML.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Dask error when importing pip installed xarray. 1019478260

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