gpt4 book ai didi

python - 在 Ubuntu 中安装 OwlReady2 (Python lib) 时出现问题

转载 作者:行者123 更新时间:2023-12-01 07:42:03 25 4
gpt4 key购买 nike

我尝试按照以下方法在 Ubuntu 中安装 owlready2 lib,但遇到问题。

  • 我更新了系统和应用程序
  • 安装了 Python 3 并将其设为工作版本(默认)
  • 已安装 pip3
  • 使用 pip 和 pip3 安装 owlready2 库

但是我遇到了以下问题,这似乎是库包的问题:

error: can't copy './hermit/org/semanticweb/hermiT/hierarchy': doesn't exist or not a regular file"

Command /usr/bin/python3 -c "import setuptools, tokenize;file='/tmp/pip_buil d_root/owlready2/setup.py';exec(compile(getattr(tokenize, 'open', open)(file ).read().replace('\r\n', '\n'), file, 'exec'))" install --record /tmp/pip-lq v533ik-record/install-record.txt --single-version-externally-managed --compile f ailed with error code 1 in /tmp/pip_build_root/owlready2 Storing debug log for failure in /home/ubuntu/.pip/pip.log

有人知道如何解决这个问题吗?

最佳答案

尝试使用以下命令安装您的软件包:

python3 -m pip install -I owlready2

如果 pip3 不起作用,您还可以手动安装 Owlready2:下载源代码,然后在终端中运行:

cd /path/to/Owlready2
python setup.py build
python setup.py install # as root

此外,这也是安装 pip3 的一个好主意,并尝试使用 pip3 安装您的软件包,命令如下:

curl "https://bootstrap.pypa.io/get-pip.py" -o "get-pip.py"
python3 get-pip.py --user

关于python - 在 Ubuntu 中安装 OwlReady2 (Python lib) 时出现问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56651258/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com