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] - Google Colab - Could not find a version that satisfies the requirement playwright

See original GitHub issue

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

github_iconTop GitHub Comments

4reactions
mathigatticommented, Apr 3, 2021

Hi, I don’t know if it helps but here I made a working colab for TikTok-Api

3reactions
gdelaserrecommented, Feb 8, 2021

Ah, my Google Colab runs Python 3.6.9 Playwright requires Python 3.7+.

Read more comments on GitHub >

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

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