How to install python-playwright in ubuntu

Viewed 20

The version of my OS is:

No LSB modules are available.

Distributor ID: Ubuntu

Description: Ubuntu 18.04.6 LTS Release: 18.04 Codename: bionic

I'm running the OS in a virtual machine in Virtualbox. I installed it using ubuntu minimal and xubuntu minimal installation.

I tried install playwright using:

$ pip3 install playwright

I got this Error:

Collecting playwright
Could not find a version that satisfies the requirement playwright (from versions: )
No matching distribution found for playwright

I'm looking for something to solve this and I didn't find anything about playwright on ubuntu.

0 Answers
Related