DiscordOverlayLinux icon indicating copy to clipboard operation
DiscordOverlayLinux copied to clipboard

Issues setting up via pip on Debain based distributions

Open midget3111 opened this issue 5 years ago • 1 comments

There seem to be issues when trying to install on Ubuntu etc. I don't think pip is grabbing the correct dependencies

Originally posted by @alx365 in https://github.com/trigg/DiscordOverlayLinux/issues/30#issuecomment-645836821 when trying to execute the binary that is in there, i get this error:

raceback (most recent call last):
  File "/home/legendofmiracles/.local/bin/discord-overlay", line 5, in <module>
    from discord_overlay.discord_overlay import entrypoint
  File "/home/legendofmiracles/.local/lib/python3.8/site-packages/discord_overlay/__init__.py", line 1, in <module>
    from .discord_overlay import *
  File "/home/legendofmiracles/.local/lib/python3.8/site-packages/discord_overlay/discord_overlay.py", line 21, in <module>
    from PyQt5.QtWebEngineWidgets import QWebEngineView
ImportError: /home/legendofmiracles/.local/lib/python3.8/site-packages/PyQt5/Qt/lib/libQt5WebEngineCore.so.5: undefined symbol: _ZNSt12out_of_rangeC1EPKc, version Qt_5

midget3111 avatar Aug 14 '20 12:08 midget3111

i'd have a look at the aur package. it fixed it for me, so maybe it's dependencies are the correct ones. @midget3111

legendofmiracles avatar Oct 28 '20 06:10 legendofmiracles