home / github / issues

Menu
  • GraphQL API
  • Search all tables

issues: 369695807

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
369695807 MDU6SXNzdWUzNjk2OTU4MDc= 2483 'module' object has no attribute 'AxisError' 41115380 closed 0     5 2018-10-12T20:15:38Z 2018-10-13T18:41:07Z 2018-10-13T18:41:07Z NONE      

Just upgraded all of my packages through conda update --all and then got this error when importing xarray:

```python Traceback (most recent call last): File "/var/spool/torque/mom_priv/jobs/63530.rdf-xcat.SC", line 11, in <module> import xarray as xr File "/nerc/n02/n02/amethyst/.conda/envs/my_root/lib/python3.4/site-packages/xarray/init.py", line 10, in <module> from .core.alignment import align, broadcast, broadcast_arrays File "/nerc/n02/n02/amethyst/.conda/envs/my_root/lib/python3.4/site-packages/xarray/core/alignment.py", line 11, in <module> from .indexing import get_indexer_nd File "/nerc/n02/n02/amethyst/.conda/envs/my_root/lib/python3.4/site-packages/xarray/core/indexing.py", line 11, in <module> from . import duck_array_ops, nputils, utils File "/nerc/n02/n02/amethyst/.conda/envs/my_root/lib/python3.4/site-packages/xarray/core/duck_array_ops.py", line 22, in <module> from . import dask_array_compat File "/nerc/n02/n02/amethyst/.conda/envs/my_root/lib/python3.4/site-packages/xarray/core/dask_array_compat.py", line 47, in <module> AxisError = np.AxisError AttributeError: 'module' object has no attribute 'AxisError'

```

May be relevant, when I do conda list, I get two versions of xarray: xarray 0.10.9 <pip> xarray 0.8.2 py34_0

{
    "url": "https://api.github.com/repos/pydata/xarray/issues/2483/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
  • 5 rows from issue in issue_comments
Powered by Datasette · Queries took 0.507ms · About: xarray-datasette