pydra icon indicating copy to clipboard operation
pydra copied to clipboard

Runtime Error when running DockerTask

Open djarecka opened this issue 4 years ago • 0 comments

I'm getting this error randomly on my OSX (docker engine v19.03.13).

""" Traceback (most recent call last): File "/Users/dorota/miniconda3/envs/pydra/lib/python3.7/concurrent/futures/process.py", line 239, in _process_worker r = call_item.fn(*call_item.args, **call_item.kwargs) File "/Users/dorota/pydra/pydra/engine/core.py", line 436, in _run self._run_task() File "/Users/dorota/pydra/pydra/engine/task.py", line 528, in run_task raise RuntimeError(self.output["stderr"]) RuntimeError: fork/exec /usr/local/bin/com.docker.cli: bad file descriptor

"""

djarecka avatar Nov 11 '20 00:11 djarecka