While running Dask 0.16.0 on OSX 10.12.6 I'm unable to connect a local dask-worker
to a local dask-scheduler
. I simply want to follow the official Dask tutorial. Steps to reproduce:
Step 1: run dask-scheduler
Step 2: Run dask-worker 10.160.39.103:8786
The problem seems to related to the dask scheduler and not the worker, as I'm not even able to access the port by other means (e.g., nc -zv 10.160.39.103 8786
).
However, the process is clearly still running on the machine: