No badges yet
No accepted solutions yet
Is the playwright allowed to run?
Can someone help me?
Is the playwright allowed to run?
My python project has the following dependencies and I would like to ask if vercel is able to run the playwright program? ``` import requests import time import re import...
Whether or not installing the opencv-python dependency is supported?
I need to install `opencv-python` in my python project, but I get the following error after deployment: my `requirements .txt` : ```txt bli
Python,Function Runtimes must have a valid version
The file directory is like this: the `vercel.json` is like this: ```json { "rewrites": [ { "source": "/(.*)", "destination": "/api/ind
Python,Function Runtimes must have a valid version
I solved it myself, thank you.
Python,Function Runtimes must have a valid version
My `requirements.txt` content is as follows: ``` Flask==3.0.3 Flask-Cors==3.0.10 gunicorn==20.1.0 ``` my `app.py` content is as follows: ``` python from flask import Flask,...
Python,Function Runtimes must have a valid version
My app.py is just a simple Python program, vercel console node version I set to 18x, and then my vercel.json configuration is as follows, when I deploy, prompt picture error. How...