home / github / issues

Menu
  • GraphQL API
  • Search all tables

issues: 161317273

This data as json

id node_id number title user state locked assignee milestone comments created_at updated_at closed_at author_association active_lock_reason draft pull_request body reactions performed_via_github_app state_reason repo type
161317273 MDU6SXNzdWUxNjEzMTcyNzM= 888 ImportError with xarray 0.7.2 9342082 closed 0     3 2016-06-20T23:17:44Z 2016-12-23T23:31:01Z 2016-12-23T23:31:01Z NONE      

After updating xarray to version 0.7.2 I am now unable to import it and I get the following error:

``` In [1]: import xarray as xr


ImportError Traceback (most recent call last) <ipython-input-1-ff9522b3dae8> in <module>() ----> 1 import xarray as xr

/export/data/envs/ghcn/lib/python2.7/site-packages/xarray/init.pyc in <module>() 3 from .core.variable import Variable, Coordinate 4 from .core.dataset import Dataset ----> 5 from .core.dataarray import DataArray 6 from .core.options import set_options 7

/export/data/envs/ghcn/lib/python2.7/site-packages/xarray/core/dataarray.py in <module>() 6 import pandas as pd 7 ----> 8 from ..plot.plot import _PlotMethods 9 10 from . import indexing

/export/data/envs/ghcn/lib/python2.7/site-packages/xarray/plot/init.py in <module>() ----> 1 from .plot import (plot, line, contourf, contour, 2 hist, imshow, pcolormesh) 3 4 from .facetgrid import FacetGrid

/export/data/envs/ghcn/lib/python2.7/site-packages/xarray/plot/plot.py in <module>() 14 import pandas as pd 15 ---> 16 from .utils import _determine_cmap_params, _infer_xy_labels 17 from .facetgrid import FacetGrid 18

/export/data/envs/ghcn/lib/python2.7/site-packages/xarray/plot/utils.py in <module>() ----> 1 import pkg_resources 2 3 import numpy as np 4 import pandas as pd 5

ImportError: No module named pkg_resources ```

{
    "url": "https://api.github.com/repos/pydata/xarray/issues/888/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  completed 13221727 issue

Links from other tables

  • 0 rows from issues_id in issues_labels
  • 3 rows from issue in issue_comments
Powered by Datasette · Queries took 0.8ms · About: xarray-datasette