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 (Sorry for all the annoying macOS specific bugs!) ### Affected Rule The issue is caused by the rule: `local_runtime_repo` ### Is this a regression? Yes(?) ###...

help wanted

I think I've seen this question a few times: I want to customize where wheels are downloaded from. What parameters do I set in (pip.parse or compile_pip_requirements) to do that?...

type: documentation

POC for having a single `@pypi` repo so that targets can depend on something without having to choose a particular dependency closure (pip.parse hub_name). The current impl works in a...

Hi rules_python team I use your rules for a long time now. With WORKSPACE style, I use pip as follows: ``` pip_parse( name = "py_deps", extra_pip_args = [ "--index-url=/home/user/local_pip_mirror", "--no-cache-dir",...

This allows pip.parse to have python_version unspecified, getting the value from the default configured by the python extension. This allows the pip integration code to automatically match a dynamically computed...

# 🚀 feature request ### Description If a library does not provide type stubs, and if there isn't already a type stub library, you might need to write your own...

I'm really sorry if this has been correctly answered somewhere else, I have looked at a lot of issues in this repo but haven't been able to come to a...

# 🐞 bug report ### Affected Rule The issue is caused by the rule: `whl_library` ### Is this a regression? Not sure ### Description - While using `experimental_index_url`, some wheels...

need: repro

# 🐞 bug report ### Affected Rule This affects the pip module extension in bzlmod ### Is this a regression? Yes, the old WORKSPACE setup didn't have this issue ###...

# 🚀 feature request ### Relevant Rules This describes a modifcation to the `py_executable`-based rules and intersects with - `py_test` - `py_binary` - `py_library` - `cc_import` / `cc_library` ### Description...