Error - bazel run · Issue #9 · google-deepmind/code_contests (original) (raw)
This repository was archived by the owner on Dec 6, 2024. It is now read-only.
This repository was archived by the owner on Dec 6, 2024. It is now read-only.
Description
Python 3.9.7
OS: Window
Having an error when running bazel to read RIEGELI files.
I followed the readme (install google sdk -> download data using 'gsutil' -> git clone code_contests ->bazel run -c opt :print_names_and_sources C:\tmp\dm-code_contests\dm-code_contests/code_contests_valid.riegeli
).
I saw same issue with me (#4) and saw the answer of suggesting change of python version (3.x -> 2.x). But, "local variable 'python_include' is referenced before assignment" error also happened and I thought this problem and version issue have to be fixed.
Is there any way to read RIEGELI files easily?