ImportError: cannot import name 'ArraySliceDep' from 'dask.layers' when running Notebook #4
-
Hi all, When trying to run the notebook, I get this error:
I'm not quite sure what's going on. I'm running this on the Azure VM, and I cloned the repo from GitHub. Any pointers? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @roadbusta . This might be a package dependency issue (like most of the issues in this challenge derive from). Maybe have a look at this discussion post and try reinstalling some of the packages with the versions specified in the requirements.txt and environment.yml files. Specifically, dask. Hopefully that helps, let me know how you go. Cheers, |
Beta Was this translation helpful? Give feedback.
Hi @roadbusta . This might be a package dependency issue (like most of the issues in this challenge derive from). Maybe have a look at this discussion post and try reinstalling some of the packages with the versions specified in the requirements.txt and environment.yml files. Specifically, dask.
Hopefully that helps, let me know how you go.
Cheers,
Billy