question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Installation fails on BigSur

See original GitHub issue

I 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:closed
  • Created 3 years ago
  • Comments:13 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
kumaraditya303commented, Dec 1, 2020

@pavelfeldman Newer version of pip solves the problem with MacOS Big Sur. https://pip.pypa.io/en/stable/news/#features

1reaction
pradyunsgcommented, Nov 27, 2020

Pip <20.5

To be clear, this isn’t pip < 20.5 (the CLI tool), but packaging < 20.5 (a library that pip uses) that doesn’t support Big Sur yet.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found