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
Unfortunately, I get a very long repeating stack trace:
distributed.utils - ERROR - addresses should be strings or tuples, got None
Traceback (most recent call last):
File "/home/rgelhausen/conda/envs/rapids-20200510_0117/lib/python3.7/site-packages/distributed/utils.py", line 664, in log_errors
yield
File "/home/rgelhausen/conda/envs/rapids-20200510_0117/lib/python3.7/site-packages/distributed/scheduler.py", line 2169, in remove_worker
address = self.coerce_address(address)
File "/home/rgelhausen/conda/envs/rapids-20200510_0117/lib/python3.7/site-packages/distributed/scheduler.py", line 4884, in coerce_address
raise TypeError("addresses should be strings or tuples, got %r" % (addr,))
TypeError: addresses should be strings or tuples, got None
distributed.core - ERROR - addresses should be strings or tuples, got None
Traceback (most recent call last):
File "/home/rgelhausen/conda/envs/rapids-20200510_0117/lib/python3.7/site-packages/distributed/core.py", line 399, in handle_comm
result = handler(comm, **msg)
File "/home/rgelhausen/conda/envs/rapids-20200510_0117/lib/python3.7/site-packages/distributed/scheduler.py", line 2169, in remove_worker
address = self.coerce_address(address)
File "/home/rgelhausen/conda/envs/rapids-20200510_0117/lib/python3.7/site-packages/distributed/scheduler.py", line 4884, in coerce_address
raise TypeError("addresses should be strings or tuples, got %r" % (addr,))
TypeError: addresses should be strings or tuples, got None
distributed.utils - ERROR - addresses should be strings or tuples, got None
Traceback (most recent call last):
File "/home/rgelhausen/conda/envs/rapids-20200510_0117/lib/python3.7/site-packages/distributed/utils.py", line 664, in log_errors
yield
File "/home/rgelhausen/conda/envs/rapids-20200510_0117/lib/python3.7/site-packages/distributed/scheduler.py", line 2169, in remove_worker
address = self.coerce_address(address)
File "/home/rgelhausen/conda/envs/rapids-20200510_0117/lib/python3.7/site-packages/distributed/scheduler.py", line 4884, in coerce_address
raise TypeError("addresses should be strings or tuples, got %r" % (addr,))
TypeError: addresses should be strings or tuples, got None
The text was updated successfully, but these errors were encountered:
Could you check that /raid/rgelhausen/dask is empty or try with some other empty directory? I've seen similar issues due to lingering files in that directory in the past.
Using the latest conda nightlies, I'm attempting to use the LocalCUDACluster API with a DGX2, following the docpage.
ifconfig tells me I don't have a
enp134s0f1
interface, so I used what looks like the relevant interface name on my box:The only other thing changed from the example was my worker directory:
Unfortunately, I get a very long repeating stack trace:
The text was updated successfully, but these errors were encountered: