From d43a8da279b588f15142876a24c56e6982aaf8fe Mon Sep 17 00:00:00 2001 From: Ethan Steinberg Date: Sat, 22 Jun 2024 13:34:18 -0700 Subject: [PATCH] Hope --- native/MODULE.bazel | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/native/MODULE.bazel b/native/MODULE.bazel index 2fc8259..8e60782 100644 --- a/native/MODULE.bazel +++ b/native/MODULE.bazel @@ -5,6 +5,13 @@ # For more details, please check https://github.com/bazelbuild/bazel/issues/18958 ############################################################################### +register_toolchains("@bazel_tools//tools/python:autodetecting_toolchain") + bazel_dep(name = "rules_python", version = "0.33.2") +#python = use_extension("@rules_python//python/extensions:python.bzl", "python") -register_toolchains("@bazel_tools//tools/python:autodetecting_toolchain") \ No newline at end of file +#python.toolchain( +# ignore_root_user_error = True, +# is_default=False,# +# +#)