2

我已经在我的操作系统中安装了风筝应用程序,并在 jupyter 环境中安装了 node.js 和 npm 以支持风筝。但是当我在 Jupyter 实验室终端环境中使用命令 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。

4

1 回答 1

0

pip install --ignore-installed pathlib

于 2021-05-21T07:48:52.820 回答