我已经在我的os中安装了kite应用程序,并且在jupyter环境中安装了node.js和npm来支持kite当我在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 kite仍然没有安装。
发布于 2021-05-21 15:48:53
pip安装--忽略安装的pathlib
https://stackoverflow.com/questions/64041699
复制相似问题