有的同学在启动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

有的同学在启动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