-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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 message arrived on closed channel, ... waiting for kernel to be available... #2627
Comments
Any messages in the command prompt you launched it from that might indicate what the problem is? |
Yes. It says
|
@minrk does that ring any bells? |
I solved the problem after exiting 'Kaspersky Endpoint Security 10 for Windows' as suggested in the following link. Thanks. |
Ah, security software strikes again. Probably not much we can do about that. |
@takluyver is necesary to open a specific port? |
Sorry, I don't really know of a fix - we've had problems with a variety of different security packages, and probably various different versions. The problem usually seems to be that they find websocket connections suspicious for some reasson. |
@takluyver Actually I'm testing this in a private remote server with high security measures, my problem seems to be with zmq,I'm checking the official doc in how to handle something like this but I could'nt find anything, the only open port available are 8888 and 8000 to test jupyter |
It doesn't need other ports open on external interfaces, but it does use other ports on the loopback interface to talk to kernels. If the security measures block that, it would cause problems. Those ports are randomly assigned, so there's no specific number to open. If you suspect that's the problem and you can't lower the security, it's possible to configure it to use Unix sockets to talk to the kernel, if you're on a Unix-y system. I forget how to do that, though. Min probably knows. |
Avira seems to have the same behavior. What should we do to solve this problem besides of disabling it ? |
Hi @gadcam When I was having this trouble I solved this mounting a linux container. I don't know your current arch but may be you can add a new antivirus whitelist rule. |
I installed Anaconda and I opened Jupyter notebook in the Anaconda prompt by running
jupyter notebook
, but I could not get the output information. The information is as follows:I guess something is wrong with the kenel, but I don't know how to solve the problem. Could someone help me? I would appreciate it very much.
The text was updated successfully, but these errors were encountered: