issue_comments: 949892277
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/issues/5882#issuecomment-949892277 | https://api.github.com/repos/pydata/xarray/issues/5882 | 949892277 | IC_kwDOAMm_X844njS1 | 42075938 | 2021-10-22T19:03:19Z | 2021-10-23T15:04:06Z | NONE | Thanks for trying out! I have installed xarray with conda in a newly conda environment (both python 3.6 and 3.8), but I still receive the error: @raybellwaves which python version are you using? Output of <tt>xr.open_dataset("http://opendap.tudelft.nl/thredds/dodsC/IDRA/2019/10/01/IDRA_2019-10-01_11-00_raw_data.nc")</tt>Traceback (most recent call last): File "/home/sguzzo/miniconda3/envs/py36/lib/python3.6/site-packages/xarray/backends/file_manager.py", line 199, in _acquire_with_cache_info file = self._cache[self._key] File "/home/sguzzo/miniconda3/envs/py36/lib/python3.6/site-packages/xarray/backends/lru_cache.py", line 53, in __getitem__ value = self._cache[key] KeyError: [<class 'netCDF4._netCDF4.Dataset'>, ('http://opendap.tudelft.nl/thredds/dodsC/IDRA/2019/10/01/IDRA_2019-10-01_11-00_raw_data.nc',), 'r', (('clobber', True), ('diskless', False), ('format', 'NETCDF4'), ('persist', False))] During handling of the above exception, another exception occurred: Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/home/sguzzo/miniconda3/envs/py36/lib/python3.6/site-packages/xarray/backends/api.py", line 500, in open_dataset **kwargs, File "/home/sguzzo/miniconda3/envs/py36/lib/python3.6/site-packages/xarray/backends/netCDF4_.py", line 558, in open_dataset autoclose=autoclose, File "/home/sguzzo/miniconda3/envs/py36/lib/python3.6/site-packages/xarray/backends/netCDF4_.py", line 380, in open return cls(manager, group=group, mode=mode, lock=lock, autoclose=autoclose) File "/home/sguzzo/miniconda3/envs/py36/lib/python3.6/site-packages/xarray/backends/netCDF4_.py", line 328, in __init__ self.format = self.ds.data_model File "/home/sguzzo/miniconda3/envs/py36/lib/python3.6/site-packages/xarray/backends/netCDF4_.py", line 389, in ds return self._acquire() File "/home/sguzzo/miniconda3/envs/py36/lib/python3.6/site-packages/xarray/backends/netCDF4_.py", line 383, in _acquire with self._manager.acquire_context(needs_lock) as root: File "/home/sguzzo/miniconda3/envs/py36/lib/python3.6/contextlib.py", line 81, in __enter__ return next(self.gen) File "/home/sguzzo/miniconda3/envs/py36/lib/python3.6/site-packages/xarray/backends/file_manager.py", line 187, in acquire_context file, cached = self._acquire_with_cache_info(needs_lock) File "/home/sguzzo/miniconda3/envs/py36/lib/python3.6/site-packages/xarray/backends/file_manager.py", line 205, in _acquire_with_cache_info file = self._opener(*self._args, **kwargs) File "src/netCDF4/_netCDF4.pyx", line 2330, in netCDF4._netCDF4.Dataset.__init__ File "src/netCDF4/_netCDF4.pyx", line 1948, in netCDF4._netCDF4._ensure_nc_success OSError: [Errno -45] NetCDF: Not a valid data type or _FillValue type mismatch: b'http://opendap.tudelft.nl/thredds/dodsC/IDRA/2019/10/01/IDRA_2019-10-01_11-00_raw_data.nc' |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
1032694511 |