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
This seems like it could be similar to #15 but I'm opening a new issue because it has nothing to do with protobuf. I have a plain Python application with no external dependencies that only uses rules_python and Bzlmod.
I am consistently getting the error
main_mypy.runfiles is not a valid Python package name
This seems like it could be similar to #15 but I'm opening a new issue because it has nothing to do with protobuf. I have a plain Python application with no external dependencies that only uses
rules_python
and Bzlmod.I am consistently getting the error
when running
bazel test
.My source file is
main.py
and my
BUILD.bazel
contains:Lines from relevant files:
MODULE.bazel
.bazelrc
third_party/python/mypy/BUILD.bazel
The text was updated successfully, but these errors were encountered: