I’m trying to host a Python backend on Vercel, but it’s asking me to specify a version for the runtime. I’ve tried various versions, including:
- “runtime”: “@vercel/python”
- “runtime”: “@vercel/[email protected]”
However, none of them are being accepted, and I keep encountering the error: Error: Function Runtimes must have a valid version, for example [email protected].
Any solutions?
i triend multiple versions like
- “runtime”: “@vercel/python”
- “runtime”: “@vercel/[email protected]”
- “runtime”: “python3.9”