簡體   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