Current Behavior:
When deploying my Python web scraping project to Vercel, the deployment fails with this error:
/var/task/playwright/driver/node: /lib64/libm.so.6: version 'GLIBC_2.27' not found (required by /var/task/playwright/driver/node)
Expected Behavior: Playwright should run successfully in the Vercel serverless environment
- Framework: Python
- Using Playwright
Steps to Reproduce:
- Python project with Playwright installed
- Basic scraping function using Playwright
- Deploy to Vercel
- Error occurs during deployment
Is it possible to deploy a Python project that uses Playwright to vercel?