google-deepmind / lab

A customisable 3D platform for agent-based AI research
Other
7.11k stars 1.37k forks source link

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

Open XqWang3 opened 3 years ago

XqWang3 commented 3 years ago

/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

tkoeppe commented 3 years ago

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?

hualuoyu commented 3 years ago

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?

tkoeppe commented 3 years ago

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)?