AndreWohnsland / CocktailBerry

Easily serve Cocktails with Raspberry Pi and Python on any cocktail machine 🐍 + 🍸 = 🥳

Home Page:https://cocktailberry.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error when running runme.py

xelamod opened this issue · 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.