1.Error: jupyterlab-server 1.0.0 has requirement jsonschema>=3.0.1, but you'll have jsonschema 2.6.0 which is incompatible.
解决方法:在终端输入
conda install -c anaconda jsonschema
2.Error: distributed 1.21.8 requires msgpack, which is not installed.
解决方法:在终端输入
pip install msgpack
或者
conda install -c anaconda msgpack-python
解决Jupyter与Distributed安装错误
本文介绍了如何解决在安装Jupyter和Distributed过程中遇到的常见错误,包括jsonschema版本不匹配及msgpack未安装的问题,并提供了具体的解决步骤。
6万+

被折叠的 条评论
为什么被折叠?



