Open binarybeastt opened 3 months ago
1.Clear Bazel Cache: bazel clean --expunge Re-run Bazel with Debug Information: bazel build //monolith/native_training:demo --verbose_failures Verify the BUILD File: filegroup( name = "pypi__typing", srcs = glob(["**"]), ) Check the External Dependency:
Ensure that the external dependency pip_deps is correctly defined in your WORKSPACE file. It should correctly point to the repository where the pypi__typing package is supposed to be.
Dear Author, I'm running into an error while running
bazel run //monolith/native_training:demo --output_filter=IGNORE_LOGS
. The following log describes the error.