We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR: error loading package '': in /root/.cache/bazel/_bazel_root/426e07be2d768e8a33e7ef7338dfbabd/external/com_github_grpc_grpc/bazel/grpc_python_deps.bzl: Encountered error while reading extension file 'requirements.bzl': no such package '@grpc_python_dependencies//': pip_import failed: Collecting coverage>=4.0 (from -r /root/.cache/bazel/_bazel_root/426e07be2d768e8a33e7ef7338dfbabd/external/com_github_grpc_grpc/requirements.bazel.txt (line 2))
WORKSPACE file
git_repository( name = "com_github_grpc_grpc", commit = "5110b5702daf7f27d31b0a54d118168d4b468edf", # May 29, 2019 remote = "https://github.com/grpc/grpc.git", ) git_repository( name = "io_bazel_rules_python", commit = "8b5d0683a7d878b28fffe464779c8a53659fc645", remote = "https://github.com/bazelbuild/rules_python.git", ) load("@io_bazel_rules_python//python:pip.bzl", "pip_repositories", "pip_import") pip_import( name = "grpc_python_dependencies", requirements = "@com_github_grpc_grpc//:requirements.bazel.txt",
Im dockerfile
ADD https://github.com/bazelbuild/bazel/releases/download/0.21.0/bazel_0.21.0-linux-x86_64.deb /bazel_0.21.0.deb RUN dpkg -i /bazel_0.21.0.deb && rm /bazel_0.21.0.deb
I know its old but we never required to rebuild this until now as we have added our own code.
The text was updated successfully, but these errors were encountered:
@qiwzhang can you please help here?
Sorry, something went wrong.
No branches or pull requests
ERROR: error loading package '': in /root/.cache/bazel/_bazel_root/426e07be2d768e8a33e7ef7338dfbabd/external/com_github_grpc_grpc/bazel/grpc_python_deps.bzl: Encountered error while reading extension file 'requirements.bzl': no such package '@grpc_python_dependencies//': pip_import failed: Collecting coverage>=4.0 (from -r /root/.cache/bazel/_bazel_root/426e07be2d768e8a33e7ef7338dfbabd/external/com_github_grpc_grpc/requirements.bazel.txt (line 2))
WORKSPACE file
Im dockerfile
I know its old but we never required to rebuild this until now as we have added our own code.
The text was updated successfully, but these errors were encountered: