issue_comments: 523819932
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/pull/3221#issuecomment-523819932 | https://api.github.com/repos/pydata/xarray/issues/3221 | 523819932 | MDEyOklzc3VlQ29tbWVudDUyMzgxOTkzMg== | 13190237 | 2019-08-22T09:08:28Z | 2019-08-22T09:08:28Z | CONTRIBUTOR | Hey guys, I'd like to move this forward, but the doc build failed with the message below.
Thanks! ``` python
ModuleNotFoundError Traceback (most recent call last) <ipython-input-17-9100cd49113c> in <module> ----> 1 da.to_netcdf("complex.nc", engine="h5netcdf", invalid_netcdf=True) ~/work/1/s/xarray/core/dataarray.py in to_netcdf(self, args, kwargs) 2214 dataset = self.to_dataset() 2215 -> 2216 return dataset.to_netcdf(args, **kwargs) 2217 2218 def to_dict(self, data: bool = True) -> dict: ~/work/1/s/xarray/core/dataset.py in to_netcdf(self, path, mode, format, group, engine, encoding, unlimited_dims, compute, invalid_netcdf) 1519 unlimited_dims=unlimited_dims, 1520 compute=compute, -> 1521 invalid_netcdf=invalid_netcdf, 1522 ) 1523 ~/work/1/s/xarray/backends/api.py in to_netcdf(dataset, path_or_file, mode, format, group, engine, encoding, unlimited_dims, compute, multifile, invalid_netcdf) 1052 "unrecognized option 'invalid_netcdf' for engine %s" % engine 1053 ) -> 1054 store = store_open(target, mode, format, group, **kwargs) 1055 1056 if unlimited_dims is None: ~/work/1/s/xarray/backends/h5netcdf_.py in init(self, filename, mode, format, group, lock, autoclose, invalid_netcdf) 81 invalid_netcdf=None, 82 ): ---> 83 import h5netcdf 84 85 if format not in [None, "NETCDF4"]: ModuleNotFoundError: No module named 'h5netcdf' <<<------------------------------------------------------------------------- /home/vsts/work/1/s/xarray/core/dataarray.py:docstring of xarray.DataArray.integrate:12: WARNING: Unexpected indentation. /home/vsts/work/1/s/xarray/core/dataarray.py:docstring of xarray.DataArray.interp:20: WARNING: Inline strong start-string without end-string. /home/vsts/work/1/s/xarray/core/dataarray.py:docstring of xarray.DataArray.interpolate_na:8: WARNING: Definition list ends without a blank line; unexpected unindent. Sphinx parallel build error:
RuntimeError: Non Expected exception in [error]The operation was canceled.``` |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
481110823 |