uv icon indicating copy to clipboard operation
uv copied to clipboard

`extra-index-url` config parameter works like the `index-url`

Open frague59 opened this issue 1 year ago • 2 comments

pyproject.toml

$ cat pyproject.toml
[tool.uv.pip]
extra-index-url = [
    "https://example.com/simple/"
]

uv venv --seed

... an error about unable to find / download pip,setuptool and wheel

Version

$ uv --version 
uv 0.3.5

frague59 avatar Aug 28 '24 10:08 frague59

What is the error you're seeing? Do you need index-strategy = "unsafe-first-match"?

charliermarsh avatar Aug 28 '24 12:08 charliermarsh

See https://docs.astral.sh/uv/pip/compatibility/#packages-that-exist-on-multiple-indexes for more context.

zanieb avatar Aug 28 '24 13:08 zanieb

Hi,

I've read the doc, OK...

frague59 avatar Aug 29 '24 10:08 frague59