繁体   English   中英

如何安装Jupyter解决错误?

[英]How can i solve the error with installing Jupyter?

我是python的新手,我尝试使用此命令安装jupyter

sudo pip install jupyter

但是得到了

Found existing installation: tornado 3.1.1
Cannot uninstall 'tornado'. It is a distutils installed project and 
thus we cannot accurately determine which files belong to it which 
would lead to only a partial uninstall.

我知道龙卷风有多个版本,但无法修复

谢谢你的帮助

pip uninstall tornado ,然后做pip install tornado==4.0.0

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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