-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Labels
Description
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.
DetachHead and KotlinIsland