jupyter notebook :ImportError: cannot import name 'constants' 解决方案
程序员文章站
2022-05-25 12:38:23
...
- 如果运行jupyter notebook 出现如下错误:
File "B:\ProgramData\Anaconda3\lib\site-packages\zmq\backend\cython\__init__.py", line 6, in <module>
from . import (constants, error, message, context,
ImportError: cannot import name 'constants'
- 一种有效的解决方案是:
Try uninstalling and reinstalling pyzmq.
上一篇: 八皇后
下一篇: CVM安装jupyter