rules_python icon indicating copy to clipboard operation
rules_python copied to clipboard

Bazel Python Rules

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

## PR Checklist Please check if your PR fulfills the following requirements: - [ ] Tests for the changes have been added (for bug fixes / features) - [ ]...

# 🐞 bug report ### Affected Rule The issue is caused by the rule: `py_binary` ### Is this a regression? No. ### Description I'm using `py_binary` to run sphinx to...

# 🚀 feature request ### Relevant Rules rules_python's gazelle extension ### Description Currently the gazelle extension has to go through a lot of loops to extract Import statements from Python...

type: feature request

# 🚀 feature request ### Relevant Rules [compile_pip_requirements](https://github.com/bazelbuild/rules_python/blob/0.6.0/python/pip_install/requirements.bzl#L6-L33) ### Description I have some external repositories that have some rules backed by python targets and have some requirements. Instead of needing...

type: feature request

# 🐞 bug report ### Affected Rule `requirement` ### Is this a regression? No ### Description I'm trying to install the https://github.com/tensorflow/tfx package properly, which has two namespace packages on...

type: bug

# 🐞 bug report ### Description I tried following the instructions in the Getting Started guide in the README [1]. I copied in the first two snippets, with the rules...

type: bug

# 🚀 feature request Hi! thanks for your great project. This really makes Python in Bazel a much better experience. ### Relevant Rules `python_register_toolchains` ### Description I was wondering if...

type: feature request

# 🐞 bug report ### Affected Rule bazel run //:gazelle ### Is this a regression? No ### Description The python gazelle tool does not create a py_test for all `_test.py`...

# 🚀 feature request ### Relevant Rules pip_parse, requirement ### Description It looks like some PyPI libraries such as cffi have a `cffi.libs` in their wheel containing specific library versions...

# 🐞 bug report ### Affected Rule `py_binary`, `py_test`. ### Is this a regression? No ### Description When Python initializes it adds the directory of the script to the [`sys.path`](https://docs.python.org/3/library/sys.html#sys.path):...

type: bug
core-rules