Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

Multiprocessing fails on Windows #8

Open
anthonydb opened this issue Dec 31, 2015 · 1 comment
Open

Multiprocessing fails on Windows #8

anthonydb opened this issue Dec 31, 2015 · 1 comment

Comments

@anthonydb
Copy link
Owner

Apparently, Windows does not support os.fork(), as does Linux. This causes the library to throw the error An attempt has been made to start a new process before the current process has finished its bootstrapping phase.

The issue is discussed in detail here: http://stackoverflow.com/questions/1923706/multiprocessing-launching-too-many-instances-of-python-vm

@anthonydb anthonydb added the bug label Jan 3, 2016
@anthonydb
Copy link
Owner Author

Current (not entirely satisfactory) solution is to test for operating system and enable multiprocessing under Mac/Linux only.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant