Trouble installing discord overlay and pyQt5

I get this error

 Could not find a version that satisfies the requirement PyQt5 (from discordoverlaylinux==0.0.1) (from versions: )

No matching distribution found for PyQt5 (from discordoverlaylinux==0.0.1)

when trying to install discord overlay

I tried fixing this by manually installing pyQt5 by pip install pyqt5 but i get

Could not find a version that satisfies the requirement PyQt5 (from versions: )

No matching distribution found for PyQt5

what should i do to fix this?

0
задан 5 August 2020 в 19:41

1 ответ

Я бы рекомендовал устанавливать пакеты из официального репозитория с помощью

sudo apt-add-repository universe
sudo apt-get install python3-pyqt5.qtwebengine pyqt5-dev python3-xdg
0
ответ дан 11 August 2020 в 20:10

Другие вопросы по тегам:

Похожие вопросы: