Paul Moore
Paul Moore
I would love to see `uv` as a backend for `pipx`. In particular, the speed of `uv` would make it ideal as an installer backend for `pipx run`, particularly when...
> I would argue that this is the wrong conceptual framing to use -- we are not in the business of providing a full programmatic APIs for PEPs, but simply...
Thanks, I’d missed that.
On pip we have a similar issue: ``` rmtree_errorhandler( mock_func, path, sys.exc_info() # type: ignore[arg-type] ``` gets reformatted to ``` rmtree_errorhandler( mock_func, path, sys.exc_info() # type: ignore[arg-type] ``` This causes...
Confirmed, I get the same as you describe. Sorry, I've no immediate idea what the permission error might mean. I'll dig a bit if I get the chance. Thanks for...
I would also be interested in this. The issue has been around for quite a time now, is there any maintainer interest in this feature? Would a PR implementing something...
Deleting and recreating a virtual environment is, by design, a fast operation. The proposed pip subcommand would merely be a slower way of doing the same thing. Thanks for the...
When you say the “base environment”, do you mean the system Python, i.e. not a virtual environment? If so, then generally the advice is not to install packages direct into...
This isn't a standard permission setup. How did you get your permissions in that state? The fix is to correct your permissions.
A PR to improve the situation would be welcomed.