-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
BrokenPipeError: [Errno 32] Broken pipe #3388
Comments
This is related to #3140. For now, try trace = pm.sample(1000, tune=1000, cores=1) |
@wangtong321, this is a typical error of the jupyter notebook with multiprocessing.
The problem is that, when multiprocessing runs with the
Regrettably, this is a problem that goes beyond This should allow you to run the notebook with multiple cores. |
I'm hesitant on what we can do about this problem at the pymc3 level. Maybe we could add some lines explaining the potential issue of running the notebook on windows, and how to work around it. What do you think @junpenglao, @aseyboldt? |
Thanks very much. @lucianopaz @junpenglao |
OK, it worked! |
Any news on this? I am arbitrarily getting the error pipe when sampling within a Spyder cell, on MacOS. |
PyMC3 Modeling tips and heuristic
When I try to run the example in https://docs.pymc.io/notebooks/PyMC3_tips_and_heuristic.html by
jupyter
, I got the error.the code is
And the error
and the
jupyter
console output the traceback too.Versions and main components
The text was updated successfully, but these errors were encountered: