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 am running GRNBoost2 as part of pySCENIC and encountered an error that I have not seen posts about previously. Here is what the console returns when I run it:
preparing dask client
parsing input
creating dask graph
6 partitions
computing dask graph
distributed.utils_perf - WARNING - full garbage collections took 11% CPU time recently (threshold: 10%) (happens a few more dozen times)
distributed.nanny - WARNING - Worker process 28580 exited with status 1
shutting down client and local cluster
distributed.nanny - WARNING - Worker process 28581 exited with status 1
distributed.nanny - WARNING - Worker process 28585 exited with status 1
distributed.nanny - WARNING - Worker process 28582 exited with status 1
distributed.nanny - WARNING - Worker process 28584 exited with status 1
distributed.nanny - WARNING - Worker process 28583 exited with status 1
finished
tornado.application - ERROR - Exception in callback <bound method SystemMonitor.update of <SystemMonitor: cpu: 8 memory: 11737 MB fds: 98>>
Traceback (most recent call last):
File "/Users/chip18/anaconda3/lib/python3.7/site-packages/tornado/ioloop.py", line 907, in _run return self.callback()
File "/Users/chip18/anaconda3/lib/python3.7/site-packages/distributed/system_monitor.py", line 72, in update
`read_bytes = (ioc.bytes_recv - last.bytes_recv) / (duration or 0.5)`
AttributeError: 'NoneType' object has no attribute 'bytes_recv'
Any help would be appreciated.
The text was updated successfully, but these errors were encountered:
I am running GRNBoost2 as part of pySCENIC and encountered an error that I have not seen posts about previously. Here is what the console returns when I run it:
preparing dask client
parsing input
creating dask graph
6 partitions
computing dask graph
distributed.utils_perf - WARNING - full garbage collections took 11% CPU time recently (threshold: 10%) (happens a few more dozen times)
distributed.nanny - WARNING - Worker process 28580 exited with status 1
shutting down client and local cluster
distributed.nanny - WARNING - Worker process 28581 exited with status 1
distributed.nanny - WARNING - Worker process 28585 exited with status 1
distributed.nanny - WARNING - Worker process 28582 exited with status 1
distributed.nanny - WARNING - Worker process 28584 exited with status 1
distributed.nanny - WARNING - Worker process 28583 exited with status 1
finished
tornado.application - ERROR - Exception in callback <bound method SystemMonitor.update of <SystemMonitor: cpu: 8 memory: 11737 MB fds: 98>>
Traceback (most recent call last):
File "/Users/chip18/anaconda3/lib/python3.7/site-packages/tornado/ioloop.py", line 907, in _run return self.callback()
File "/Users/chip18/anaconda3/lib/python3.7/site-packages/distributed/system_monitor.py", line 72, in update
AttributeError: 'NoneType' object has no attribute 'bytes_recv'
Any help would be appreciated.
The text was updated successfully, but these errors were encountered: