Error while building array-record
Open
- Dominant language
- C++
- Stars
- 495
- Forks
- 66
- PR merge metrics
- No merged PRs in 30d
Description
I am trying to build array-record v0.5.0 pip wheel. I tried building it through build_wheel.sh under 'oss' directory in array-record repo. I see the below error.
```
ERROR: /home/builder/opence-pip-packaging/array-record/array_record/cpp/BUILD:146:11: error loading package '@com_google_riegeli//riegeli/records': Label '@com_google_protobuf//bazel:cc_proto_library.bzl' is invalid because 'bazel' is not a package; perhaps you meant to put the colon here: '@com_google_protobuf//:bazel/cc_proto_library.bzl'? and referenced by '//cpp:array_record_reader'
ERROR: Analysis of target '//cpp:array_record_reader' failed; build aborted: Analysis failed
```
Contributor guide
Assessment
This issue has not been assessed yet.