This repository was archived by the owner on Aug 18, 2025. It is now read-only.

Description
I am currently unable to run
bazel build //magenta/tools/pip:build_pip_package
I am receiving the error
ERROR: /magenta/WORKSPACE:1:1: name 'new_http_archive' is not defined
ERROR: Error evaluating WORKSPACE file
ERROR: error loading package '': Encountered error while reading extension file 'tools/build_defs/repo/http.bzl': no such package '@bazel_tools//tools/build_defs/repo': error loading package 'external': Could not load //external package
ERROR: error loading package '': Encountered error while reading extension file 'tools/build_defs/repo/http.bzl': no such package '@bazel_tools//tools/build_defs/repo': error loading package 'external': Could not load //external package
INFO: Elapsed time: 5.197s
INFO: 0 processes.
FAILED: Build did NOT complete successfully (0 packages loaded)
It may be that http_archive is unsupported in the current version of bazel 28.1.
Maybe some documentation on which version of bazel was used would be helpful.