soft-matter / trackpy

Python particle tracking toolkit
http://soft-matter.github.io/trackpy
Other
443 stars 131 forks source link

multiprocessing "start method" issue on Windows #703

Closed Alex-code-lab closed 2 years ago

Alex-code-lab commented 2 years ago

Hi everyone,

Few days ago I got a first issue with "multriprocessing" library on my mac. I succed to change the start method spawn by the fork one. Now, I a similar issue on my windows ... but I find only 1 starting method : the spawn one. I don't find any way to download or change another one... I have no idea what to do.

Any idea ?

Thank you all for your help,

Alex