Skip to content

[REGRESSION] 1.25.0 distributes "scripts" as a package #1500

@KotlinIsland

Description

@KotlinIsland

pypa/pip#1490 introduced an __init__.py into the scripts folder, this in turn made setuptools include it as a package to be installed.

👉 pip uninstall playwright      
Found existing installation: playwright 1.25.0
Uninstalling playwright-1.25.0:
  Would remove:
    c:\users\AMONGUS\...\lib\site-packages\playwright-1.25.0.dist-info\*
    c:\users\AMONGUS\...\lib\site-packages\playwright\*
    c:\users\AMONGUS\...\lib\site-packages\scripts\*
    c:\users\AMONGUS\...\scripts\playwright.exe
Proceed (Y/n)?

c:\users\AMONGUS\...\lib\site-packages\scripts\*?
This is highly sus and should be remediated immediately, maybe even yank the release, idk, up to you.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions