-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] Playwright does not support chromium on mac11.1 #4775
Comments
Which playwright version did you try? Playwright v1.7.0 should support it just fine. |
I'm on playwright 1.6.2 and seeing this error. I was running
Upgrading to 1.7.0 does fix the issue. |
Seeing this error also on MacOS 11.2 (beta) with Playwright 1.7.1. I'm only seeing this error when trying to use
|
I am seeing this error, too, when trying to build VsCode. Pulling current Master, making sure all build prerequisites are met, then running
This is on an M1 MacBook Pro running the 11.2 Beta. VSCode Insiders itself runs perfectly fine natively on this machine. |
Pre-BigSur, MacOS updates were labeled as "minor" releases, so we had to bake separate builds for different 10.X releases. In BigSur era, it doesn't seem to be the case, so for now we can re-use our BigSur builds across all BigSur versions (11.0, 11.1 and 11.2). If we ever need to have a custom build for some bigsur minor version, e.g. `11.6`, we'll have a new browser platform along with generic `mac11` platform. Fixes microsoft#4775.
Pre-BigSur, MacOS updates were labeled as "minor" releases, so we had to bake separate builds for different 10.X releases. In BigSur era, it doesn't seem to be the case, so for now we can re-use our BigSur builds across all BigSur versions (11.0, 11.1 and 11.2). If we ever need to have a custom build for some bigsur minor version, e.g. `11.6`, we'll have a new browser platform along with generic `mac11` platform. Fixes #4775.
Hi @aslushnikov I installed it today and it is returning error. What should I do? carol@Carolinas-MBP parodify % python3 -m playwright install |
@karoukastro which version of playwright-python do you use? The bugfix should be available in version |
@aslushnikov Playwright Version: 1.8.1 |
Yes the Bug still exists. I can still see this error Playwright does not support chromium for MacOs 11.2 |
I still have the issue when trying to install playright with npm.
and then
|
@juli1 is it also reproducible on Playwright 1.10? |
I still see the error on MacOS Big Sur 11.2 saying playwright does not support chromium |
Error resolved now thank you!
…On Wed, 7 Jul 2021 at 3:32 PM, Hyunji Song ***@***.***> wrote:
still error, too
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#4775 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKEM5ANG2MOMQJ7AO4PEIFLTWRJPDANCNFSM4VB57QSQ>
.
|
tried to run yarn on a nodejs package and the problem still exists. /node_modules/playwright-core/lib/helper.js:311 Error: Unsupported platform for chromium: mac11.2 |
Please open a new issue, with more details since its fixed in a recent Playwright version. Locking this issue - to not spam the other subscribed folks. |
(node:1278) UnhandledPromiseRejectionWarning: Error: ERROR: Playwright does not support chromium on mac11.1
The text was updated successfully, but these errors were encountered: