PSA: Python no longer behaves the same way in #Vercel Node 22.x images as it did in Node 18.x.
If you are using raw 'pip install -r requirements.txt' you'll need to switch over to 'source venv/bin/activate && pip install -r requirements.txt' or a similar pattern.
Took me a while to figure out last night.