uv
uv copied to clipboard
`extra-index-url` config parameter works like the `index-url`
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
What is the error you're seeing? Do you need index-strategy = "unsafe-first-match"?
See https://docs.astral.sh/uv/pip/compatibility/#packages-that-exist-on-multiple-indexes for more context.
Hi,
I've read the doc, OK...