You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Expected behavior
No response
pip version
25.0
Python version
3.8
OS
Windows 11 x86-64
How to Reproduce
Update the PIP to lastest version (25.0) python -m pip install --upgrade pip
Run pip install xxxxx[package name] - I run installation of ollama.
The error indicates that a proxy is specified somewhere in your system and that the proxy is not responding.
Can you run pip config list, does it output anything for 25.0? If so is it different than the last working version of pip? If it is you can run pip config list -v to see if it is looking at any different files.
I run the command of different versions (25.0 Not Working and 19.2.3 Working), the outputs are existing for both versions and the outputs are exactly the same.
Old Version:
New Version:
However, if you skim through the output, even it says ProxyError, but what comes later is FileNotFound, so, quite non-sence problem, lol.
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.
Expected behavior
No response
pip version
25.0
Python version
3.8
OS
Windows 11 x86-64
How to Reproduce
python -m pip install --upgrade pip
pip install xxxxx[package name]
- I run installation of ollama.Output
Code of Conduct
The text was updated successfully, but these errors were encountered: