Paul Moore

Results 873 comments of Paul Moore

"The process cannot access the file because another process has locked a portion of the file" sounds like another tool is reading the file while it's being moved. Maybe some...

Simply re-opening the same request isn't going to change the conclusion. Python packages are intended to be unique by name, so if you use a name that is taken by...

(If anyone can find better labels, feel free to change - "wrong project" isn't ideal, but there isn't a "needs a standard" label...) Edit: Never mind, I added one 🙂

> @pfmoore, since there are flags such as: `--only-binary `, `--no-binary `, `--implementation `, `--abi `, which allows to control pip such that it only considers source/wheels matching specific conditions,...

The problem here is that we have no way of knowing that the source at a given URL hasn't changed. There are people whose workflows rely on `pip install `...

IMO "use a proper venv" is the right solution here[^1]. Especially if it turns out that it's what `uv` does. But switching to venv is not trivial (as the links...

I don't see any urgency to change things here. I don't think this is likely to make a significant difference to how many bugs we catch with CI, and while...

Given that, as @jaraco mentioned, the data is available via `importlib_metadata` and `packaging`, maybe someone could write and publish a standalone script to extract this data? I'm sympathetic to the...

An exclamation mark gives the message a different meaning, which I don't think we should do. And (at least on Windows Terminal) double clicking includes the `!` just as much...

I thought most projects used http://readthedocs.org?