Multiprocessing on Windows #627
Replies: 1 comment
-
Hi @cora-const, upon asking some VIP users on Windows machines, what has worked for them is WSL: https://learn.microsoft.com/en-us/windows/wsl/install |
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
-
Hi!
I’m trying to familiarize myself with VIP on a Windows machine, but I am running into some multiprocessing issues while working though the tutorials. For example, when trying to run
snrmap1 = snrmap(fr_pca1, fwhm_naco, plot=True)
from tutorial 1, I getValueError: cannot find context for 'fork'
I know
fork()
isn’t supported on Windows; is there a way to get around this without having to install a new OS?Beta Was this translation helpful? Give feedback.
All reactions