Skip to content

Test

Status: PASS (package import) / DEPENDENCY-CONFLICT (2026-06-30)

Commands run

bash
pip install pyppeteer

Then:

bash
python -c "import pyppeteer; print('pyppeteer version:', pyppeteer.__version__)"

Actual output

pyppeteer version: 2.0.0

Note

Import succeeds and the version check passes. However, pyppeteer 2.0.0 requires websockets<11.0,>=10.0 but the environment has websockets 15.0.1. This constraint conflict is present in the installed state. The import does not fail at runtime, but behavior under the incompatible websockets version has not been validated. Browser launch was not tested. If you encounter websocket errors during browser launch, pin websockets: pip install "websockets>=10.0,<11.0".