AI-Planning / AI-Planning/planutils

Error running lama in planutils

未关闭
#124 2 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Shell
星标
140
派生
37
PR 合并指标
30 天内没有已合并 PR

描述

I followed the instructions to run planutils with docker but I get an error that prevents me to run

Here is what i did

```
# starts planutils and mount a data directory, to be used as working dir
docker run -it --privileged -v "$HOME/temp/planutils/data:/root/data" aiplanning/planutils:latest bash

# activate planutils
planutils activate

# solve
lama data/tequilla.pddl data/drink.pddl
```

When executing lama, I am told that two packages needs to be installed: downward (36M), lama (20K). But during the install I get a failure, see output below.

```
(planutils) root@0eee8bb33bb1:~$ lama data/tequilla.pddl data/drink.pddl

Package not installed!
Download & install? [Y/n] Y
lama will be installed.

About to install the following packages: downward (36M), lama (20K)
Proceed? [Y/n] Y
Installing downward...
INFO: Starting build...
Getting image source signatures
Copying blob 6e3729cf69e0 [=====================================>] 28.7MiB / 29.0MiB
Copying blob f74f564ec75d [==================================>---] 9.1MiB / 10.0MiB
Copying blob 498b73f074e8 [============================>---------] 1.5MiB / 2.0MiB
Copying blob a20a07026a4b done
Copying blob a1d1274d3bc1 done
Copying blob baf063b67029 [================================>-----] 4.6MiB / 5.3MiB
FATAL: While performing build: conveyor failed to get: initializing source oci:/root/.apptainer/cache/blob:c503d5cb165648d3fdecb54c3a53bfdd7f961b68e8d34c09b2e1c4a61bdecf17: writing blob: happened during read: unexpected EOF

Error installing downward. Rolling back changes...
rm: cannot remove 'downward.sif': No such file or directory

(planutils) root@0eee8bb33bb1:~$
```

In short, this but is preventing lama to run in planutils. Can someone take care of fixing this but or providing a workaround?

Additional information
- I am running on MacOs (Apple Silicon)

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。