Skip to content
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

Required packages - Missing dask #6

Open
jomey opened this issue Oct 13, 2022 · 0 comments
Open

Required packages - Missing dask #6

jomey opened this issue Oct 13, 2022 · 0 comments

Comments

@jomey
Copy link

jomey commented Oct 13, 2022

The utility function nasadem uses xr.open_mfdataset, which by default uses the combine='by_coords' option:
https://docs.xarray.dev/en/stable/generated/xarray.open_mfdataset.html?highlight=dask#xarray-open-mfdataset

This further requires at a minimum to have the dask-core package installed and if missing throws this error:

   from dask.base import tokenize
ModuleNotFoundError: No module named 'dask'

Can you check if you have/had dask installed locally?

I can tag this onto PR #5 if you like to fix this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant