AI-Planning / AI-Planning/planutils
Error running lama in planutils
- Ngôn ngữ chính
- Shell
- Star
- 140
- Fork
- 37
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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)
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.