06-12-2021, 11:07 PM
Hi all,
I tried to install onionshare (https://onionshare.org/) on Manjaro Plasma. I installed through Discover, but looks like I could also have done:
Upon selecting onionshare from the launcher menu, nothing happens.
The .desktop file for onionshare executes "onionshare-gui".
I tried running that on the command line and I get:
It turns out I can get the same error by just running python, and then typing:
Has anyone hit a similar error already? I haven't done any Qt development in python, but this looks like it would be a fairly important package?
I tried to install onionshare (https://onionshare.org/) on Manjaro Plasma. I installed through Discover, but looks like I could also have done:
Code:
sudo pacman -S onionshare
Upon selecting onionshare from the launcher menu, nothing happens.
The .desktop file for onionshare executes "onionshare-gui".
I tried running that on the command line and I get:
Code:
ImportError: /usr/lib/python3.9/site-packages/PyQt5/QtGui.abi3.so: undefined symbol: _ZTI18QOpenGLTimeMonitor, version Qt_5
It turns out I can get the same error by just running python, and then typing:
Code:
from PyQt5 import QtGui
Has anyone hit a similar error already? I haven't done any Qt development in python, but this looks like it would be a fairly important package?