jupyter notebook打不开,报错cannot import name ‘soft_unicode‘ from ‘markupsafe

简介: jupyter notebook打不开,报错cannot import name ‘soft_unicode‘ from ‘markupsafe

在mac终端运行jupyter notebook报错

06ae4a40cab840dc95da6ee018c94a6d.png


githun解决方法如下


https://github.com/dbt-labs/dbt-core/issues/4745


出错原因是因为你的python库中没有MarkupSafe这个包


我的方法

如果你没有安装过就使用如下命令:


pip install MarkupSafe==2.0.1


如果有安装就是因为版本问题,使用如下命令


pip install --force-reinstall MarkupSafe==2.0.1


相关文章
|
6月前
|
Linux 数据安全/隐私保护
anaconda运行Notebook和jupyter报错resource.setrlimit(resource.RLIMIT_NOFILE, (soft, hard)) ValueError
anaconda运行Notebook和jupyter报错resource.setrlimit(resource.RLIMIT_NOFILE, (soft, hard)) ValueError
56 0
Jupyter无法导出pdf以及报错解决方案
Jupyter无法导出pdf以及报错解决方案
1503 0
Jupyter无法导出pdf以及报错解决方案
|
Docker 容器
docker启动jupyter报错:OSError: [Errno 99] Cannot assign requested address
docker启动jupyter报错:OSError: [Errno 99] Cannot assign requested address
472 0
|
程序员 Python
启动jupyter notebook链接不上内核 + 终端报错:Replacing stale connection
启动jupyter notebook链接不上内核 + 终端报错:Replacing stale connection
835 0
启动jupyter notebook链接不上内核 + 终端报错:Replacing stale connection
解决报错ImportError: IProgress not found. Please update jupyter and ipywidgets.
问题描述 在用transformers模型导入预训练模型时,报错:
771 0
解决报错ImportError: IProgress not found. Please update jupyter and ipywidgets.
|
Web App开发 数据安全/隐私保护 iOS开发
macOS升级后jupyter notebook报错解决
我一般不太关注App Store的升级提示,但是看见了就升级。这倒不是为了赶时髦,而是我知道不升级的话,系统漏洞可能会被攻击。 之前的macOS升级还都比较顺利。
1752 0
|
6月前
|
Linux 数据安全/隐私保护 Python
Linux下远程访问Jupyter Notebook 配置
Linux下远程访问Jupyter Notebook 配置
98 1
|
JSON 数据安全/隐私保护 数据格式
Python如何配置服务器上的可远程访问的jupyter notebook
Python如何配置服务器上的可远程访问的jupyter notebook
274 1
|
6月前
|
机器学习/深度学习 网络协议 数据安全/隐私保护
远程访问本地jupyter notebook服务 - 无公网IP端口映射
远程访问本地jupyter notebook服务 - 无公网IP端口映射
|
机器学习/深度学习 网络协议 数据安全/隐私保护
Web网页浏览器远程访问jupyter notebook服务器【内网穿透】
Web网页浏览器远程访问jupyter notebook服务器【内网穿透】