Description
Hello, recently I set up a new python environment on a new computer as usual, I got automatically installed pyzmq==21.0.2
, and I cannot use jupyter notebook, Jupyter lab, vs code at all, the python kernel crashes every time when I open a editor, and after one second, it directly crashes and lose connection to the kernel.
This problem annoyed me for several weeks, and today I saw many people encountered this issue From December 2020 to January 2021. And I have never encountered this issue in the past.
Also, this error message is somewhat not useful and not making sense, finally I realized its pyzmq error.
I degraded it to pyzmq==19.0.2
, it finally resolved this issue.
I hope this could be fixed, or if you could push old versions of pyzmq for users to install as dependencies.
Thank you very much!