pip 24.0 (released January 2024) officially dropped Python 3.7 support. Installing pip 24.x on Python 3.7 will fail. Python 3.7 itself is EOL since June 2023 and receives no security patches. Upgrade to Python 3.12.
Workarounds & Fixes
Pin pip to a 23.x version: `python -m pip install pip==23.3.2`