Shengye Wang
Shengye Wang
I am encountering the following error while using these rules: ``` ERROR: /root/.cache/bazel/_bazel_root/c0e7deb9b129a5010cb3923a06e5bde4/external/org_pubref_rules_protobuf/protobuf/internal/require.bzl:57:13: no such package '@com_google_protobuf//': The native http_archive rule is deprecated. load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") for a drop-in replacement. Use...
https://github.com/ros/executive_smach/blob/1a44c126b3e7423ed35e02d251a5146003fd6583/smach/src/smach/container.py#L122 https://github.com/google/styleguide/blob/gh-pages/pyguide.md#2123-cons This particular case here might not cause any issue, but still, it is a terrible programming style and a common issue for Python beginners.
Ideally in "run_depend" section there should be `python-grpcio`, so that generated files will have Python runtime support automatically. However, there is no such deb package available, and we could only...