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

zmq.error.ZMQError: Address already in use when enable multiprocessing in notebook #6617

Open
Zhiwei35 opened this issue Nov 11, 2022 · 1 comment
Labels

Comments

@Zhiwei35
Copy link

Error

zmq.error.ZMQError: Address already in use

overview

I am benchmarking a DL model using multiprocessing python library. And it reported above error. when I disabled the multiprocessing or run without jupyter notebook, it works well

Reproduce steps

os: linux python reproduce.py --model_path=/path/to/froze_graph.pb
note that github does not support attach .py and .pb file, so I change its suffix to .log and .txt. When you are reproducing, please change its suffix. Thanks very much.
reproduce.log
frozen_graph.pb.txt

@jupyterlab-probot jupyterlab-probot bot added the status:Needs Triage Applied to issues that need triage label Nov 11, 2022
@RRosio RRosio added bug and removed status:Needs Triage Applied to issues that need triage labels Nov 17, 2022
@JasonWeill
Copy link
Collaborator

Another multiprocessing bug here: #5951

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

No branches or pull requests

3 participants