I'm getting the following error when trying to launch discord-overlay:
Traceback (most recent call last):
File "/home/sjoer/.local/bin/discord-overlay", line 5, in
from discord_overlay.discord_overlay import entrypoint
File "/home/sjoer/.local/lib/python3.8/site-packages/discord_overlay/init.py", line 1, in
from .discord_overlay import *
File "/home/sjoer/.local/lib/python3.8/site-packages/discord_overlay/discord_overlay.py", line 23, in
from PyQt5.QtWebEngineWidgets import QWebEngineView
ImportError: /lib/x86_64-linux-gnu/libQt5Quick.so.5: undefined symbol: _ZN4QRhi10newSamplerEN11QRhiSampler6FilterES1_S1_NS011AddressModeES2, version Qt_5_PRIVATE_API
I'm getting the following error when trying to launch discord-overlay:
Traceback (most recent call last): File "/home/sjoer/.local/bin/discord-overlay", line 5, in
from discord_overlay.discord_overlay import entrypoint
File "/home/sjoer/.local/lib/python3.8/site-packages/discord_overlay/init.py", line 1, in
from .discord_overlay import *
File "/home/sjoer/.local/lib/python3.8/site-packages/discord_overlay/discord_overlay.py", line 23, in
from PyQt5.QtWebEngineWidgets import QWebEngineView
ImportError: /lib/x86_64-linux-gnu/libQt5Quick.so.5: undefined symbol: _ZN4QRhi10newSamplerEN11QRhiSampler6FilterES1_S1_NS011AddressModeES2, version Qt_5_PRIVATE_API