Windows用户jupyter notebook启动`Bad file descriptor`问题解决方案

1.问题

有的同学在启动jupyter notebook或者jupyter lab的时候会出现下列错误:

Bad file descriptor

2.解决方案

解决方案就是卸载重新安装pyzmq 具体如下:

1. 打开`anaconda Powershell prompt:

2. 输入 pip uninstall pyzmq 以卸载pyzmq

3.\输入 pip install pyzmq==19.0.2 重新安装 pyzmq

你可能感兴趣的:(python,debug,python,jupyter)