Skip to content
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

parallel: MacOS multiprocessing doesn't work but multiprocess might #314

Open
rkdarst opened this issue Nov 7, 2024 · 1 comment
Open

Comments

@rkdarst
Copy link
Member

rkdarst commented Nov 7, 2024

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).
@eglerean
Copy link
Member

eglerean commented Nov 8, 2024

I tested with recent mac and this is true. Should we just recommend multiprocess?

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

No branches or pull requests

2 participants