-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Why is my export to netcdf command leading to a __truediv__ error? #2623
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks for the report. Could you please share the full error trace-back? |
@shoyer Thank you! Here it is:
|
can you share |
Here it is:
|
I'm not entirely sure, but it may be that installing newer versions of numpy or pandas would fix this issue. |
Arrgh. You're right. Updated Pandas and Numpy and the error went away. Thanks a lot! |
This is definitely still a bug (we shouldn't randomly fail with older but supported versions of our dependencies), but it will probably be relatively low priority given there's a simple work-around... |
Uh oh!
There was an error while loading. Please reload this page.
Code Sample, a copy-pastable example if possible
Problem description
This is
ds
just before export.I get this error message:
Expected Output
netCDF
Output of
xr.show_versions()
xarray: 0.11.0
pandas: 0.21.0
numpy: 1.13.3
scipy: 1.0.0
netCDF4: 1.4.0
h5netcdf: 0.5.0
h5py: 2.7.1
Nio: None
zarr: None
cftime: 1.0.0
PseudonetCDF: None
rasterio: None
iris: None
bottleneck: 1.2.1
cyordereddict: None
dask: 0.19.3
distributed: 1.23.3
matplotlib: 2.1.2
cartopy: 0.15.1
seaborn: 0.9.0
setuptools: 36.7.2
pip: 18.1
conda: 4.5.11
pytest: 3.2.5
IPython: 6.2.1
sphinx: 1.6.5
The text was updated successfully, but these errors were encountered: