Hello
When I run the command line pyscenic grn filtered_scenic.loom allTFs_mm.txt -o adj.csv --num_workers 20, I got this error:
2025-12-31 16:04:03,388 - distributed.comm.tcp - ERROR - Could not set timeout on TCP stream.
Traceback (most recent call last):
File "/home/dan/miniconda3/envs/scenicplus/lib/python3.11/site-packages/distributed/comm/tcp.py", line 112, in set_tcp_timeout
sock.setsockopt(socket.SOL_TCP, TCP_USER_TIMEOUT, timeout * 1000)
OSError: [Errno 92] Protocol not available
Could you please let me know how to fix it?
Thanks a lot