问题描述
我已经在操作系统中安装了风筝应用程序,并在jupyter环境中安装了node.js和npm以支持风筝。但是当我在Jupter实验室终端环境中使用命令pip install jupyter-kite时,我出现以下错误-
~$ pip install jupyter-kite
Collecting jupyter-kite
Using cached https://files.pythonhosted.org/packages/11/1e/cd99d872ca711efd4b6627d7405435aa73cd1cefff1d2eeb7cacbd3d1dce/jupyter-kite-1.0.0.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>",line 1,in <module>
File "/tmp/pip-build-aRo7pq/jupyter-kite/setup.py",line 3,in <module>
from pathlib import Path
ImportError: No module named pathlib
我不明白该错误,很遗憾,尚未安装jupyter风筝。
解决方法
pip install --ignore-installed pathlib