Installation fails on BigSur
See original GitHub issueI created a new python 3.9 virtual env, activated the vent, pip installed playwright and then tried to do the install command (python -m playwright install). But then I get this error:
No such file or directory: '/Users/mjm/Zcratch/venv/lib/python3.9/site-packages/playwright/driver/playwright-cli'
Additional info:
>pip freeze
click==7.1.2
greenlet==0.4.17
pip-tools==5.4.0
playwright==0.162.1
pyee==8.1.0
six==1.15.0
typing-extensions==3.7.4.3
Issue Analytics
- State:
- Created 3 years ago
- Comments:13 (7 by maintainers)
Top Results From Across the Web
How to Fix It When macOS Big Sur Installation Fails
Reboot your Mac. Try rebooting your Mac to fix most common issues. · Clear storage space. · Update your current operating system. ·...
Read more >macOS Big Sur Installation Failed? 10 Ways to Fix
How to Fix macOS Big Sur Installation Issues · 1. Check Apple Server Status · 2. Make Sure Mac's Date and Time are...
Read more >Big Sur "Installation Failed"
In Finder Go > Library then there goto Caches Then in ~/Library/Caches select anything modified since trying to macOS updated and put it...
Read more >macOS 11 Big Sur problems: how to fix the most common ...
If you encounter the macOS Big Sur problem where the installation fails due to low disk space, simply restart your Mac and press...
Read more >macOS Big Sur issues and how to fix them
macOS Big Sur won't install · Shut down your Mac · Hold down Option + Command + P + R for about 20...
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
@pavelfeldman Newer version of pip solves the problem with MacOS Big Sur. https://pip.pypa.io/en/stable/news/#features
To be clear, this isn’t
pip < 20.5
(the CLI tool), butpackaging < 20.5
(a library that pip uses) that doesn’t support Big Sur yet.