home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 1118110207

This data as json

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/pull/6542#issuecomment-1118110207 https://api.github.com/repos/pydata/xarray/issues/6542 1118110207 IC_kwDOAMm_X85CpQH_ 13301940 2022-05-05T02:37:36Z 2022-05-05T02:37:36Z MEMBER

ImportError: Pandas requires version '0.15.1' or newer of 'xarray' (version '0.1.dev1+gfdf7303' currently installed).

looking at the reported xarray version, i'm curious... 🧐 are you using a shallow git clone of xarray? I'm able to reproduce the version issue via these steps:

bash git clone --depth 1 git@github.com:pydata/xarray.git cd xarray python -m pip install -e .

```bash conda list xarray ─╯

packages in environment at /Users/andersy005/mambaforge/envs/test:

Name Version Build Channel

xarray 0.1.dev1+g126051f dev_0 <develop> ```

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  1221393104
Powered by Datasette · Queries took 0.606ms · About: xarray-datasette