google-deepmind / lab

A customisable 3D platform for agent-based AI research

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Download from https://mirror.bazel.build/pypi.python.org/packages/source/s/six/six-1.15.0.tar.gz failed: class com.google.devtools.build.lib.bazel.repository.downloader.UnrecoverableHttpException GET returned 404 Not Found

splatboydev opened this issue · comments

Download from https://mirror.bazel.build/pypi.python.org/packages/source/s/six/six-1.15.0.tar.gz failed: class com.google.devtools.build.lib.bazel.repository.downloader.UnrecoverableHttpException GET returned 404 Not Found

cmd: bazel run :game

Is this actually a problem? There's a second URL provided that should work, doesn't that work? The Bazel mirror isn't guaranteed to work, it's populated in a somewhat obscure way.

It fails the build, doesn't give any options. Not exactly helpful

Does the other URL (given in the WORKSPACE file) work? If so, try deleting the first URL?

I'll try that

where exactly?

nvm, found it.

image
Now it can't find SDl.

Please see the general build instructions. You need to install SDL on your system, and possibly adjust the sdl.BUILD file to contain the correct paths.