Jason R. Coombs
Jason R. Coombs
I stumbled onto this issue in configparser today (https://github.com/jaraco/configparser/actions/runs/5492378721/jobs/10009816108). I see the error message: > build.FailedProcessError: Failed to create venv. Maybe try installing virtualenv. Indeed, setting the dependency to `build[virtualenv]`...
> Third, note how existing Trusted Publishers can be trivially migrated by copying the existing 3 fields into the new ones, since for non-reusable workflows they should be equal. For...
It sounds like the progress here is going in a direction that's not going to help me (and thus trusted publishing will be out of reach indefinitely). I've developed a...
I encountered a similar error today. I'd installed rust using `rustup-init`. I'd then performed a source build of [ruff](/astral-sh/ruff): ``` ~ # pip-run git+https://github.com/jaraco/ruff@feature/honor-install-target-bin -- -m ruff --version ruff 0.4.4...
I appreciate the report. I see similar slowness on my machine: ``` @ pip-run inflect -- -X importtime -c 'import inflect' 2>1 | tail -n 1 import time: 875507 |...
Thanks for your ping and the patience. > A solution from inflect's side can be something like this I'm reluctant to accept a workaround in inflect for several reasons. First,...
@abravalheri Any reservations before I proceed with merging?
Note that `PackageMetadata` is a [Protocol](https://typing.python.org/en/latest/spec/protocol.html), which simply defines the interface that's expected for that type. `_adapters.Message` is the implementation that's expected to implement that protocol. Feel free to read...
This sounds reasonable to me. As pelson points out, this approach moves the concern more close to the relevant location in a systematic way. I'm a little uncomfortable with the...
Thanks everybody for the patience. This issue had not risen to my attention until now, so bear with me as I catch up. I appreciate the work done here, but...