Ignas Anikevicius

Results 504 comments of Ignas Anikevicius

It is very hard to tell what's going on: 1. `torch==2.8.0` does not add any different dependencies. 2. The same is even with the latest `python 3.12`. Is there any...

Yes, because this is basically a `bazel query` command, it will try to fetch all of the dependencies that it has in the tree. If you had `cquery` instead then...

Extra things that have been done as part of this feature where: * #3429 * #3430

@FrankPortman, created https://github.com/bazel-contrib/rules_python/pull/3441 to ensure that your `genquery` does not fail when enabling PIPSTAR. This should not require you to enable the `experimental_index_url` anymore.

netrc is usually accessible by the bazel downloader irrespective of what arguments one passes. I would personally say that if you want to keep the isolated behaviour then there should...

Does the above work with `--bootstrap=script` (will be default with #2521)? It does not invoke Python to invoke Python, it is using shell instead.

> [@hariom-qure](https://github.com/hariom-qure) Did you end up figuring out a solution to this? Here's a minimal reproducible example for my use case: > > `BUILD`: > > load("@rules_python//python:defs.bzl", "py_binary") > load("@some_project//:requirements.bzl",...

@siddharthab, I think some parts of the isolation are present when running under Python 3.11 or newer. Is your issue related to #382, or is it that you need the...