My team uses a PIP_EXTRA_INDEX_URL environment variable to point to multiple azure artifacts feeds. If I try to use uv the PIP_EXTRA_INDEX_URL variable seems not to be used and --extra-index-url does not work with a space separated list ...
Environment pip version: 21.0.1 Python version: 3.8.5 OS: Ubuntu 20.04.1 LTS Description I am unable to install packages from multiple private pypi repos. Each private repo only provides a single package. In the example requirements.txt ...
The most recent command I have tried is: pip install --upgrade --force-reinstall --index-url file://$PWD/lib --extra-index-urlhttps://pypi.org/simple/--verbose nsx-python-sdk Where the --index-url is a directory containing multiple directories with different python packages I am working...
Resolve versions appearing in multiple extra indexes #2135 charliermarshmentioned this on Mar 20, 2024 wheel on pypi.org not found when using --extra-index-url that includes non-compatible wheels #2542 zaniebmentioned this on Mar 29, 2024 uv pip install a wheel with extra index url doesn...
getting rid of the ability to tell pip to use multiple indexes. In principle I agree with this. More than that, I think it's an excellent idea. It fits in with my general preference, to move self contained functionality that's proven to be problematic and/or specialised out of pip and...
PIP does not needlessly query project pages for projects that are not listed on a PEP503 root page. pip version 23.3.1 Python version Multiple OS WSL/Linux How to Reproduce Run this command: pip download -vv --extra-index-url https://download.pytorch.org/whl/cpu/ attrs Observe 403's in...
Do not open multiple identical issues, or it will be considered spam. notatallshaw closed this as not planned Aug 13, 2024 notatallshaw added resolution: duplicate and removed type: bug S: needs triage labels Aug 13, 2024 github-actions bot locked as resolved and limited conversation to co...
If you are not okay with --extra-index-url working the way it does, there multiple other ways to fetch the package from your private index without using it, so don't. There is nothing hard about providing the URI of the package you want from a private index. As for transitive deps,...