DiscordOverlayLinux icon indicating copy to clipboard operation
DiscordOverlayLinux copied to clipboard

Dont works for ubuntu 18.04

Open ghost opened this issue 5 years ago • 5 comments

I tried to install the overlay but sadly it doesn't work, in terminal I have an error it is "ERROR: Could not find a version that satisfies the requirement PyQtWebEngine (from versions: none)" "ERROR: No matching distribution found for PyQtWebEngine"

ghost avatar Sep 18 '20 15:09 ghost

Could I get more context on this? What step are you on that throws this error and is any other output available?

trigg avatar Sep 19 '20 12:09 trigg

in step 3 when I use the command "python -m pip install PyQtWebEngine" also, the same error appears in step 4 with the command "python -m pip install ."

ghost avatar Sep 19 '20 16:09 ghost

My best guess is that your version of Ubuntu is too old. Realistically you should be using the latest LTS at very least.

trigg avatar Sep 20 '20 11:09 trigg

I'm running on Linux Mint 20 same issue.

Bewbman avatar Sep 25 '20 16:09 Bewbman

Try:

pip3 install PyQtWebEngine pip3 install .

sfjuocekr avatar Jul 28 '21 12:07 sfjuocekr