raidionics / Raidionics

Software for automatic segmentation and generation of standardized clinical reports of brain tumors from MRI volumes

Home Page:https://raidionics.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Processing on macOS hangs

andreped opened this issue · comments

After the multiprocessing addition, segmentation hangs at the start. This seems to be related to:
mherrmann/fbs#87 (comment)

Essentially, in the current state, it is not possible to do any analysis on macOS.

Might also be that we just need to move the spawn stuff to right under the freeze_support():
pyinstaller/pyinstaller#2322 (comment)

See PR for fix: #30

Will be merged soon.

Merged in c01b9e7.