xSke / garlium

Garlium; Garlicoin thin client
https://xske.github.io/garlium
MIT License
29 stars 8 forks source link

No module named 'PyQt5.pyrcc_main' #18

Open deviousname opened 6 years ago

deviousname commented 6 years ago

~/garlium$ pyrcc5 icons.qrc -o gui/qt/icons_rc.py Traceback (most recent call last): File "/usr/local/bin/pyrcc5", line 7, in from PyQt5.pyrcc_main import main ImportError: No module named 'PyQt5.pyrcc_main'

I am on ubuntu 16.04 with python3 and pip3 installed and when I installed PyQt5 it was succesful so I don't know why I get this error when running the command "pyrcc5 icons.qrc -o gui/qt/icons_rc.py"