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

This pull request fixes `bazel run gazelle` failing on Windows with "panic: runtime error: invalid memory address or nil pointer dereference" if there is a path with at least 2-levels...

# 🐞 bug report ### Affected Rule py_binary, py_test ### Is this a regression? Not sure ### Description With an empty .bazelrc in Bazel 7.1.1, runfiles behavior on Windows is...

help wanted

# 🐞 bug report ### Affected Rule The issue is caused by the `pip.parse` extension. ### Is this a regression? No. ### Description If the given requirement has a platform...

# 🚀 feature request ### Relevant Rules + gazelle ### Description Some Python modules may have "hidden" imports. One prime example of this is [`pyvisa`](https://pyvisa.readthedocs.io/en/latest/) when using the [`pyvisa-py` backend](https://pyvisa.readthedocs.io/projects/pyvisa-py/en/latest/index.html)....

Add a new Python comment annotation for Gazelle: `include_dep`. This annotation accepts a comma-separated string of values. Values _should_ be targets names, but no validation is done. The annotation can...

# 🚀 feature request ### Relevant Rules + gazelle ### Description This is the same as #1862, but for the `data` attribute on generated targets. ### Describe the solution you'd...

type: feature request
help wanted
gazelle

# 🐞 bug report ### Affected Rule The issue is caused by the function **_transition_py_impl** so impacts **py_binary** and **py_test**. ### Is this a regression? The bug was not present...

help wanted

# 🐞 bug report ### Affected Rule Probably a missuse on my end but ``pip.parse`` ### Is this a regression? No. ### Description When trying to use ``rules_python`` to fetch...

With this change we add support for platform-specific wheel registration and doing the selection of which wheel is used at build time. This supports: * Different package versions for different...

# 🐞 bug report ### Affected Rule https://github.com/bazelbuild/rules_python/blob/fe33a4582c37499f3caeb49a07a78fc7948a8949/python/pip_install/tools/wheel_installer/namespace_pkgs.py#L90-L99 ### Is this a regression? Not sure, first time I have tried this. ### Description The code in the package's source __init__.py...

type: bug
type: pip