-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
what version of python should I use? #334
Comments
BEWARE: your OS is not officially supported by Playwright; downloading fallback build for ubuntu20.04-x64. |
@LinXin04 Regarding Python version, I suggest 3.10 and above, although its tested on 3.9 as well. However this message indicates that your current OS environment does not meet Playwright’s officially supported requirements. It’s not an issue with the code itself but rather with missing dependencies on your system or Docker image. Try running:
or install the recommended packages:
If you’re building a Docker image, add these dependencies to your Dockerfile’s build steps. Also consider using a newer Ubuntu base image so Playwright can run its browsers without fallback builds. Once you have these dependencies in place, the warnings should disappear. Let me know if you still experiencing the issue. |
No description provided.
The text was updated successfully, but these errors were encountered: