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'm a bit unclear on the details but python-3.11 with pip-23.2.1 on CentOS7 is refusing to install txpostgres for me:
pip install txpostgres
ERROR: Could not find a version that satisfies the requirement txpostgres (from versions: none)
ERROR: No matching distribution found for txpostgres
I'm a bit unclear on the details but
python-3.11
withpip-23.2.1
on CentOS7 is refusing to install txpostgres for me:Maybe related to:
pypa/pip#8559
It installs correctly with
python-3.9
andpip-23.2.1
on the same machine.The text was updated successfully, but these errors were encountered: