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
I made a software environment that doesn't include dask or distributed. When using coiled run I get an error about distributed being missing. I was surprised that dask was required as a dependency for coiled run and that I'm not warned about this when creating the environment.
$ coiled run --software pandas-only -- python -c "import pandas; print(pandas.__version__)"...There was an unexpected error:Cluster status is error (reason: Scheduler Stopped -> Docker reported `ModuleNotFoundError: No module named 'distributed'`.Software environments for Dask clusters must include `dask` and `distributed`.Please see https://docs.coiled.io/user_guide/software/docker.html for more about using Coiled with a Docker image.) (cluster_id:678783)
The text was updated successfully, but these errors were encountered:
I made a software environment that doesn't include
dask
ordistributed
. When usingcoiled run
I get an error aboutdistributed
being missing. I was surprised thatdask
was required as a dependency forcoiled run
and that I'm not warned about this when creating the environment.The text was updated successfully, but these errors were encountered: