home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 345316396

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/issues/1721#issuecomment-345316396 https://api.github.com/repos/pydata/xarray/issues/1721 345316396 MDEyOklzc3VlQ29tbWVudDM0NTMxNjM5Ng== 6628425 2017-11-17T17:56:29Z 2017-11-17T18:02:18Z MEMBER

@shoyer I initially ran into that too. I think depending on the libraries you have installed (or seek to install) conda may not let you upgrade to libnetcdf 4.5.0. To get libnetcdf 4.5.0 I created a clean environment with the following specification file: name: test_xarray_libnetcdf45 channels: - conda-forge dependencies: - python=3.6 - netcdf4 - libnetcdf=4.5.0 - numpy - mock - pandas - pytest - pip - dask - scipy Then from within that environment I did an editable install of the xarray master branch and ran the test suite.

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