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
In order to support python fully in rules_protobuf, support for pulling dependencies from pip or pypi is required. This is non-trivial for grpc as there is c-compilation involved with package installation. Requires bazelbuild/bazel#699 or similar.