-
Notifications
You must be signed in to change notification settings - Fork 61
Closed
Description
Exception in thread QueueManagerThread:
Traceback (most recent call last):
File "/opt/conda/lib/python3.7/threading.py", line 917, in _bootstrap_inner
self.run()
File "/opt/conda/lib/python3.7/threading.py", line 865, in run
self._target(*self._args, **self._kwargs)
File "/opt/conda/lib/python3.7/concurrent/futures/process.py", line 368, in _queue_management_worker
thread_wakeup.clear()
File "/opt/conda/lib/python3.7/concurrent/futures/process.py", line 92, in clear
while self._reader.poll():
File "/opt/conda/lib/python3.7/multiprocessing/connection.py", line 255, in poll
self._check_closed()
File "/opt/conda/lib/python3.7/multiprocessing/connection.py", line 136, in _check_closed
raise OSError("handle is closed")
OSError: handle is closed