pip install RISE報錯解決


ERROR: Cannot uninstall 'tornado'

ERROR: 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 install --ignore-installed <庫名>

ERROR:tensorboard 2.0.2 has requirement grpcio>=1.24.3

ERROR: tensorboard 2.0.2 has requirement grpcio>=1.24.3, but you'll have grpcio 1.13.0 which is incompatible.

pip install --upgrade grpcio

jupyter 制作slide報錯

命令:
jupyter nbconvert *.ipynb --to slides --post serve
報錯:AttributeError: module 'tornado.web' has no attribute 'asynchronous'

原因是tornado 版本問題,降級回到5.1.1再運行命令即可成功

Deprecated since version 5.1: This decorator is deprecated and will be removed in Tornado 6.0. Use coroutines instead.
pip uninstall tornado
pip install tornado==5.1.1


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM