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
Vercel's Python runtime may be externally managed (for example by `uv`), so direct system-level `pip install` can fail. Creating and using `.venv` keeps dependency installation isolated from the managed system Python and avoids `externally-managed-environment` errors.
52
49
53
-
The repository `vercel.json` pins this behavior with `"framework": null`, which maps to Vercel's **Other** framework preset and prevents Python backend entrypoint checks.
50
+
-**Framework preset:**`Other` (`"framework": null` in `vercel.json`)
0 commit comments