Is it alright to see so many warnings during a normal launching scenario?
That’s kind of annoying.
In [7]: from dask.distributed import Client, progress, LocalCluster
...:
...: cluster = LocalCluster(dashboard_address='127.0.0.1:8787',
...: worker_dashboard_address='127.0.0.1:8787',
...: n_workers=8,
...: threads_per_worker=1,
...: memory_limit='400MiB')
...: client = Client(cluster)
/home/vol/.local/lib/python3.8/site-packages/distributed/node.py:182: UserWarning: Port 8787 is already in use.
Perhaps you already have a cluster running?
Hosting the HTTP server on port 34375 instead
warnings.warn(
/home/vol/.local/lib/python3.8/site-packages/distributed/node.py:182: UserWarning: Port 8787 is already in use.
Perhaps you already have a cluster running?
Hosting the HTTP server on port 43001 instead
warnings.warn(
/home/vol/.local/lib/python3.8/site-packages/distributed/node.py:182: UserWarning: Port 8787 is already in use.
Perhaps you already have a cluster running?
Hosting the HTTP server on port 46245 instead
warnings.warn(
/home/vol/.local/lib/python3.8/site-packages/distributed/node.py:182: UserWarning: Port 8787 is already in use.
Perhaps you already have a cluster running?
Hosting the HTTP server on port 41197 instead
warnings.warn(
/home/vol/.local/lib/python3.8/site-packages/distributed/node.py:182: UserWarning: Port 8787 is already in use.
Perhaps you already have a cluster running?
Hosting the HTTP server on port 36131 instead
warnings.warn(
/home/vol/.local/lib/python3.8/site-packages/distributed/node.py:182: UserWarning: Port 8787 is already in use.
Perhaps you already have a cluster running?
Hosting the HTTP server on port 36221 instead
warnings.warn(
/home/vol/.local/lib/python3.8/site-packages/distributed/node.py:182: UserWarning: Port 8787 is already in use.
Perhaps you already have a cluster running?
Hosting the HTTP server on port 39607 instead
warnings.warn(
/home/vol/.local/lib/python3.8/site-packages/distributed/node.py:182: UserWarning: Port 8787 is already in use.
Perhaps you already have a cluster running?
Hosting the HTTP server on port 35521 instead
warnings.warn(