
On 6/3/25 08:22, Henry Hartley via Mailman-users wrote:
(venv) mailman@wz-prd-tpmd-1:~$ pip -v --trusted-host pypi.org install wheel mailman psycopg2-binary Using pip 24.0 from /opt/mailman/venv/lib/python3.12/site-packages/pip (python 3.12) ERROR: Could not find a version that satisfies the requirement wheel (from versions: none) ERROR: No matching distribution found for wheel
The same error shows up if I try to install just mailman or psycopg2-binary, except the word "wheel" is replace with whichever package I've requested.
I don't understand why this is occurring. All those packages exist in pypi.org
https://pypi.org/project/wheel/ https://pypi.org/project/mailman/ https://pypi.org/project/psycopg2-binary/
Also, pypi.org has a valid ssl certificate signed by GlobalSign nv-sa
If I create and activate a new virtualenv named zzz, and do
(zzz) mark@msapiro:~$ pip -v install wheel mailman psycopg2-binary
I get a successful installation.
I am guessing that there is something in your local network that's redirecting connects to pypi.org to somewhere else.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan