rules_python icon indicating copy to clipboard operation
rules_python copied to clipboard

Bazel Python Rules

Results 536 rules_python issues
Sort by recently updated
recently updated
newest added

# 🐞 bug report ### Affected Rule I believe it is this one: ```bzl load("@rules_python_gazelle_plugin//:def.bzl", "GAZELLE_PYTHON_RUNTIME_DEPS") gazelle( name = "gazelle", data = GAZELLE_PYTHON_RUNTIME_DEPS, gazelle = "@rules_python_gazelle_plugin//python:gazelle_binary", ) ``` ### Is...

# 🐞 bug report ### Affected Rule `pip_parse` ### Is this a regression? Surely at some point but have yet to bisect ### Description Some dependencies cause failures when rendering...

# 🐞 bug report ### Affected Rule `requirement` `pip_parse` ### Is this a regression? No ### Description With AWS CDK 2.51.0, they have split out a number of sub-packages. Not...

Can Close?

The basic feature request is to allow patch-level specificity of Python versions e.g. `python.toolchain(python_version="3.1.2")`. Supporting this allows builds to be a bit more reproducible, as it removes the variability of...

type: documentation

### Description of the feature request: Similar to [cc_common](https://bazel.build/rules/lib/cc_common) is there a `py_common` available? ### What underlying problem are you trying to solve with this feature? I would like to...

type: feature request
P4

I'd like to enable that option in a repo downstream of rules_python, but it seems like there's a violation shipped with the project: ``` ERROR: /private/var/tmp/_bazel_alexeagle/3eecd93732ac7c6f4f360a54a468da50/external/rules_python~0.27.1~python~python_3_9_aarch64-apple-darwin/BUILD.bazel:63:11: in py_runtime rule @@rules_python~0.27.1~python~python_3_9_aarch64-apple-darwin//:py3_runtime:...

# 🐞 bug report ### Affected Rule pip_parse ### Is this a regression? Yes, the previous version in which this bug was not present was: 0.10.2 / pip_install ### Description...

See https://github.com/bazelbuild/rules_python/pull/1637#issuecomment-1863705889 The error from the `bzlmod` example [on Windows](https://buildkite.com/bazel/rules-python-python/builds/6607#018c84c6-b387-4a49-8a44-cdaee96dec70) (Linux passed) is: ```console ... Repository rule whl_library defined at: C:/b/kyconxba/external/rules_python~override/python/pip_install/pip_repository.bzl:876:30: in (01:11:35) ERROR: An error occurred during the fetch...

# 🐞 bug report ### Affected Rule The issue is caused by the rule: rules_python_gazelle_plugin ### Is this a regression? No ### Description `bazel run gazelle` fails on Windows with...

type: bug
gazelle