-
Notifications
You must be signed in to change notification settings - Fork 59
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
Error on windows: daemonic processes are not allowed to have children #225
Comments
Seems to be a general limitation of multiprocessing on windows: https://stackoverflow.com/questions/6974695/python-process-pool-non-daemonic |
This shouldn't happen because Windows should use Lines 43 to 60 in 5db0f73
Can you check if |
The answer is yes to both. It is using |
This may well be a bug in |
possibly related: dask/distributed#2142 dask/distributed#2718 |
We were able to reproduce this in #247 where we added tests for Windows. It seems like you should just be able to use a |
@M-Kristof, seems that #247 was merged and tests are passing on Windows. I'll close this issue and you can re-open it if the problem resurfaces. |
I am encountering a problem when running lists of learners in a jupyterlab notebook on a windows machine.
For example, when trying out 'Balancing learner' of the introductory notebook,
I get the following error message:
It works fine on linux.
The text was updated successfully, but these errors were encountered: