Why does TopoStats hang once it look like its finished processing? #710
Unanswered
MaxGamill-Sheffield
asked this question in
Q&A
Replies: 1 comment
-
You can also use These and the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There seems to be an issue with the multiprocessing workers and them returning to the pool causing the running of TopoStats to hang with the inclusion of the Topoly package.
The solution to this is to kill the hanging python process and it should continue to run fine and output the
csv
andjson
files.This can be done on MacOS via identifying the python process in the doc, click and hold, and pressing "Quit".
On Windows / Linux machines you can terminate the processes through Task Manager and kill terminal command respectively.
You should see a new python process appear and TopoStats giving the completion message.
Beta Was this translation helpful? Give feedback.
All reactions