79481585

Date: 2025-03-03 16:43:27
Score: 0.5
Natty:
Report link

The pip-compatible interface of uv is:

uv pip 

and NOT uv run pip!

If you look at uv pip --help, then the -e (--editable) option is listed there.

So, try simply:

uv pip install -e .

and not: uv run pip install -e ..

And simply remove the run inbetween.

I haven't tested it yet - just yesterday in the night read about uv and was fascinated. But reading your question I was like - but why "uv run pip" and not uv pip?

Reasons:
  • Has code block (-0.5):
  • Ends in question mark (2):
  • High reputation (-1):
Posted by: Gwang-Jin Kim