AndreWohnsland/CocktailBerry

error when running runme.py

xelamod opened this issue · 1 comments

hello,
when running runme.py i'm getting this error:
File "runme.py", line 6, in
from PyQt5.QtCore import *
ImportError: No module named PyQt5.QtCore

do you know what might be the problem?

This is caused by a missing module. Running pip install -r requirements.txt should solve it.