Skip to content

Why is the python package so large? #2688

Open
@mistercrunch

Description

Hey, digging into my docker images, I found that the largest thing I have in there is the playwright bundle, more specifically something located at playwright/driver/node

$ du -h .venv/lib/python3.10/site-packages/playwright/driver/node
118M    .venv/lib/python3.10/site-packages/playwright/driver/node

From my understanding the python bundle comes with a CLI that installs specific bundles when running it, and those install in user space, on demand, at places like /Users/{USER}/Library/Caches/ms-playwright/

So what's in driver/node? Is it really required? Why is it so large?

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions