小编mrC*_*ost的帖子

jupyter contrib nbextension install --user pkg_resources.DistributionNotFound webcolors 和 format-nongpl 错误

首先我安装了jupyter

\n

conda install jupyter

\n

然后我通过 conda-forge 通道安装了 nbextensions

\n

conda install -c conda-forge jupyter_contrib_nbextensions

\n

但是当我输入下一个命令时:

\n

jupyter contrib nbextension install --user

\n

出现了错误列表,并且它不\xc2\xb4t运行,最重要的错误是:

\n

pkg_resources.DistributionNotFound: The 'webcolors>=1.11; extra == "format-nongpl"' distribution was not found and is required by jsonschema

\n

Python版本:3.10.9

\n

我尝试安装特定版本的 jupyter 和 nbextensions 但无论如何它都不起作用。

\n

command-line anaconda jupyter jupyter-notebook anaconda3

1
推荐指数
1
解决办法
1129
查看次数