You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.
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.
Apparently, Windows does not support
os.fork()
, as does Linux. This causes the library to throw the errorAn 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
The text was updated successfully, but these errors were encountered: