google-deepmind / lab

A customisable 3D platform for agent-based AI research

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem with Bazel Python3 build

JustinS6626 opened this issue · comments

I am trying to build the deepmindlab python3 interface on Linux Mint 19.3, and I am getting the following error:

Starting local Bazel server and connecting to it...
ERROR: /home/justin/lab/python_system.bzl:67:15: unexpected keyword 'configure', for call to function repository_rule(implementation, attrs = None, local = False, environ = [], doc = '')
ERROR: error loading package '': Extension file 'python_system.bzl' has errors
ERROR: error loading package '': Extension file 'python_system.bzl' has errors
INFO: Elapsed time: 33.010s
INFO: 0 processes.
FAILED: Build did NOT complete successfully (0 packages loaded)

Are you able to find any errors in python_system.bzl, or does this mean that I need to upgrade my bazel installation?

Are you using a recent Bazel version?

Thanks for getting back to me so soon! I upgraded my bazel installation and now it works.