[INSTALLATION] - Google Colab - Could not find a version that satisfies the requirement playwright
See original GitHub issueI can’t install package in google colab
I’m trying this
!pip install TikTokApi
And get this
Requirement already satisfied: requests in /usr/local/lib/python3.6/dist-packages (from TikTokApi) (2.23.0)
ERROR: Could not find a version that satisfies the requirement playwright (from TikTokApi) (from versions: none)
ERROR: No matching distribution found for playwright (from TikTokApi)
Desktop
- OS: [Linux mint]
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (1 by maintainers)
Top Results From Across the Web
Google colab gives ERROR: Could not find a version that ...
and I get the error message "ERROR: Could not find a version that satisfies the requirement mpsort". If it matters, I am installing...
Read more >How to Fix Could not Find a Version that Satisfies ... - Appuals
Right-click on My Computer and afterward click on Properties button. Choose Properties · Now look for PATH variable option and click on Edit....
Read more >playwright - PyPI
Playwright is a Python library to automate Chromium, Firefox and WebKit browsers with a single API. Playwright delivers automation that is ever-green, capable, ......
Read more >error: could not find a version that satisfies the requirement ...
Solution 1. Upgrade pip. On Windows, just download the latest MSI file from the official site. Solution 2. Use proxy settings with pip....
Read more >Could not find a version that satisfies the requirement pymongo
Are you not able to install some package while installing it?Getting error as could not find the version that satisfies the requirement.
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
Hi, I don’t know if it helps but here I made a working colab for TikTok-Api
Ah, my Google Colab runs Python 3.6.9 Playwright requires Python 3.7+.