AI-Planning / AI-Planning/planutils

Error running lama in planutils

Ouverte
#124 2 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
Langage dominant
Shell
Étoiles
140
Forks
37
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

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)

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.