Skip to content

[Bug]: Build fails on FreeBSD because the build downloads pre-built binary wheels instead of building them #2964

@yurivict

Description

@yurivict

Version

1.55.0

Steps to reproduce

build

Expected behavior

n/a

Actual behavior

  File "setup.py", line 197, in _download_and_extract_local_driver
    assert len(zip_names_for_current_system) == 1
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError

The build attempts to download a binary wheel picked from the array base_wheel_bundles. Download happens in the function download_driver from the URL https://playwright.azureedge.net/builds/driver/.

Why aren't these binaries built?
How to install playwright on FreeBSD?

Additional context

No response

Environment

- Operating System: [Ubuntu 22.04]
- CPU: [arm64]
- Browser: [All, Chromium, Firefox, WebKit]
- Python Version: [3.12]
- Other info:

Metadata

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