You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Doing all this over NIPS conference wifi has been a bit of a ride, but I was able get a setup where all the external dependencies can be pulled reliably (by rehosting them locally).
Trying to just make sure I have all the prerequisites for lab, I'm running bazel fetch :game. Output:
$> bazel fetch :game
Extracting Bazel installation...
............
ERROR: /Users/a/code/deepmind-lab/q3map2/BUILD:54:1: no such package '@glib_archive//': Error creating symbolic link from /private/var/tmp/_bazel_a/160592a534b1347832993df9677151a1/external/glib_archive/BUILD to /Users/a/code/deepmind-lab/glib.BUILD: /private/var/tmp/_bazel_a/160592a534b1347832993df9677151a1/external/glib_archive/BUILD (Directory not empty) and referenced by '//q3map2:q3map2'.
ERROR: /Users/a/code/deepmind-lab/q3map2/BUILD:54:1: no such package '@glib_archive//': Error creating symbolic link from /private/var/tmp/_bazel_a/160592a534b1347832993df9677151a1/external/glib_archive/BUILD to /Users/a/code/deepmind-lab/glib.BUILD: /private/var/tmp/_bazel_a/160592a534b1347832993df9677151a1/external/glib_archive/BUILD (Directory not empty) and referenced by '//q3map2:q3map2'.
ERROR: Evaluation of query "deps((:game union @bazel_tools//tools/jdk:toolchain))" failed: errors were encountered while computing transitive closure.
Might be an issue with bazel on Mac, but want to make sure it's not something obvious I'm missing.
Thanks.
The text was updated successfully, but these errors were encountered:
Doing all this over NIPS conference wifi has been a bit of a ride, but I was able get a setup where all the external dependencies can be pulled reliably (by rehosting them locally).
Trying to just make sure I have all the prerequisites for lab, I'm running
bazel fetch :game
. Output:Might be an issue with bazel on Mac, but want to make sure it's not something obvious I'm missing.
Thanks.
The text was updated successfully, but these errors were encountered: