-
Notifications
You must be signed in to change notification settings - Fork 279
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On Windows 10, ValueError: cannot find context for 'fork' #129
Labels
bug
Something isn't working
Comments
I temporarily fixed the problem by modifying the script multiprocessing.set_start_method("fork", force=True) in multiprocessing.set_start_method("spawn", force=True) Please note that it may not be the right solution. |
Hey, we are aware of the issue. I've started #124 to ensure |
#124 has been merged and should fix this. I'm closing this for now but feel free to reopen it |
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I tried to run
visualise_data.ipynb
on Windows, I received the following error:The text was updated successfully, but these errors were encountered: