You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the pip install code for the tutorial - "Welcome to the machine learning tutorial: “High resolution predictions of global snow using recurrent neural networks"
another library intake-esm should also be included to access the function open_esm_datastore or else the following error is thrown
AttributeError: Unknown open method 'open_esm_datastore'. Do you need to install a new driver from the plugin directory? https://intake.readthedocs.io/en/latest/plugin-directory.html Registered opener methods: ['open_csv', 'open_jsonfiles', 'open_numpy', 'open_textfiles', 'open_tiled_cat', 'open_zarr', 'open_yaml_file_cat', 'open_yaml_files_cat']
The text was updated successfully, but these errors were encountered:
In the pip install code for the tutorial - "Welcome to the machine learning tutorial: “High resolution predictions of global snow using recurrent neural networks"
!pip install -q zarr torchdata zen3geo dask[distributed] intake xarray fsspec aiohttp regionmask --upgrade
another library
intake-esm
should also be included to access the functionopen_esm_datastore
or else the following error is thrownAttributeError: Unknown open method 'open_esm_datastore'. Do you need to install a new driver from the plugin directory? https://intake.readthedocs.io/en/latest/plugin-directory.html Registered opener methods: ['open_csv', 'open_jsonfiles', 'open_numpy', 'open_textfiles', 'open_tiled_cat', 'open_zarr', 'open_yaml_file_cat', 'open_yaml_files_cat']
The text was updated successfully, but these errors were encountered: