Alexander Soplyakov
Results
2
comments of
Alexander Soplyakov
Hey Guys, I just rechecked the workspace configuration instead of the blzmod. It works properly. So, there is some problem with the bzlmod only.
I found a workaround of the problem with the bzlmod. ```python bazel_dep(name = "rules_python", version = "0.27.0") archive_override( module_name = "rules_python", integrity = "sha256-mswJRMlK2yP7ocmYi0h2ixusxlg7UqJYaJXFt0keLjE=", strip_prefix = "rules_python-0.27.0", urls = ["https://github.com/bazelbuild/rules_python/releases/download/0.27.0/rules_python-0.27.0.tar.gz"],...