pip icon indicating copy to clipboard operation
pip copied to clipboard

How to default to default package if index-url is not avaliable?

Open flamecopper opened this issue 1 year ago • 0 comments

Description

[global] trusted-host = pypi.python.org pypi.org files.pythonhosted.org cert = ~/.pip/cacert.cer index-url = https:/[email protected]/api/pypi/pypi-remote/simple extra-index-url = https://[email protected]/api/pypi/visacommonssecurity-pypi-virtual/simple

Expected behavior

Hi there, When I do a pip install it alawys goes to the index-url - this needs to connect to VPN. How does it make it go to pypi.python.org pypi.org files.pythonhosted.org when this is a not available?

pip version

24.0.0

Python version

3.10

OS

Ubuntu

How to Reproduce

as above

Output

No response

Code of Conduct

flamecopper avatar Apr 26 '24 23:04 flamecopper