windows 启动jupyter 提示 cannot import name AsyncGenerator

当输入jupyter notebook 后是可以正常启动本地服务,但进入jupyter的页面后,就会显示连接不上服务器,在控制窗口上显示异常提示 cannot import name ‘AsyncGenerator’ 原因是prompt_toolkit这依赖的版本不匹配(我这使用的python 3.6) 解决办法就是降低版本 pip install --upgrade prompt-toolkit
相关文章
相关标签/搜索