Results 68 comments of James

I can also confirm that the reproduction program also manifests a steady growth in memory utilization on `tf-nightly==2.16.0.dev20231115` (Ubuntu 20.04, Python 3.12.0) This problem is very much still impacting TensorFlow,...

Stumbled into a decent reproducer for this error: a message that contains a URL terminated by a backtick ``` ` ```, e.g. ``` 09:52 does it happen for `hypothetical_language_variable =...

I personally use `pip-compile` as a way to record a canonical environment with a _complete record of my intent_. I guess you can argue that the original metadata is where...

I have seen a similar problem when attempting to install `pkg @ git+ssh://[email protected]/…` where `github.com` has a corresponding `Host` entry in `~/.ssh/config`

A perhaps-contentious suggestion: it would make sense to me to flatten the namespace currently under `uv pip`, so that `uv pip install` becomes just `uv install`, and so on. I...

+1 to the idea of a stub, it seems like a fairly natural solution to #1625. It seems to me that the mechanism would be to include a symlink to...

``` $ python3 -m uv --verbose venv test_venv uv_interpreter::python_query::find_default_python platform=Platform { os: Manylinux { major: 2, minor: 31 }, arch: X86_64 }, cache=Cache { root: "/home/snoopjedi/.cache/uv", refresh: None, _temp_dir_drop: None...

I should add: I don't think passing `PATH` through is the "right" solution here, it just happens to work in my test-case. I can see it getting the wrong Python...

Confirming that #1667 gives a working `python3 -m uv venv test_venv` invocation. (4dfcf32) Thanks for the quick fix! Feel free to close this issue and add a note to the...

Note: `uv pip install` _does_ support this metadata layout, but the inconsistency is quite surprising, and this was the very first issue I ran into with `uv`. Moving the dependency...