Description
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
- 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. - Error Occurs
Output
Code of Conduct
- I agree to follow the PSF Code of Conduct.
Activity