PINE64
PyQT5 Manjaro - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=111)
+--- Forum: Linux on Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=114)
+--- Thread: PyQT5 Manjaro (/showthread.php?tid=8911)



PyQT5 Manjaro - pete - 01-24-2020

Hi All, I've been trying to run electrum wallet from python source on the Manjaro image.  Everything fails looking for pyQt5. 

This is installed via pacman so not sure why It's not working...

Everything I find online seems to be a dead end so wondered if anyone had any ideas how to get it working?


RE: PyQT5 Manjaro - metcalsr - 01-25-2020

Not sure if this helps, but PyQt5 requires a full Qt install to work properly.


RE: PyQT5 Manjaro - pete - 01-27-2020

(01-25-2020, 12:27 AM)metcalsr Wrote: Not sure if this helps, but PyQt5 requires a full Qt install to work properly.

All fixedSmile

Long story short, I just learned never to use pip to install anything.

I also found that when I added additional mirrors to pacman everything seems to be installing properly so might be a combination of the two!