google-deepmind / lab

A customisable 3D platform for agent-based AI research

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

When I run bazel build //:deepmind_lab.so in a vitual Ubuntu 16.0, I meet the following error.

XqWang3 opened this issue · comments

/home/ubuntu16-2/lab/BUILD:766:8 Executing genrule //:vm_pk3 failed: (Exit 1): bash failed: error executing command /bin/bash -c 'source external/bazel_tools/tools/genrule/genrule-setup.sh; bazel-out/host/bin/lburg engine/code/tools/lcc/src/dagcheck.md > "bazel-out/host/bin/engine/code/tools/lcc/src/dagcheck.c

Which version of Bazel are you using? Can you please make sure to use the latest one, e.g. via https://github.com/bazelbuild/bazelisk?

Hello,Dear author.I am sure the version of Bazel is the latest.I try many times,but it always has that error.How can I correct it?

Could you just check and say what bazel --version says? (I'm noting you're using a 5-year old Ubuntu 16.)

Have you installed the required dependencies (https://github.com/deepmind/lab/blob/master/docs/users/build.md)?