You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I'm still not sure if this is the version to use as I am getting an error on the next line. bazel-bin/magenta/tools/pip/build_pip_package ~/magenta-pip-pkg --gpu
I am currently unable to run
bazel build //magenta/tools/pip:build_pip_package
I am receiving the error
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.
The text was updated successfully, but these errors were encountered: