We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1.49.1 and others
Install Playwright using the following command:
pip install playwright
Attempt to install the necessary browsers using:
playwright install
Run a sample Python script using Playwright.
Convert the .py file into an .exe file using PyInstaller or a similar tool.
.py
.exe
Execute the generated .exe file.
An error appears stating that Playwright is not installed and suggests running:
Would appreciate any insights or solutions to resolve this issue. Thank you!
No response
### **Environment Details** - **Operating System:** Windows 11 - **Python Version:** _3.13.0 i use it then i try other it's the same
The text was updated successfully, but these errors were encountered:
Running playwright install should install the required browser binaries and provide feedback.
This works for me, we need exact repro steps to act on the issue. All our customers are using it successfully every day.
The .exe file should execute without requiring additional installations.
That's not something we support, so this expectation is wrong.
Sorry, something went wrong.
No branches or pull requests
Version
1.49.1 and others
Steps to reproduce
Installation Issue Report: Playwright
Steps to Reproduce
Install Playwright using the following command:
Attempt to install the necessary browsers using:
Run a sample Python script using Playwright.
Convert the
.py
file into an.exe
file using PyInstaller or a similar tool.Execute the generated
.exe
file.An error appears stating that Playwright is not installed and suggests running:
Expected behavior
Expected Behavior
playwright install
should install the required browser binaries and provide feedback..exe
file should execute without requiring additional installations.Actual behavior
Actual Behavior
playwright install
does not display any output or install the required components..exe
file fails to run due to missing Playwright dependencies and prompts for installation.Additional Notes
.exe
.Would appreciate any insights or solutions to resolve this issue.
Thank you!
Additional context
No response
Environment
The text was updated successfully, but these errors were encountered: