| Summary: | dev-python/xarray-0.10.8 with dev-python/bottleneck-1.0.0 - AttributeError: module 'bottleneck' has no attribute 'move_var' | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Erik Quaeghebeur <gentoo> |
| Component: | Current packages | Assignee: | Python Gentoo Team <python> |
| Status: | RESOLVED OBSOLETE | ||
| Severity: | normal | ||
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
Old version removed. Please reopen if the problem persists. |
When importing xarray (0.10.8), it fails with an error referencing bottleneck (1.0.0); installing bottleneck-1.2.1 fixed the issue: import xarray as xr Traceback (most recent call last): File "<ipython-input-1-ff9522b3dae8>", line 1, in <module> import xarray as xr File "/usr/lib64/python3.6/site-packages/xarray/__init__.py", line 14, in <module> from .core.extensions import (register_dataarray_accessor, File "/usr/lib64/python3.6/site-packages/xarray/core/extensions.py", line 6, in <module> from .dataarray import DataArray File "/usr/lib64/python3.6/site-packages/xarray/core/dataarray.py", line 9, in <module> from . import computation, groupby, indexing, ops, resample, rolling, utils File "/usr/lib64/python3.6/site-packages/xarray/core/rolling.py", line 458, in <module> inject_bottleneck_rolling_methods(DataArrayRolling) File "/usr/lib64/python3.6/site-packages/xarray/core/ops.py", line 347, in inject_bottleneck_rolling_methods f = getattr(bn, bn_name) AttributeError: module 'bottleneck' has no attribute 'move_var'