Error while Installing #885
-
When i tried installing using docker-compose up -d, it says (On Windows 10) => ERROR [3/3] COPY target/streampipes-extensions-all-jvm.jar /streampipes-extensions-all-jvm.jar 0.0s
failed to compute cache key: failed to walk /var/lib/docker/tmp/buildkit-mount979314341/target: lstat /var/lib/docker/tmp/buildkit-mount979314341/target: no such file or directory Please help me out |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Ok, it seems like i was in the wrong directory, anyways i'm getting new error: Creating network "streampipes_spnet" with driver "bridge" |
Beta Was this translation helpful? Give feedback.
-
Hi @Praveenstein, It seems that the first command already created the docker network Please let us know if it worked. Cheers, |
Beta Was this translation helpful? Give feedback.
Hi @Praveenstein,
thanks for trying out StreamPipes.
It seems that the first command already created the docker network
streampipes_spnet
. Can you try to rundocker-compose down
and thendocker compose up -d
again?If this does not work please check if there is a docker network named spnet with the command
docker network ls
. If it is there you can remove it withdocker network rm #NETWORK_ID
.Please let us know if it worked.
Also feel free to ask if you have any other problems or improvement suggestions, we are happy to help
Cheers,
Philipp