I am trying to install Craftbeerpi3 and I am getting the error. When running ./run.py
Traceback (most recent call last):
File "./run.py", line 3, in
from modules import socketio, app, cbpi
File "/home/pi/craftbeerpi3/modules/init.py", line 50
print "INIT DB"
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("INIT DB")?
I am trying to install Craftbeerpi3 and I am getting the error. When running ./run.py
Traceback (most recent call last):
File "./run.py", line 3, in
from modules import socketio, app, cbpi
File "/home/pi/craftbeerpi3/modules/init.py", line 50
print "INIT DB"
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("INIT DB")?