Open realzehuali opened 3 years ago
Hi, I had the same issue as you. But after a month of torture I have completed my analysis and my experience is posted here
I hope you found that useful.
Thanks. @Zymaniswenzai. I tried to downgrade pyscenic to version 0.11.1 and it worked without this issue. Might be because of the ctxcore problem I guess.
I encounter the same problem could you please tell me how did you solve it?
When I was running: df = prune2df(dbs, modules, MOTIF_ANNOTATIONS_FNAME, client_or_address = 'custom_multiprocessing', num_workers = 6) on my Windwos laptop with 64G RAM and 16 threads i7 CPU
it turned out to be this error:
BrokenPipeError Traceback (most recent call last) c:\users\msi\anaconda3\envs\scvelo\lib\site-packages\multiprocessing_on_dill\connection.py in _recv_bytes(self, maxsize) 300 try: --> 301 ov, err = _winapi.ReadFile(self._handle, bsize, 302 overlapped=True)
BrokenPipeError: [WinError 109] 管道已结束。
During handling of the above exception, another exception occurred:
EOFError Traceback (most recent call last)