You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 28, 2023. It is now read-only.
Hey, I'm using XFCE4 and just installed it and I'm getting this error:
Traceback (most recent call last):
File "/home/radsteve/.local/bin/discord-overlay", line 5, in <module>
from discord_overlay.discord_overlay import entrypoint
File "/home/radsteve/.local/lib/python3.10/site-packages/discord_overlay/__init__.py", line 1, in <module>
from .discord_overlay import *
File "/home/radsteve/.local/lib/python3.10/site-packages/discord_overlay/discord_overlay.py", line 23, in <module>
from PyQt5.QtWebEngineWidgets import QWebEngineView
ImportError: /home/radsteve/.local/lib/python3.10/site-packages/PyQt5/Qt5/lib/libQt5WebEngineCore.so.5: undefined symbol: _ZNSt12out_of_rangeC1EPKc, version Qt_5
Here's my installation log:
DiscordOverlayLinux ❯❯❯ sudo python3 setup.py install
Warning: 'classifiers' should be a list, got type 'set'
running install
/usr/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
warnings.warn(
/usr/lib/python3.10/site-packages/setuptools/command/easy_install.py:144: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools.
warnings.warn(
running bdist_egg
running egg_info
writing discordoverlaylinux.egg-info/PKG-INFO
writing dependency_links to discordoverlaylinux.egg-info/dependency_links.txt
writing entry points to discordoverlaylinux.egg-info/entry_points.txt
writing requirements to discordoverlaylinux.egg-info/requires.txt
writing top-level names to discordoverlaylinux.egg-info/top_level.txt
reading manifest file 'discordoverlaylinux.egg-info/SOURCES.txt'
adding license file 'COPYING'
writing manifest file 'discordoverlaylinux.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-x86_64/egg
running install_lib
running build_py
creating build/bdist.linux-x86_64/egg
creating build/bdist.linux-x86_64/egg/discord_overlay
copying build/lib/discord_overlay/__init__.py -> build/bdist.linux-x86_64/egg/discord_overlay
copying build/lib/discord_overlay/discord_overlay.py -> build/bdist.linux-x86_64/egg/discord_overlay
byte-compiling build/bdist.linux-x86_64/egg/discord_overlay/__init__.py to __init__.cpython-310.pyc
byte-compiling build/bdist.linux-x86_64/egg/discord_overlay/discord_overlay.py to discord_overlay.cpython-310.pyc
installing package data to build/bdist.linux-x86_64/egg
running install_data
creating build/bdist.linux-x86_64/egg/share
creating build/bdist.linux-x86_64/egg/share/applications
copying discord-overlay.desktop -> build/bdist.linux-x86_64/egg/share/applications
creating build/bdist.linux-x86_64/egg/share/icons
copying discord-overlay.png -> build/bdist.linux-x86_64/egg/share/icons
creating build/bdist.linux-x86_64/egg/EGG-INFO
copying discordoverlaylinux.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
copying discordoverlaylinux.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying discordoverlaylinux.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying discordoverlaylinux.egg-info/entry_points.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying discordoverlaylinux.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying discordoverlaylinux.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
zip_safe flag not set; analyzing archive contents...
creating 'dist/discordoverlaylinux-0.0.2-py3.10.egg' and adding 'build/bdist.linux-x86_64/egg' to it
removing 'build/bdist.linux-x86_64/egg' (and everything under it)
Processing discordoverlaylinux-0.0.2-py3.10.egg
Removing /usr/lib/python3.10/site-packages/discordoverlaylinux-0.0.2-py3.10.egg
Copying discordoverlaylinux-0.0.2-py3.10.egg to /usr/lib/python3.10/site-packages
discordoverlaylinux 0.0.2 is already the active version in easy-install.pth
Installing discord-overlay script to /usr/bin
Installed /usr/lib/python3.10/site-packages/discordoverlaylinux-0.0.2-py3.10.egg
Processing dependencies for discordoverlaylinux==0.0.2
Searching for pyxdg==0.28
Best match: pyxdg 0.28
Processing pyxdg-0.28-py3.10.egg
pyxdg 0.28 is already the active version in easy-install.pth
Using /usr/lib/python3.10/site-packages/pyxdg-0.28-py3.10.egg
Searching for PyQtWebEngine==5.15.6
Best match: PyQtWebEngine 5.15.6
Processing PyQtWebEngine-5.15.6-py3.10-linux-x86_64.egg
PyQtWebEngine 5.15.6 is already the active version in easy-install.pth
Using /usr/lib/python3.10/site-packages/PyQtWebEngine-5.15.6-py3.10-linux-x86_64.egg
Searching for PyQt5-sip==12.12.1
Best match: PyQt5-sip 12.12.1
Adding PyQt5-sip 12.12.1 to easy-install.pth file
Using /usr/lib/python3.10/site-packages
Searching for PyQt5==5.15.9
Best match: PyQt5 5.15.9
Adding PyQt5 5.15.9 to easy-install.pth file
Using /usr/lib/python3.10/site-packages
Searching for PyQtWebEngine-Qt5==5.15.2
Best match: PyQtWebEngine-Qt5 5.15.2
Processing PyQtWebEngine_Qt5-5.15.2-py3.10-linux-x86_64.egg
PyQtWebEngine-Qt5 5.15.2 is already the active version in easy-install.pth
Using /usr/lib/python3.10/site-packages/PyQtWebEngine_Qt5-5.15.2-py3.10-linux-x86_64.egg
Finished processing dependencies for discordoverlaylinux==0.0.2
Hey, I'm using XFCE4 and just installed it and I'm getting this error:
Here's my installation log: