-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build DeepMind Lab Failed? #3
Comments
@xjwxjw sudo apt-get install realpath |
yeah, thanks.It works. INFO: Running command line: bazel-bin/random_agent '--length=10000' '--width=640' '--height=480' Do you have any idea with it?Much Thanks! |
I try the command :"bazel run :random_agent --define headless=false -- --length=10000 --width=640 --height=480". It is the same output as "bazel run :random_agent --define headless=false". |
Adding the "export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libz.so" to ./bashrc file.It finally works. |
@xjwxjw: Thanks for investigating, and @jithinoc for the pull request. You shouldn't have to preload libz, since we compile it from source and link it statically. If there is a loading error, could you try adding the "undefined symbols" to |
Hi,
I run the command:"bazel build : deepmind_lab.so --define headless=glx", and then get the following output:
xu-jinwgei@xujinwgei-Precision-Tower-7910:~/lab-master$ bazel build :deepmind_lab.so --define headless=glx
INFO: Found 1 target...
ERROR: /home/xu-jinwgei/lab-master/BUILD:838:1: Executing genrule //:non_pk3_assets failed: linux-sandbox failed: error executing command /home/xu-jinwgei/.cache/bazel/_bazel_xu-jinwgei/7f9c394f362e8089472ee6d14cb49bf2/execroot/lab-master/_bin/linux-sandbox ... (remaining 5 argument(s) skipped).
/bin/bash: realpath: command not found
ln: missing file operand
Try 'ln --help' for more information.
Target //:deepmind_lab.so failed to build
Use --verbose_failures to see the command lines of failed build steps.
INFO: Elapsed time: 0.571s, Critical Path: 0.27s
What should I deal with the message?Thanks!
The text was updated successfully, but these errors were encountered: