We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From the notes, I'm just copying and haven't tested:
The error seen was:
Process SpawnPoolWorker-1: Process SpawnPoolWorker-2: Process SpawnPoolWorker-3: Traceback (most recent call last):
Someone commented:
- Yes it seems that with Mac multiprocessing is not working and you need to import multiprocess (a fork of multiprocessing).
The text was updated successfully, but these errors were encountered:
I tested with recent mac and this is true. Should we just recommend multiprocess?
Sorry, something went wrong.
No branches or pull requests
From the notes, I'm just copying and haven't tested:
The error seen was:
Someone commented:
The text was updated successfully, but these errors were encountered: