Can't install on macOS 11.0 Beta (Big Sur)
See original GitHub issue$ python3 -m playwright install
Traceback (most recent call last):
File "/usr/local/Cellar/python@3.8/3.8.5/Frameworks/Python.framework/Versions/3.8/lib/python3.8/runpy.py", line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/usr/local/Cellar/python@3.8/3.8.5/Frameworks/Python.framework/Versions/3.8/lib/python3.8/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/usr/local/lib/python3.8/site-packages/playwright/__main__.py", line 17, in <module>
main()
File "/usr/local/lib/python3.8/site-packages/playwright/main.py", line 145, in main
st = os.stat(driver_executable)
FileNotFoundError: [Errno 2] No such file or directory: '/usr/local/lib/python3.8/site-packages/playwright/drivers/driver-darwin'
System information:
- Python:
Python 3.8.5
- System:
macOS 11.0 Beta (20A5374i)
Issue Analytics
- State:
- Created 3 years ago
- Comments:10 (8 by maintainers)
Top Results From Across the Web
Fix macOS Big Sur Problems(Can't Install on Macintosh HD)
If macOS Big Sur cannot be installed on Macintosh HD, you can try installing it in Safe Mode. Follow these steps to boot...
Read more >Cannot install macOS Big Sur Beta | Apple Developer Forums
Hello all, I'm trying to install Big Sur beta and I face the same problem every time - after the installer is downloaded,...
Read more >Here's what to do if you can't install macOS Big Sur on your 13 ...
Press and hold the power button on your Mac for at least 10 seconds, then release. · Unplug all external devices from your...
Read more >macOS Big Sur issues and how to fix them - Setapp
macOS Big Sur won't install · Shut down your Mac · Press and hold Shift + Ctrl + Option for about 7 seconds...
Read more >How to Install MacOS Big Sur 11 on an Unsupported Mac ...
Today I will show you how to Install macOS 11 Big Sur on an Unsupported Mac. To be clear this guide shows you...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Probably good to upvote that https://github.com/microsoft/playwright/issues/4984 otherwise hard to self implement it since it need to compile browsers, which take a few hours and store them onto a CDN.
Thanks for the response - if possible, can you point to a place in the source where I may try to add this support?