启动Jupyter报错:ImportError: cannot import name ‘soft_unicode‘ from ‘markupsafe‘
Posted bluishglc
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了启动Jupyter报错:ImportError: cannot import name ‘soft_unicode‘ from ‘markupsafe‘相关的知识,希望对你有一定的参考价值。
产生这个错误的原因是因为:markupsafe从2.1.0版本开始已经不再支持soft_unicode,如果项目中引入了高版本的markupsafe就有可能报这个错。解决方法是显式地安装2.0.1版本:
pip install markupsafe==2.0.1
在安装时可能会提示如下ERROR:
也没有关系,markupsafe-2.0.1依然会成功安装!
参考:
https://bobbyhadz.com/blog/python-importerror-cannot-import-name-soft-unicode-from-markupsafe
以上是关于启动Jupyter报错:ImportError: cannot import name ‘soft_unicode‘ from ‘markupsafe‘的主要内容,如果未能解决你的问题,请参考以下文章
conda jupyter 报错 ImportError: DLL load failed: 找不到指定的模块。ernelRestarter: restart failed。
conda jupyter 报错 ImportError: DLL load failed: 找不到指定的模块。ernelRestarter: restart failed。
解决报错ImportError: IProgress not found. Please update jupyter and ipywidgets
解决报错ImportError: IProgress not found. Please update jupyter and ipywidgets
解决报错ImportError: IProgress not found. Please update jupyter and ipywidgets
解决报错ImportError: IProgress not found. Please update jupyter and ipywidgets