Skip to content

PIP cannot find files in server #13212

Open
@139167

Description

@139167

Description

I am trying to install some packages of Ollama, to do some API engineering. I have just updated a new verison of PIP according to the advise from PIP, installing 25.0. Later, we I start installing Ollama (Existing in pypi.org), it tells me a warning of "WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', FileNotFoundError(2, 'No such file or directory'))': /simple/ollama/", and ultimately results in "ERROR: Could not find a version that satisfies the requirement ollama (from versions: none)
ERROR: No matching distribution found for ollama", I also test this version with PIP update, which also results in a similar error.

I tried to reinstall, the older version works perfectly, updating PIP without any problems. As soon as I reach version 25.0, it's not working. So, as a conclusion, I have a reasonable doubt of it is a problem of PIP instead of me? I'm not sure of whether it's right or not. Wish someone please help me.

Image

Image

Expected behavior

No response

pip version

25.0

Python version

3.8

OS

Windows 11 x86-64

How to Reproduce

  1. Update the PIP to lastest version (25.0) python -m pip install --upgrade pip
  2. Run pip install xxxxx[package name] - I run installation of ollama.
  3. Error Occurs

Output

Image

Code of Conduct

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    S: needs triageIssues/PRs that need to be triagedtype: bugA confirmed bug or unintended behavior

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions