简体   繁体   中英

jupyter note book in vscode

Whenever I start the Kernel, this warning pop up在此处输入图像描述

Failed to start the Kernel. 
c:\ProgramData\Anaconda3\lib\site-packages\traitlets\traitlets.py:2202: FutureWarning: Supporting extra quotes around strings is deprecated in traitlets 5.0. You can use 'hmac-sha256' instead of '"hmac-sha256"' if you require traitlets >=5.
  warn(
c:\ProgramData\Anaconda3\lib\site-packages\traitlets\traitlets.py:2157: FutureWarning: Supporting extra quotes around Bytes is deprecated in traitlets 5.0. Use '650acb8e-de88-49d4-83a0-12cbf7a674c3' instead of 'b"650acb8e-de88-49d4-83a0-12cbf7a674c3"'.
  warn(
Bad file descriptor (bundled\zeromq\src\epoll.cpp:100).

How do I deal with whis issue?

I solve it by install a lower version of pyzmq by:

pip uninstall pyzmq
pip install pyzmq==19.0.2

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM