GameGAN_code icon indicating copy to clipboard operation
GameGAN_code copied to clipboard

Error in data generation

Open janismdhanbad opened this issue 4 years ago • 0 comments

Hello authors,

Thank you for this amazing paper!

I tried building the docker using https://github.com/zacwellmer/WorldModels, but I got the following error:

Step 23/46 : RUN python3 -m pip install --no-cache-dir ${TF_PACKAGE}${TF_PACKAGE_VERSION:+==${TF_PACKAGE_VERSION}}
 ---> Running in ebae39a5f72c
Traceback (most recent call last):
  File "/usr/lib/python3.5/runpy.py", line 184, in _run_module_as_main
    "__main__", mod_spec)
  File "/usr/lib/python3.5/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "/usr/local/lib/python3.5/dist-packages/pip/__main__.py", line 21, in <module>
    from pip._internal.cli.main import main as _main
  File "/usr/local/lib/python3.5/dist-packages/pip/_internal/cli/main.py", line 60
    sys.stderr.write(f"ERROR: {exc}")
                                   ^
SyntaxError: invalid syntax

It seems like the docker is built on python 3.5 and as python 3.5 is deprecated, there are some version incompatibilities. Would it be possible to share either Pacman or Vizdoom data?

Thanks!

janismdhanbad avatar Feb 13 '21 20:02 janismdhanbad